💬 MySensors NRF5 Platform
-
@NeverDie I think I tried once, but I'm not sure; so take it as 'nope' :) But all nrf were compatible as they were talking to gw..
I agree 840 should have more range. but that's just datasheet numbers, in 2.4ghz band, and still not 20dB. for a direct replacement, you win range sure. but good 832 design choices can work as good as bad 840 design choices.
I have a different strategy. and I already got 832s ic for 2€. Because bt840f has not really a nice price imho. for what ?? a mcu few passives, pcb antenna, and just a few IOs exposed to castellated pins (I have no time to debug when there is a bad solder point on bottom pads..).
bt840 is more affordable but you loose all the range.
Then, you can find module from chinese brands. price is ok too. but the same lower range. On my side I would prefer spend money on good sensors.@scalz Fanstel has by far the best antenna design in its F series of all the nRF52 modules that I've tested (well, at least on an nRF52832 module, and I presume it carries over to the nRF52840 as well), so you do get some extra value for the extra money. Of course, if you can do your own, then you don't need Fanstel. I'd say you have above pretty good skills when it comes both to soldering and PCB antenna design, and so you are better able to build rather than buy. That's great! In my case, for the nRF52 chips, I pretty much have to buy modules instead. I suspect the same is true for most people here.
-
@scalz Fanstel has by far the best antenna design in its F series of all the nRF52 modules that I've tested (well, at least on an nRF52832 module, and I presume it carries over to the nRF52840 as well), so you do get some extra value for the extra money. Of course, if you can do your own, then you don't need Fanstel. I'd say you have above pretty good skills when it comes both to soldering and PCB antenna design, and so you are better able to build rather than buy. That's great! In my case, for the nRF52 chips, I pretty much have to buy modules instead. I suspect the same is true for most people here.
Actually, the nRF52840 chip looks incredibly hard to solder (well, to me anyway):

-
Has anyone got MySensors running on a Micro-bit?
I'd like to create a simple motion sensor for MySensors, and a microbit has all I need on board.
In general, MySensors and MicroBit could be a great combination for education and fun?
-
Has anyone got MySensors running on a Micro-bit?
I'd like to create a simple motion sensor for MySensors, and a microbit has all I need on board.
In general, MySensors and MicroBit could be a great combination for education and fun?
-
Has anyone got MySensors running on a Micro-bit?
I'd like to create a simple motion sensor for MySensors, and a microbit has all I need on board.
In general, MySensors and MicroBit could be a great combination for education and fun?
-
@Nca78 I ordered one, it should arrive tomorrow. Would you be willing to help me out in making it ultra low power once I get started?
@alowhum said in 💬 MySensors NRF5 Platform:
@Nca78 I ordered one, it should arrive tomorrow. Would you be willing to help me out in making it ultra low power once I get started?
If you're planning to use only one interrupt, it will not be very difficult, @NeverDie made some code for the low power comparator, search "LPCOMP" to find the posts in the NRF5 thread.
The constraint is you need the interrupt pin to be in the range of 1-8 (not 100% sure, you need to double check what pin numbers are available with LPCOMP). -
Are there any plans to update the mysensors nRF5 boards definition to now support the nRF52840? I saw that Adafruit have now added support and are offering a feather based on this module https://www.adafruit.com/product/4062. There is also this listing for a module with 1.27 mm spacing on Alibaba https://www.alibaba.com/product-detail/low-energy-mesh-network-UART-module_60816297852.html
-
I thought I mastered nrf5 platform bit it looks I am not.
I have a PCB where i2c sensor is hardwired to po30 and po31 of nrf52832.
What changes I have to make in MyBoardNRF5.cpp?
Shall I bring lines 28/29 that have "A4" and "A5" in their desciption to 30th and 31st position in the list?