I noticed Nyboard is based on an Arduino Uno, is it possible to do something like this in it? https://www.youtube.com/watch?v=_A2KwuiE7Ww I really want to use the onboard ability of facial recognition that comes with the ESP32-Cam plus I just enjoy its feature set.
top of page
bottom of page
Because NyBoard (Uno) has only one hardware serial port, you can pre-configure its programs using the serial port, then connect it to ESP32.
Alternatively, you can define one of the digital Grove sockets as software serial port.