Search results

  1. M

    ds1307 Day Light Saving Adjustment for Aust.

    I'm trying to change Hippy's excellent code to auto- adjust for day light saving, so it works in Australia. Has anyone already done this? My brain is turning to mush just trying. It it complicated by the fact our DLS time starts and ends in two different years and that it must include Feb 29 in...
  2. M

    DRF1278 tranceiver problem

    Hi folks. I'm learning from srnet's post at https://picaxeforum.co.uk/threads/lora-devices-for-long-range-wireless-applications.26481/ . I've set up hardware and software from this post, with a hardware difference. I've moved all non 'C bank' pins to 'C bank' except pin B.4. Works great and...
  3. M

    Interrupt And Return

    My understanding is that I must have a 'Return' at the end of an interrupt sub. This returns the program to the line after where the interrupt occured. My problem is that if an interrupt accures I wish the program to goto Main, not return to next line. Any thoughts or ideas?
  4. M

    Transmit a word with nRF24l01

    Hi. I'm struggling to transmit via 2x nRF24L01 radio modules, each connected to picaxe 40x2's. I can send a byte, no problem, but trying to send a word fails. I only recieve the first byte of the word. I know the first reply will be "where's your code, where's your schematic". That will come if...
  5. M

    School Crossings

    PROJECT PURPOSE I work for a small company. (under 10 workers). We often are contracted to install flashing pedestrian crossings, called wombat, koala or school xings. That's always on, daytime on, or on before and after school / lunchtime using timeclocks. There are also short term temporary...
  6. M

    Checking date to define an action

    Hi. I have a project that's become urgent. I'm using two Picaxe 20x2's, talking to each other via a 'nrf24l01' radio link, in a master/slave setup. Two LEDs on each micro flash at about a 1 Hz rate, controlled by the master micro. All the above works fine. Now the problem. Using an on board...
Top