Hello,
I'm going to send data from a distance of 100-150m using Bluetooth long range communication.
When I looked up some examples of this, I saw that two development boards were used as central and peripheral, respectively.
I have a few questions about this.
1. Can I test this long range with one nrf52840 board and nRF connect app? I'm planning to buy more nrf52840 later, but I only have one now. Would this be possible?
2. I will not use a special antenna because my goal is to develop a small device. In this case, is it possible to communicate at a distance of about 150 meters in an obstructed building?
And is the communication slow? (Continues to transmit sensor data to central from peripheral)
3. Which example would you recommend starting with for this test? (SDK v17)
Thank you!