Thomas Q Brady
Thomas Q Brady
I have added some printf statements, but it was crashing before I added those. I can start from scratch and try again. I'll send a stack trace after I try...
Okay, here's what I did, step-by-step: pi@professor-x ~ $ git clone https://github.com/x-warrior/RF24SH.git Cloning into 'RF24SH'... remote: Counting objects: 217, done. remote: Compressing objects: 100% (95/95), done. remote: Total 217 (delta...
Here's a backtrace from DDD: #6 0x0000c328 in main () at rpi_master.cpp:19 #5 0x0000ac94 in MasterStation::MasterStation () at MasterStation.cpp:10 #4 0x000093fc in GenericStation::GenericStation () at GenericStation.cpp:26 #3 0xb6fb96b0 in RF24::begin()...
Tried an experiment. Swapped in Stanley Seow's RF24 lib for the contents of librf24/rpi, and it no longer crashes on launch. Can't tell that it's actually working, but it's not...
https://github.com/stanleyseow/RF24
How do I print port and ddr? I have a rev B Pi. ## t h o m a s q b r a d y On Jul 3, 2013,...
Will list permissions tomorrow morning. Pi's at work. ## t h o m a s q b r a d y On Jul 3, 2013, at 12:35 AM, Matheus Bratfisch...
I did try that, and it did crash. ## t h o m a s q b r a d y On Jul 3, 2013, at 12:39 AM, Matheus Bratfisch...
No, I'm on a deadline, so I've had to go another route. I hope to come to this, though. Your DNS server-like features are definitely on my roadmap. ## t...
I set up a mesh of Arduinos (3) with the Arduino master and station examples to see how long you have to wait when adding each node. Can that time...