top of page

General Discussions

Public·236 members

Atrix ComputingAtrix Computing
Atrix Computing

Interfacing Nyboard with ESP32-Cam

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.

36 Views
Rongzhong Li
Rongzhong Li
Oct 11, 2023

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.

bottom of page