-
https://www.aliexpress.com/item/4001178678568.html?spm=a2g0o.cart.0.0.173a3c00vgViVI&mp=1
-
Interesting project. I thought I could use it for my next video. I have many LoRa boards. Unfortunately not the ones you support. For example, I have a few of those: https://www.aliexpress.com/item/40…
-
ESPHome supports lolin32, lolin_d32, lolin_d32_pro boards, but not lolin32_lite (https://docs.platformio.org/en/latest/boards/espressif32/lolin32_lite.html#board-espressif32-lolin32-lite).
**Operat…
-
Hello! I'm using a ESP32 LoRa board[ TTGO V2.1](https://www.aliexpress.com/item/TTGO-LoRa32-V2-1-1-6-version-868-915Mhz-ESP32-LoRa-OLED-0-96-Inch-SD/32872537745.html), compiling with the latest Arduin…
-
Trying to compile and make the current build fails with:
libraries\SondeLib\Display.cpp: In member function 'virtual void ILI9225Display::begin()':
libraries\SondeLib\Display.cpp:355:13: error: ex…
DL2MF updated
3 years ago
-
Anyone have success when running under platformio?
I have tried and get this error:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d…
-
I use lmic_project_config.h mentioned below together with an adafruit lora feather M0 900Mhz, but it still transmits +900 MHz and not in the 868 band as required.
```
// project-specific definition…
-
I'm using the board "TTGO LoRa32-OLED V1".
In the code is "ttn.begin(SS, LMIC_UNUSED_PIN, RST_LoRa, DIO0,DIO1,DIO2);"
When compiling, I get the error:
```
/home/jms/Arduino/libraries/TTN_esp32/s…
-
I was getting an error in the function getSignalBandwidth when compiling:
Arduino: 1.8.1 (Windows 10), Board: "TTGO LoRa32-OLED V1, 80MHz, 115200, None"
C:{...path...}\Arduino\librar…
-
Hi,
may I ask for some help?
I´m not able to TX/RX any APRS packets via antenna.
I see, the board is connected via WiFi to APRS Server and is sending beacons to the server.
But, no RX or TX via…