Thank you for this project! #25
Replies: 4 comments 14 replies
-
Contributors are very welcome. So far, very few people has offered to help me I haven't verified this but it looks like the E01-2G4M27D modules use a different IC for added PA/LNA passive functionality (compared to the typical un-shielded modules that people keep buying on Amazon & etc). I have made a special note about PA/LNA modules in the docs, but that info may not be also applicable to these E01-2G4M27D modules. It would be great to post the store links to these E01-2G4M27D modules and as much info we can find (especially Power/current requirements). For passers-by: a store link I found for the E01-2G4M27D modules |
Beta Was this translation helpful? Give feedback.
-
If you find a lag in the response time, you might want to switch to using C++ (I recommend TMRh20's RF24 library). This library tends to average about 1-3 milliseconds per transmission (using Unfortunately, there's nothing I can do to speed this library up on CircuitPython firmware. Well, maybe get rid of the Of course disabling |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for this project! I've been playing around with a raspberry pi and a rf24 module, trying to reverse engineer the remotes from our bed. So far I've been able to get channel, the preamble, address etc. and (partial?) payload from the noise using a crc of 0 and 2 byte address 0xAA/0x55. However when I fill in the address etc. as deduced from the noise, the lib doesn't return any data unfortunately. So I'm a bit stuck in how to find the other correct settings (like payload length, payload static/dynamic, crc, auto_ack settings). Do you know of a community where things like this can be discussed? |
Beta Was this translation helpful? Give feedback.
-
I would try something like the following:
Also the NRF52x is much easier to work with IMHO if you want to get down and dirty and allows direct control of much of the radio options etc.
Not really, the radios handle that stuff internally, you can control everything after preamble though through settings. |
Beta Was this translation helpful? Give feedback.
-
I'm using this to build a 3D RC airplane using 2 E01-2G4M27D modules. I wont have much time to work on it with finals coming up in a few weeks but I'm planning on spending the summer testing and writing code for these modules. I hope to be able to contribute!
Beta Was this translation helpful? Give feedback.
All reactions