Bill Carter

Results 10 issues of Bill Carter

Seeing as how this fork now appears to be dormant it would be nice to preserve whatever the users here are finding most valuable. Also getting bug fixes and more...

I pulled fresh code from the repository yesterday, did a clean and then a build, and flashed firmware. I have code that sets up some pins in pullup mode and...

I have multiple USB hubs on my Windows PC and a fair number of USB devices. For some reason Python needs to see Windows port names with numbers above 10...

I've cross-compiled the modules and installed them on a esp8266, but after following the instructions I am getting errors. ` >>> import os >>> os.listdir() ['boot.py', 'uhttpd.mpy', 'http_file_handler.mpy', 'ulog.mpy', 'console_sink.mpy',...

cantreproduce

I'm finding that the motion detection algorithm has trouble detecting some white-colored vehicles. A few motion events are sometimes seen but not enough to reach the MO_TRACK_EVENT_COUNT number, and then...

Any chance you would make an image like this for the Pi 5?

enhancement

This looks pretty interesting but I am using the module 3 camera, which requires the modern Picamera2 library. Any chance you can add Picamera2 as an option in your project?

enhancement

I see that it didn't reach the minimum goal on kickstarter. Will you be implementing Lua and sending out the development kits people signed up for?

Please make implementing a websocket client one of your priorities.

I instantiated a new flutter project with; `flutter create --platforms=android wifi_test1` It ran successfully on my Android phone. Then I installed the package with; `flutter pub add wifi_scan ` ......