-
### Board
Lolin ESP32-S3 and TinyS3
### Device Description
-
### Hardware Configuration
-
### Version
latest master (checkout manually)
### IDE Name
PlatformIO
### Operating System
Win11 an…
-
Hi, I'm using an arduino nano 33 ble and the online Arduino ide which Arduino IDE version 1.8.13.
I've imported the libraries and can't get a single example to run, they compile (once the SPI initia…
-
ในโจทย์ introduction ถ้าใช้ loop ปกติก็ผ่านได้ไม่มีปัญหา แต่ถ้าเป็น recursive จะหมุนไม่หยุดเลยครับ
```
if(n===0) {
return 0
}
else {
return add(n-1) + n
}
```
-
When generating Nit code, one might want to include some pasted content inside.
The question is what syntax to use?
The one of C C++ C# is known but conflicts with comments
https://gcc.gnu.org/onlin…
-
There should be an app for mobile phones because the websites in not interactive when you use it in your mobile and if there an online separate IDE would be nice ... Just saying
-
I download and applied succesfully ArduinoDark theme from a .zip downloaded somewhere online. I tried to zip other themes from https://github.com/AbhishekGhosh/Arduino-Themes yet unsuccessful. After a…
R0dri updated
5 years ago
-
### Board
xiao esp 32 s3
### Device Description
the usual module
### Hardware Configuration
![Снимок экрана 2024-02-05 225720](https://github.com/espressif/arduino-esp32/assets/159071246/0f386b8…
-
Integrate with Visual Studio online to allow users to quickly spin up environments to host and deploy the code, without the need to set it up in their local environment
-
### Board
custom esp32s3 board
### Device Description
Custom board with ESP32S3 and FUSB302 chip connected to USB-C port. The problem is unrelated to the board.
### Hardware Configuration
ESP32S3…
-
Goal: Deliver TC Platform notification events down to the IDE. The new notification system that will be coming online soon will deliver notifications to the end user from the platform. Stage 1 of this…