Tony DiCola

Results 16 comments of Tony DiCola

Ah interesting, it looks like something is going wrong in the shader. Do you know what graphics hardware you're using?

Yeah when the face detection can't get a lock on a face it will default to moving the skull back to the center after a few seconds. I suspect that's...

Ah good point--you can change the default in the code (it's in the configureApp function for the raspberry pi in main.cpp) and compile a new version, but you're right a...

Ah thanks for digging into it further, yeah that's annoying that Windows seems to treat COM ports above 9 so differently with path names. I just added a similar workaround...

This is probably a good issue to push up to upstream micropython where the pyboard.py code comes from vs. just here in ampy. With all the different boards and hardware...

For anyone that runs into trouble with this sensor and the ESP32, I found right now the ESP32 Arduino I2C core has some issues with timing sensitive sensors. However I...

Definitely agree, yeah once the Web bluetooth API is in Chrome proper and not just the Chrome OS browser I'll definitely be curious to take a look at a web...

Yeah you need to also install a libusb driver using Zadig tool, check out the steps here: https://github.com/adafruit/adafruit-bluefruit-le-desktop#windows The issue is the noble library works around the spotty BLE support...

Interesting, I haven't seen a 'problam accessing board folder...' error like that before. If you ssh to the Yun do you see a /mnt/sd/arduino/www/SmartAlarmClock folder with the python scripts inside...

Hrm that's odd, what if you mount the SD card on your mac does it bring up the file system on it and let you copy over the files to...