maniacbug

Results 28 comments of maniacbug

Thanks, I look forward to checking it out. Have you merged my master in prior to this? -----Original Message----- From: gcopeland Sent: Wednesday, August 17, 2011 10:47 AM To: [email protected]...

Ok, I see now that you did merge the master in.  Yay.  That should make it a little easier. 1. Calculated write() timeouts.  Looks like a good enhancement.  Will certainly...

Would be more useful if you could provide more information about what happens, more than just "doesn't work".  Do the other examples work for you? --- From: jaywilhelm [email protected] To:...

Sorry, no.  If the wires are hooked up correctly, and the modules are functioning correctly, this will always work. ----- Original Message ----- From: Ardidrones [email protected] To: maniacbug [email protected] Cc:...

Because the Getting Started blog posts instructs to hook up lines 9 & 10 to CE & CSN. ----- Original Message ----- From: Ardidrones [email protected] To: maniacbug [email protected] Cc: Sent:...

From the symptoms it sound like the Arduino has lost the ability to communicate with the RF module. You could set something up so that you can do a "printDetails()"...

Thanks for the patch! This makes a lot of sense. It's good to get update() working under interrupts. I took a quick look at the code, and it looks great....

Thanks for reporting. Very strange. I did make a bunch of changes recently, so I will have to try this out.

@basilfx found it, and submitted a patch at https://github.com/maniacbug/RF24/pull/5 . This totally makes sense. Will merge it as soon as I can.

The fix has been applied to RF24, https://github.com/maniacbug/RF24/commit/2c9718632983e4ca563f559558cdede2358ccb35 . I suspect this would fix this issue, but have not yet tested it.