Search results

  1. J

    Teensy++ 2.0 seems to hang unless I close and re-open serial monitor.

    Putting an electrolytic cap on the 3.3v supply to the nRF24L01 appears to have solved it. It would stop receiving data and the Mirf.dataReady() never returned true.
  2. J

    Teensy++ 2.0 seems to hang unless I close and re-open serial monitor.

    Btw, this is what I'm seeing http://youtu.be/9e1_OTxAP6g
  3. J

    Teensy++ 2.0 seems to hang unless I close and re-open serial monitor.

    Thanks Paul, here is the code, basically the Mirf examples minus the comments. I added a count that gets printed out on the server side when it receives data so I can tell where it stops. I'll try your suggestion and get back to you. BTW I'm on Windows 7 64 bit if that matters. Jay This...
  4. J

    Teensy++ 2.0 seems to hang unless I close and re-open serial monitor.

    I have a setup that uses a Teensy 3.0 to send data over an nRF24L01 to another Teensy++ 2.0 that receives it using the same type of nRF24L01. I'm using the Mirf libraries and the demo client and server programs and I'm seeing a strange issue. On the receiving teensy, it seems to hang unless I...
Back
Top