Looking for a decent LoRaWan board with full Micropython support #12169
Replies: 6 comments 7 replies
-
He has been quite responsive to issues raised. I have done 2KM line-of-sight with his default transmit power 2 setting. For something as infrequent as soil moisture measurement, transmit power 12 shouldn't be too hard on the battery. Do you need every 5 minutes? I run several units on 1W panels, but several weeks of cloudy weather can take the battery down to battery protection kick-in point. These will probably only be used during the growing season, correct? |
Beta Was this translation helpful? Give feedback.
-
Dear @davefes
No. But doing science the shorter the better time resolution.
Disclosure: My project aims to support my village to get measurements of the current state to make it easier to accept the final truth that cattle need 30 times more water than humans. And in the end one of us has to go - the cattle or us. Our water resources in the fattest region of Germany are spend. Other regions a facing a even more severe drought in the third year. And it will not stop. Even if we stop the CO2 emissions now. It will not stop. CO2 persists 1000 years in the atmosphere. But if we do not stop the CO2 emissions there will be nothing left to fight for. Cheers, |
Beta Was this translation helpful? Give feedback.
-
I run 8 head of cattle here and during the winter moisture is not a problem ... we have had 300-400mm of the last 3-4 weeks. We need the sun! Are they for beef or milking? Several years ago I was "following" a French guy, doing some work in Africa on complete LoRaWAN systems for agriculture. Because I haven't done a specific LoRaWAN gateway I think you need to work out the higher system level details first. Maybe, the 2nd link to Arduino code on those units might be easier. Search Github uPyLoRaWAN-master, however in my brief look I don't see anything gateway-related. https://www.instructables.com/Arduino-LoRa-ESP32-LoRa-Gateway-Obtain-Remote-Ardu/ Good luck! |
Beta Was this translation helpful? Give feedback.
-
Ground water accumulates usually during the winter. The snows slowly melting does the trick. But we have no snow any more. The glaciers in the mountains are nearly gone. Rainfall is either sparse or it comes as a flood. Goes straight into the river. A guy from the lots of power stations we have along our river told me: They got 500 m³/sec at one of the last rainfalls. This was twice the capacity the dams are made for. It will be a hard ride. And we see just the beginning. Cheers, |
Beta Was this translation helpful? Give feedback.
-
There is/was a company called Pycom, which had a set of ESP32 boards with Sequans LoRa hardware and MicroPython as software base. These work quite well with simple LoRa and LoRa WAN. Unfortunately, Pycom went bankrupt due to some unfortunate business decisions, and the company that purchased the assets does not continue the ESP32 series of products. The ESP32 boards were quite generic, and I ported the Pycom firmware to 2 different Heltec boards, the Wireless Stick and the Wireless Stick Lite. So it should be possible to transfer their firmware to a ESP32 WROOM or WROVER type board with SX1276 LoRa hardware. Their MicroPython is similar to the Genuine Micropython, more than CircuitPython. It was created by Daniel Campora, who made the CC3200 port. LoRa is established, and if you go e.g. to the TTN web site, you will find links to MANY products, both nodes and gateways. For your application, using LoRa WAN and a gateway with a good antenna located in the middle of the to-be-covered area seems to be a good approach. You can then use the TTN network to collect and transfer the data. |
Beta Was this translation helpful? Give feedback.
-
About distances. With a ESP32 based Node I drove around the city and checked, where I can get messages passed both to a gateway at home and other gateways in the area. To the one at home I get contact up to a distance of ~2300m. It depends a lot on the area and building. But in most cases the signal of the node were picked up by gateways 7 or 8 km apart. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to LoRaWan, so please accept patiently my stupid questions.
The goal is to support the small village I live in with low cost soil moisture sensors to get a picture of the current drought level.
And to get this overall picture I need a low voltage long range (5-10km) transmission technology.
This is a non profit project. We all have to adopt to climate change and I like to contribute.
Currently I am working on an ultra low power ESP32 setup for the digital SoMoSe Soil Moisture Sensor.
With a DFRobot ESP32 Firebeetle the average current is around 0.35mA with one measurement per 5 minutes and WLAN transmission to a MQTT server. For 10 seconds the sensor and the WLAN are drawing 100 mA, but in the following 290 seconds of deep sleep only 0.3 mA is drawn.
This setup should be easily powered by a 6V 1W solar panel for a long time (buffered by e.g. a 2AH LiPo). Please correct me if I talk nonsense.
Now I like to extend this from WLAN to LoRaWan. The numbers I read on LoRa suggest that it is possible to get much more range on the same power consumption.
I need your advice on two components to play with LoRaWAN:
A low cost, low power breakout which can be integrated easily (I2C, UART, SPI, ..) with an arbitrary ESP32 board.
Something like that but good
A LoRaWAN Receiver/Gateway to handle the incoming signals and route them to a WLAN.
LILYGO T-Beam Meshtastic LORA32 868MHz ESP32 Entwicklungsboard WiFi BLE CH9102F Chip TTGO Mainboards Soldered OLED Module
Please keep in mind that the product you may recommend has to be available in the EU. The EU is quite over regulated. Some parts like the new FeatherS3 (by the way a really masterfully created piece of Art) is not officially available in the EU, due its missing CE certificate.
Any help appreciated
Volker
Beta Was this translation helpful? Give feedback.
All reactions