Search results

  1. K

    lcd question with 18m2

    Anyone? I need a 4 digit on the display. I now only get 2 digits
  2. K

    lcd question with 18m2

    Hi Flenser, it is working but i need to store it in the eeprom and get it back when starting the machine again. I also need to store at least 5000h Can you help me a little with the code? Thanks in advance
  3. K

    lcd question with 18m2

    Thanks Flenser. I will try it out
  4. K

    lcd question with 18m2

    Question is how to display the time counter there. Can you give me a sample code?
  5. K

    lcd question with 18m2

    please look at the file i am using now
  6. K

    lcd question with 18m2

    i do not need a accurate time counter. i only count pro hour ( operating hours) i count on the timebase of the chip. i only need to display it as variable on the display on the second row. i do not now how to do that.
  7. K

    lcd question with 18m2

    Hello, I want to make an hour meter. I want to put a fixed text on line 1 i want to put a variable (hours) on line 2 I do not now how to put a variable on the display I want to count the hours in the 18m2 chip Can anyone give me a little support in it? Thanks in advance
  8. K

    code explorer

    Hi I have a problem with the code explorer. I only see the colums symbol and decimal. How can i get the other colums back? I can not find it in the menu. Thanks
  9. K

    i2c problem

    Hi I have problem with the 40x2. When i send to a slave (20x2) it works fine, but when i put a adcsetup in the program the i2c stops. (seen on oscilloscope) Did a simple test. #picaxe 40x2 hi2csetup i2cmaster, %10000000, i2cfast, i2cbyte pause 2000 do 'adcsetup = 19 pause 100 hi2cout[...
  10. K

    I2C communication : Picaxe 40x2(Master) with ESP8266(slave) unsuccesfull

    Dear, The past week i have been putting my head arround the following question: " Can i prepare I2C communication between the ESP8266 and Picaxe 40x2 " I have succesfully got communication working when using the ESP8266 as a Master with the following code ESP8266- MASTER CODE #include...
  11. K

    rounding numbers

    Hello all I have a question. If i have a reading in b2 from 88 and i want the same in b3 divided by 10 then i get 8 instead of 9 (more then 85 should be 9) How can i change that? Thanks in advance
  12. K

    reading 12 bit adc on i2c

    Hello all. I have made a pcb with a 40x2 picaxe and 3 12 bit adc to i2c converters ADS1015IDGST. They are hardware set op adres 72, 73, and 74. I tried to read fom them but i don't no how and i can't find it in the manual. Does anyone now how to read them? Example would be very nice. Thanks!
  13. K

    remote programming trough wifi

    Hello all, I want to program a remote project. So the project is located somewhere with wifi range and I'm home and would then be able to program directly via Wi-Fi. There will, however, require a piece of hardware for sending and receiving. This is already known or made? Is there schematic of...
  14. K

    stepmotor problem

    Hi all, I must drive a stepmotor to variabel positions (p and pr) but when i tested the motor i see he loses steps because he is going in stoll. When i have the time at 20ms like now it its working but very slow. And when a make the time to 1ms it loses a lot of steps. Motor is a nema 17 whit a...
  15. K

    Problems with Editor 6.0 and higher

    Hi all, I am using the 40x2 smd chip and with the old it worked fine (5.5 and higher) but now he don't see the 40x2 as a 44 pins version. I think he sees it as a dil version. Also the picture left is from the dil version. I can't find the smd chip to select in the editor. What is wrong? Thanks
  16. K

    i2c status led

    Hello, I am using a master and a number of slave's. I want to use a led to see if the i2c bus is still running. Is there a command for it? I can't find it Thanks in advange
  17. K

    i2c wireless communication

    Hello all. I have a project with 1 master and 5 slave units. All are connected with cable at the moment. I can't have cable connections longer and need to have a wireless connection between the units. What is the best way to do that? It must be encrypted. Thanks in advance
  18. K

    program editor problem

    Good day, I use the latest editor and received after a power failure the following error: syncfusion.sfbarcode.windows.dll problem I tried to install it again, but then you get while installing the message also How do I fix this? regards Klaas
  19. K

    calculating a average

    Hello, I have an incoming ADC signal from which I must have an average of the last 100 measured signals . So a kind of shift register whit max 100 values ​​for which an average is calculated over. It must be so that only places with a value are to be included in the calculation...
  20. K

    booti2c

    Hello all, I use a 20x2 that i can not update after i put the original program in. That is because i seal the pcb. Only the i2c comes out. This is the program i use. The first two lines i added. Can i now read a newer version out of the 24LC128 through the i2c. Thanks pokesfr $0A...
Top