-
Updating /config/esphome/lorawan.yaml
------------------------------------------------------------
INFO ESPHome 2024.10.3
INFO Reading configuration /config/esphome/lorawan.yaml...
ERROR Unexpec…
-
Config:
```
esphome:
name: lora32-home
friendly_name: Lora32_home
libraries:
- "SPI"
- "Ticker"
- "SX126x-Arduino"
esp32:
board: esp32-s3-devkitc-1
framework:
…
-
Hello, I want to test lorawan now, but I can't get any further because the yaml can't be compiled in esphome.
here is my yaml, and the error message.
`Updating /config/esphome/lorawan.yaml
------…
-
I am unable to send or receive through a STM32L051C8T7 board.. No failure in setup, but it freezes on `LoRa.endPacket();`, ` hSerial.print("4");` is never called in the code below. It also freezes wh…
-
PlatformIO is much better than the Arduino IDE.
1st argument for me is the compile + upload time.
If you change one line code would take Arduino IDE: 1:50 min; PlatformIO: 0:25
Ho…
-
## Steps to recreate
- I've modified the `sx127x.New` function to accept a `drivers.SPI` instead of a `machine.SPI`
- I've modified the example for the sx127x to run on the pico. See dropdown click …
-
With PR #72991, the SPI driver does not work with PM device + runtime features enabled.
The bug was reproduced on the STM32WL device.
Steps to reproduce:
1. In `samples/subsys/lorawan/class_a…
-
Use the SPI Driver to setup functions to configure and interact with the RFM95 LoRa Module
-
Unless I completely misunderstand the idea , do you think it would be possible to integrate the BBS with standalone raspberry pi based Meshtastic node? Based on the Meshtastic info the Pi nodes are te…
-
**Describe the problem you have/What new integration you would like**
I have already the home automation setup with help of ESPHome and Home Assistant all using the WiFi. But I want extend the …