Hi, I’m trying to develop a new device extension, (or as an extension for arduino uno) to add a device a Colombian company made called the Octabio board, is the board that comes with our STEAM kits, the board can be program as an arduino uno, so the idea was to make blocks for the sensors that comes in the kit (DHT11, Soil humidity, Pump, Motor, Bluetooth, etc.), I read the documentation and started to develop a few blocks that only work on Upload Mode, but on Live Mode, when I try to check things like
await device.isUploadMode()
or
await device.isConnected()
it times out, I tried the live mode for Arduino Uno with this board and it works great, but can seem to make it work with my extensions or devices.
Thanks for your help.