-
Arduino: 1.8.10 (Mac OS X), Board: "AI Thinker ESP32-CAM"
WARNING: library Servo claims to run on avr, megaavr, sam, samd, nrf52, stm32f4 architecture(s) and may be incompatible with your current b…
-
This does not work on MKR1000. Serial monitor shows:
Starting HelloServer on SAMD MKR1000
But then hangs up on WiFi.begin
-
I want to format the onboard flash on the Feather M0 Express and store some files there.
The format example gives the following output:
```
Adafruit SPI Flash FatFs Format Example
Flash chip JED…
-
Most of the ATmega4809 board available so far have an on-board EDBG chip of some kind, and don't need a bootloader. (Uno WiFi 2, Atmel Xplained Pro, Atmel Curiosity)
However, it might be nice to hav…
-
Currently, the official arduino servo library (https://github.com/arduino-libraries/Servo) doesn't support xmc boards.
When including the Servo.h header, an error will be thrown by the compiler:
```…
-
When the Keyboard library is added to a sketch, it has adverse effects on COM port availability on MacOS.
* Testing with MacOS Mojave 10.14.6 and IDE 1.8.10 and 1.8.11
* Tested on MKRZero and Nano…
tigoe updated
4 years ago
-
**Here is my question**
Some devices like the SAMD51 support both full-speed USB and low-speed USB. Currently, tinyusb hard-codes full-speed:
https://github.com/hathach/tinyusb/blob/cb3de6766359…
-
The application freezes as soon as data is received on SerialGPS RX pin GPS_RX/PB03.
I tried several setups and got the same result (RoboHatMM1 + JetsonNano / RasPi 3 / USB2Serial FTDI).
Sendin…
-
The Radiohead library has a "Reliable Datagram" mode that uses acknowledgement and retries to insure packet delivery.
Is there interest in implementing that here. I'll be happy to take it on, but…
-
Hi,
Your README says that From v1.0.2+, the library supports ... STM32F series .... But when I attempt to compile the PostServer example for an STM32F103, I get
WARNING: library functional-vlpp…