In search of a decent lora board. #11577
Replies: 4 comments 3 replies
-
For the RF96W chip
and
and in sx127x.py def set_tx_power(self, level, outputPin = PA_OUTPUT_PA_BOOST_PIN):
self._tx_power_level = level from that it looks like I am in boost-mode. The 20dBm has a duty cycle associated with it. |
Beta Was this translation helpful? Give feedback.
-
I am not sure if you will find a LoRa board with 40mW output. However, if you consider a long range LoRa board instead, you can take a look at https://www.microchip.com/en-us/development-tool/RN-2903-PICTAIL RN2903 LORA is a good choice for IoT projects. |
Beta Was this translation helpful? Give feedback.
-
Have you seen these two from eByte?
Sx126x is an upgrade from Sx127x. The Sx126x give you more power/range than Sx127x using less current. The SMD/SPI versions of the eByte boards let you use LoRaWAN. Their UART 2.54mm header boards use LoRa modulation, but are point-to-point only (no WAN). |
Beta Was this translation helpful? Give feedback.
-
Note https://www.adafruit.com/product/5714, recently released. It is an RP2040 board with an SX127x. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using LoPy4s for lora before Pycom went belly up. They were a pretty nice board, the socket.socket(socket.AF_LORA,socket.SOCK_RAW) interface just worked & I was getting 60mW (18 of the 20 dBm that Semtech promise) of RF.
I'm not having much luck finding a suitable replacement. The TTGO lora boards are only delivering 20mW (13 dbm) of RF & there doesn't seem to be much in the way of alternatives? Anybody know of a decent lora board with at least 40 mW (16 dBm) of output?
Beta Was this translation helpful? Give feedback.
All reactions