-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFi - ESP8266 - SX1276 - LoRa #925
Comments
Excellent ;-) I had in my mind to update the Gateway hardware to support these modules |
@hallard cool maybe we could work together on this; I'm not really a hardware person, but would love to get a LoRa arduino library working specifically with ESP8266. BTW have you seen http://www.getfreevolt.com I'm looking/hoping to get some development units for testing; in hope that it can power/charge batteries for in the field IoT devices that use ESP8266 and/or SX1276/LoRa for long range communication. |
@grahamehorner |
Hello, I am testing a LoRa node on www.thethingsnetwork.org in Milano with an RF95 radio and this stack: /var/folders/xt/636gqx4x4hz49yz9xgg79tkw0000gn/T/buildaf3861b8e88663e57f7270134668d526.tmp/libraries/arduino-lmic-non-avr-printf/hal/hal.cpp.o: In function I really have no idea how to handle such error. The ESP8266 would be a great platform, on the pro-mini just compiling the example there is a 98% of flash use. |
https://github.com/matthijskooijman/arduino-lmic/blob/non-avr-printf/src/hal/hal.cpp#L231-L247 |
looking closer with you hint I deducted it was just a serial print issue and not a more serious problem. I was using the non-avr-printf branch because the master was not building on the Due. Switching back to the master branch it builds !!! |
@marcobrianza It's strange it should be disabled by default on latest I'm running this stack mjr branch with no problem on ESP8266 |
yes, I will pay attention to this, thank you |
Closing due to age and per #3655 . |
has anyone see the https://www.lora-alliance.org/ it looks a perfect fit for IoT and using the ESP8266 as a bridging device between LoRa and WiFi see https://hackaday.io/project/4758-sentrifarm/log/20300-brief-update-esp8266-plus-lora and If the community here is interested I would be willing to start R&D and produce a library and circuit for that purpose.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: