btsimonh

Results 198 comments of btsimonh
trafficstars

also [PCA9685-pigpio-client](https://github.com/btsimonh/PCA9685-pigpio-client) for servo control :)

Hi @UrielCh, I did install with build, and it just worked beautifully - thankyou :). (It ended up with a late v4 opencv...) I'm building up some documentation on reading...

FYI.. not anything final, but my docs repo for my rpi robot investigations are here: https://github.com/btsimonh/Adeept-rasptank-mods The video.md covers my experiences with video & RPi3b.... br, Simon

pi@raspberrypi3b:~ $ uname --all `Linux raspberrypi3b 5.15.84-v7+ #1613 SMP Thu Jan 5 11:59:48 GMT 2023 armv7l GNU/Linux` -> 32 bit? ``` pi@raspberrypi3b:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian...

I just had the pi3b lying around (it was my first pi, quite some years old). My pi4 (4gbyte) is 'occupied' running NR flows supporting the house.... but also the...

no, the company i'm a little involved with went with a commercial ANPR library/docker for jetson. But I've been doing a lot with text detection/OCR from video for my main...

from here: https://stackoverflow.com/questions/33626326/how-to-search-a-github-fork-for-code-using-the-github-search-api ``` When a fork has less stars than its parent, it is not indexed at all for code search. So it won't show up even when you...

I did some stalking, and there is nothing from Vincent since 2019 - anywhere. His facebook is dead, no linkedin profile, medium is dead, twitter is dead. The only commits...

looks like NimBLE may have some issues to be resolved to work well with core 3.0.0 https://github.com/h2zero/NimBLE-Arduino/issues/645 I think we should wait to see how @h2zero progresses....

ahh... ok. So just taking a quick look at the source, there are really no changes to account for changing library? I guess the NimBLE classes and structures are identical...