-
In the code I see only NwkSkey AppSkey and DevAddr. What should I do with DevEUI? I'm trying to transfer data to TTN.
Thank you in advance!
-
Reported by @darton in https://github.com/adafruit/Adafruit_CircuitPython_DHT/pull/47#issuecomment-689438687 and https://github.com/adafruit/Adafruit_Blinka/issues/210#issuecomment-689427753:
> The…
-
On gstreamer 1.21 and Linux 5.17 Clapper need to decoding vp9 by using v4l2 codecs, but it using vp9dec instead. Tried with Clapper Flatpak Nightly.
-
**Problem description**
On arm (and i686?), compiling a program with the `arm-linux-androideabi-clang` symlink gives:
```
error: Android 5.0 and later only support position-independent executab…
-
Is there an easy way of cross-compiling for `arm-none-eabi` i.e. bare metal ARM Cortex-M microcontrollers?
I'm not familiar with `autotools` and the following doesn't seem to do the trick
```
$…
-
Are you planning to support the Raspberry Pi Pico W? I'm assuming that all this would involve is adding to the list of functions callable by SYS those necessary to access the network stack (and then …
-
The latest Arduino core adds support for ESP32S2, ESP32C3 SoCs and a great amount of new boards. Related issues:
- https://github.com/platformio/platform-espressif32/issues/591
- https://github.com/…
-
I have used RTX5 on Cortex M3/4 for a while, and think I understand the SVC call code, e.g. irq_cm3.S (i am using 5.6.0). I use GCC as my compiler.
I just started looking at Cortex M0/M0+, and won…
-
Just some information in case someone wants to add support for the Atmel AVR architecture to bloaty.
I have tried analysing an elf-file compiled for the ATmega328P microcontroller (Atmel 8-bit AVR …
-
Currently, compiling mpack for some 8-bit embedded targets (such as Arduino AVR microcontrollers) fails because doubles are just 32-bit floats and not proper 64-bit floating-point numbers:
https://gi…