Wireless troubles + advice on using both I2C + SPI #812
ahshah
started this conversation in
Support / Q & A
Replies: 1 comment 1 reply
-
I noticed quite an improvement after switching to syperheterodyne RX's. I particulary like the NICERF SRX882. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that needs to read information from an I2C sensor and transmit it wirelessly. Currently I get by with a Tiny85 using a 433mhz transmitter and a generic regenerative receiver. The solution works decently, but its been flakey- I've had some 433mhz boards die inexplicably, and i'm sometimes loosing data. Its also verrrry sensitive to bad quality wallwarts, despite putting a 0.1uf cap across vcc and gnd on the RX 433mhz board. Theres lots of noise on received packets, Finally I can't transmit quickly (+120ms to transmit a 4 byte payload). The data drops are the big deal for my case- maybe switching to a super heterodyne style receiver will fix these issues, if not then I'm thinking of switching to a nRF24L01 based solution.
the nRF24L01 boards communicate over SPI and so I can't really use a tiny85 along with the USI / I2C for the sensor and the USI / SPI system at the same time. Short of writing a software SPI, I'm thinking of switching logic to another board entirely. The question is: would the 841 board work for this case? On paper it seems so. Would appreciate any advice!
Beta Was this translation helpful? Give feedback.
All reactions