Replies: 2 comments 5 replies
-
Hello @dzuddiyn , Any ESP8266 or ESP32 device should be compatible. If the device has an ESP microcontroller attached to a Semtech SX127* or SX126* LoRa radio, it will work. Anything on LilyGo or Heltec's website that says it has an ESP32 and LoRa will work. Cubecell is reported to work, but there are some extra steps. Raspberry Pi Pico with a LoRa hat made by Waveshare has been reported to work. It's a little too broad to maintain a list. You're welcome to ask me here on GitHub before buying a module and I'll double-check the schematics for you. Sorry to hear of your CubeCell woes. Amazon's fooled lots of people into thinking they were getting an ESP32 with those. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking as a future possibility maybe develop .bin files for specific boards so that people would just flash the .bin file to the board without having to change any config files? Maybe have that ability via WiFi? Initial flash would be via USB Serial with .bin file and then future flashes (ideally) would be via ESP32 OTA. This could get them started and then as they gain confidence they can start editing the config files for different board types. Maybe create a bunch of different examples with specific config files for different specific board types. Just shooting out some ideas. |
Beta Was this translation helpful? Give feedback.
-
Hi Tim,
I go here because of Andreas.
I love your project. but it's hard to start. I'm not a programmer. just got some basic in electronics.
I hope to have;
and
I'm interested in using LoRa, not much on ESP-Now as I reviewed on YT, it only can reach about 100 meters node-to-repeater/gateway. Unfortunately, there are only few all-in-one ready made good LoRa sensor nodes available, especially with good deep sleep.
After several days of searching, I found Heltec sensor node. BUT sadly, unfortunately, I bought CubeCell sensor nodes (not ESP based) (buy because it sleeps at 3.5 uA while ESP base mostly 70 uA).
BUT then. I just realizes that it is not supported by FRDS, really sad. After go through reading a long discussion here, I found your statement that the HelTec LoRa 32(V3) (https://heltec.org/project/wifi-lora-32-v3/) is supported, double sadness as I should buy Heltec ESP32 base modules, also good complete sensor node too. but in fact, I still doubt it as there are no official hardware list in wiki & no example project.
my request are;
If there are several sensor node examples in this github documentation Or example projects in Hackster / Instructable, this project would be a boom, as it is easy to kickstart, just buy supported hardware, pin-in the sensors and burn-in the firmware code, boom, everyone got IoT project to spare food security on ourselves. Your Karma of kindness would exponential.
THANKS in advance Mr Tim, an intelligent farmer.
Beta Was this translation helpful? Give feedback.
All reactions