Recent content by johndo

  1. J

    Pogo Pin Programming

    Looks like the same kind of configuration as a Type C USB connector...(y)
  2. J

    Flow Sensor using Pulsin?

    Thank you all for your ideas. Time to digest what has been suggested. Cheers, Kurt
  3. J

    Flow Sensor using Pulsin?

    @hippy @Flenser @PhilHornby Thank you for your continuing interest in this thread. Been asleep downunder for the last 8 hours :) This is my setup on the bench ATM. I would like to display both LPH or LPM & TRANSF'D being the total pumped. The idea from Hippy that it's as simple as each pulse...
  4. J

    Flow Sensor using Pulsin?

    Thank you all for your replies... The main loop is very busy doing all kinds of serial TX & RX to the bluetooth module and the ultrasonic module and also writing to the LCD display, this cannot be altered. I'm not using the "ultra" command but rather using serial to send commands and receive...
  5. J

    Flow Sensor using Pulsin?

    Hi All, Well its back to the Watertank project again. I'm using a single 28x2 chip running at 64mhz with an external crystal to handle all task's which include: 20x4 Display Multiple Button detections Ultrasonic module data Bluetooth data for an App Controlling a Pump and Valve Sounding a...
  6. J

    Bluetooth communication problem.

    Try and establish a solid connection with both bluetooth modules first. Connect 2 modules to the same computer via some usb/ttl converters, pair them and use a program like termite to communicate with them and set them up. Once you have established that you can communicate with the modules, then...
  7. J

    Wireless programming ?

    Thank you for all your hard work on this project Goey... It is a valuable asset to the forum!
  8. J

    Wireless programming ?

    @Goeytex Yes a disappointing result for the HM-19's and much the same result as with my HM-10 fakes. Keen to try some NRF24L01+ modules! Keep us posted Goey! Cheers, Kurt
  9. J

    Setbit after AND/OR

    That sounds like a logical way to do things and well worth adopting @inglewoodpete (y)
  10. J

    Setbit after AND/OR

    I have just discovered that you can only individually address bits up to bit31 (b3)...Is that correct?
  11. J

    Setbit after AND/OR

    Thank you for the solution @inglewoodpete and @Jack Burns. I wasn't aware that you could address bits directly like that, so you learn something new everyday. For a "new member" your on top of it Jack (y) This will free up half a dozen word variables at least! Thank you again! Cheers, Kurt
  12. J

    Setbit after AND/OR

    Hi All, I want to use this particular line in a project: "if b2 bit 0 set and b2 bit 1 clear and w14=1000 and pinC.4=0 then gosub dim" Yes i realize my code is convoluted but this is the extent of my programming skills 🤣 I have been using whole bytes for 1's and 0's which is probably a waste...
  13. J

    PICAXE40X2 Nixie Clock

    Can I suggest you use the DS3232 RTC, Its ultra accurate and stable only losing seconds a year unless of course your updating via a network each day. Easily integrated via IC2...
  14. J

    40X2 hardware interrupt

    You need to re-issue the setint command AGAIN after the command has been executed and processed.
  15. J

    Wireless programming ?

    Yes the programming is relatively slow compared to using the cable method but considering the great availability of the HC-05 bluetooth modules (and they're cheap) which can do a FULL download in just over 3 minutes, is it really worth sourcing more exotic, expensive and harder to find modules...
Top