-
### Description of the bug:
I was playing around with tool use and streaming, this was my code:
```py
import google.generativeai as genai
import config
genai.configure(api_key=config.API_KEY…
-
### LVGL version
v9.2.0 / all versions
### What happened?
Posted in Forum but no reactions.
My development environment is Arduino using Sketchbook location. Raspberry Pi RP2040 is the controller…
-
When attempting to compile any examples for the arduino, I get:
In file included from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/MyCobotSaver.h:5:0,
from C:\Users\iviti\sk…
-
when i run the example ldrobot_ld14p_esp32 it shows a compiler error
include
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: LDS_LDROBOT_LD14P…
-
\AutoConnect\examples\mqttRSSI_FS
open mqttRSSI_FS.ino and build, it throw exceptions:
In file included from d:\Arduino\Sketchbook\libraries\AutoConnect\src/AutoConnectCoreImpl.hpp:14,
…
-
## Description of the problem
With Espressif esp32 2.0.17 everything works fine.
esp32 3.x includes breaking changes to wifi handling
https://docs.espressif.com/projects/arduino-esp32/en/latest/mi…
-
loaded the complete example demo-code
C:\Arduino-Pure-Portable\arduino-1.8.19\portable\sketchbook\libraries\ESPUI\examples\completeExample\completeExample.ino
and get these compiler-errors
comple…
-
This is a documentation project. Notes can be collected on this Issue.
-
Hi there. I just installed Cuwire (the Brackets extension) and I must say it's much nicer looking than the official Arduino IDE. I am, however, having troubles with sketches that use libraries in the …
-
On linux the default sketchbook folder is ~/sketchbook
So on the SConstruct file, replace this line :
SKETCHBOOK_HOME = resolve_var('SKETCHBOOK_HOME', path.expanduser('~/share/arduino/sketchbook/'))
…