ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
I am having trouble with the screen turning white immediately on startup and not showing anything. I'm using an Arduino Giga with an Arduino Giga Display Shield, LVGL v9.2.2, and...
Change the FMC frequency source to HCLK, freeing up PLL2 for other uses. On Portenta, the frequency will be same. On giga it will be higher but still within spec,...
Hi, I'm facing an issue with an Arduino OPTA WiFi board. The WiFi is connecting correctly but the connection is lost after approximately one hour. If a continuous ping (every...
I'm trying to build the code because I modified my board configuration to support more sockets. The build fails however, any ideas what can be the cause of this? I'm...
This will go some way to improve the RTC accuracy. Thanks
Hello, I'm using the Portenta CAT.M1/NB IoT GNSS Shield with the EDGE CONTROL board. if the application fails the initial connection process because the signal strength is low or because...
In my case, I am trying to debug some OV5640 camera code I am trying to make work on the GIGA and thought it would be easier if I could...
Fixes #970 To be used with https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/131 @manchoz @akash73 https://github.com/arduino/ArduinoCore-mbed/commit/3fe32be5b59dc67a6806ce557b8dfd570c225247 needs better investigation and a patch at driver level
Hi, I've been trying to follow the tutorial on Data exchange between Linux and Arduino Sketch and I have not been able to get it to work. I've spent 2...
` reader_th = new rtos::Thread(osPriorityNormal - 2);` This appears to always give priority normal, which is good as any other priority seems to cause a hang. It would also be...