868 MHz transceiver #709
Replies: 7 comments
-
Posted at 2015-03-08 by DrAzzy I do not think anyone has gotten to the point of having two espruinos talking with 868mhz radio, so nobody knows :-P Several of us are working on projects involving this, though; I've got some RFM69's (though they're not super long range), and someone else has ordered whiskers. I've made breakout boards for my 69's, but have not applied power to them yet. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-09 by alexanderbrevig I had planned to try this band with a CC1101. Unfortunately I have not tested any modules for it, I bread-boarded one of the reference designs when I tried it. I'm using this radio to implement DASH7 but because I will implement mesh network, I need more space to get a routing table and an A*/Dijkstra and ended up settling on having an CC430 coprocessor for the networking and encryption, at least for the prototyping stage. Maybe I can cram everything into the STM32F4 when time comes.... Let us know if you order some modules :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-09 by @gfwilliams You can use the SRF modules from Ciseco which are 868Mhz. They do a lot for you and allow you to easily send and receive (encrypted I think) packets of data. There's no JS module for them, but they're trivial to use as you just connect them up via serial. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-09 by Jolm Thank's for your feedback. Cheers, Flo |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-09 by @gfwilliams I did buy some RFM12Bs and have been planning on making a module for them when things calm down a bit. Please let me know how you get on - I'd love to get a module made to make it easier to use them! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-09 by @gfwilliams Just to add, there's example code in HopeRF's datasheet: https://www.sparkfun.com/datasheets/Wireless/General/RF12B_code.pdf You could easily re-write |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-03-21 by Jasonwu Hi, Do you need UART port module? They are highly integrate. Please check this module. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-03-08 by Jolm
Can someone recommend a 868 MHz transceiver module that works well with the espruino?
Thanks,
Flo
Beta Was this translation helpful? Give feedback.
All reactions