Search results

  1. H

    Interfacing a Digital Caliper Data Plug

    Hi, I did a thread on a laser distance sensor TOF10120 but expected higher resolutions. On my lathe, milling machine and drillling machine I've all kinds of fernier caliphers. Some are already on a DRO, but the others I have to read of a tiny lcd display often covered with cutting fluid, dust...
  2. H

    LCD 20x4 20pins driver 20X2 based for serial / i2c.

    Hi, I want a large 20x4 LCD display for projects where at a distance(1,2m) it should be readable. This time I went for another(white 20pins) large 20x4 display then my previous(blue 16pins) medium 20x4 display mentioned in one of my threads. I've been testing how to drive it also with @marks...
  3. H

    TOF10120 Laser Range Sensor Module

    I've connected a TOF10120 with my circuit and tried to continuously read distances with both serin and (H)i2c by my code without succes. * The serial values are invalid distances. * The i2c gives me just 1 value and then stops. I like to get serin and i2c both working but how? #PICAXE 08M2...
  4. H

    1-wire-network DS18B20 negative degree missing

    Hai all, I've tested the code with Author Westaust55 who wrote "WA55 1-Wire Tutorial_RevE with TOC" from the thread... http://www.picaxeforum.co.uk/showthread.php?15306-One-Wire-Devices-Networks/page2 (Chapter 14.2 DS18B20 Temperature Sensor) When putting the sensor in the fridge the...
  5. H

    Learning to Drive an LCD DISPLAY with drivercode from Marks.

    Hi, I'm learning to send text and variables to a 20X2 with drivercode from Marks for a 20x4 LCD DISPLAY, Post #43: http://www.picaxeforum.co.uk/showthread.php?19474-Learning-to-Drive-an-LCD-DISPLAY/page2 Some code mentioned: BinToAscii W1,b8,b7,b6,b5,b4 INC W1 HI2COUT 0,(254,192) ' Command...
  6. H

    PullDown resistor value for switch when Serial In-pin is used as input

    Hi, In my project with a 08M2 where all other pins are occupied accept the Serial In-pin, I like to use it as a switch input. I did some reading and found limitations: http://www.picaxeforum.co.uk/showthread.php?26648-Picaxe-08M-question&highlight=serialin+pin+input So, use PullDown for...
  7. H

    LCD 20x4 and AXE134(18M2) driver 20X2 based for serial / i2c.

    Hi, I've a chinese 20x4 lcd display with same pin-layout as PICAXE axe134(18M2 lcd driver). I don't have a 18M2 to drive this display but wondered if 20X2 could do the job and browsed this forum... http://www.picaxeforum.co.uk/showthread.php?22480-AXE134Y-Serial-OLED-Modu * Where to find info...
  8. H

    3 pins Resonator internal capacitors value?

    Picaxe Ceramic Resonators Surface Mount or Through Hole range 4MHz, 8MHz, 10MHz, 16MHz have internal caps. In online datasheets they can vary from 5 to 47pF. What are those Picaxe resonator caps values?
  9. H

    08M to MosFet circuit for square wave

    Hi guys, when I want to amplify a PICAXE 08M signal(5V) with a MosFet circuit(to 12V) I get no pulse anymore when I increase the mosfet voltage to 8,8V. I use a setting like this picture with a LED and resistor instead of the relais and no diode...
  10. H

    Interrupts on both Rotary Encoder pins possible?

    Hi, I tried to make my quadrature incremental encoder to respond immediatly when rotation occurs. I used Interrupts for this. But somehow it only react on half of the pulses!? A 1 1 0 0 B 0 1 1 0 This is just some demo code to visualize the encoder with some variables of the PICAXE chip on...
  11. H

    Upgrade questions from PE5 to PE6

    Thanks for the amazing upgrade job, well done guys.:cool: I have some questions before switching completely to PE6: 1) When starting a PE5 single *.bas file in PE6 with legacy mode it still saves a file extra called *.bas.settings. Is it necessary when sending code to someone to include the...
  12. H

    Create my own NKM2401 with empty smd PIC12F508

    Hi guys, I did research with PICAXE AXE213(RF Connect Wireless Radio Boards). Then I made a breedboard project based on PICAXE NKM2401(Radio Encoder/Decoder) with the RFA001(Radio Transmitter and Receiver Pair (433MHz AM)). Now I made a PCB with an empty PIC12F508 for the *.hex file firmware to...
Top