-
Hi Robert,
I am not quite sure, but if I understood correctly, you tried to port pycom's firmware to heltec wirless stick. This is very interesting, especially their networking module, which is nic…
-
Hello,
The last time I compiled your code in the Arduino library.
https://github.com/ricaun/arduino-BasicMAC
The sx127x works ok but the sx126x I have some problem with the Dio3. My board does …
-
Hey Im also taking a look at temperature compensation in narrow bandwidth modes.
Im seeing about 300Hz/Celsius drift with my RA-02.
Im thinking for using two loops to track the temperature drift iss…
-
Hi jgromes! we are actually using the sx1278 for 433MHz FSK with RadioLib, but we need the signal strength information, we have already check the register map for FSK in the sx1278 and RSSI value and …
-
**Describe the bug**
when looking at the serial log of a mamaduck, there are currently "ghost packets" that are received "right after" sending a packet.
**Additional context**
@nfeuer confirm…
-
Looks like this is nice project.
I Pretend to use ESP32 with RFM95
But I got lot of errors while compiling for CFG_sx1272_radio/CFG_sx1276_radio
src\main.cpp:459:10: error: 'pins' was not dec…
-
Hi,
I am trying to implement APRS using radiolib and SX1278/1276 chips.
The problem I am stuck at the moment is that I cannot receive Data from my Yaesu VX-8 running at 9600 baud speed in FSK mo…
-
Hello there,
I have now 10 TTGO boards configured in ABP mode.
I flashed the firmware and discovered that all of them have the same DEVEUI which of course is making a mess in the TTN uplink stream e…
-
I'm trying to run a simple example on Wemos D1 R32 board with Dragino Lora shield. This example worked with TTGO boards without issues.
https://wiki.dragino.com/index.php?title=Lora_Shield
SV2, …
-
Hi,
I'm trying to decode FSK data from SX1268, It's working great for NRZ, however, I'm a bit stuck with whitening. I'm trying to use the built-in dewhitener for CC1101, but that one makes a few as…