Based on the setup in the following link:
https://how2electronics.com/esp32-cam-based-object-detection-identification-with-opencv/
1. open example -> esp32cam -> WifiCam
2. update AP
3. tested working
Next, try combine with wifimanagerExample
Based on the setup in the following link:
https://how2electronics.com/esp32-cam-based-object-detection-identification-with-opencv/
1. open example -> esp32cam -> WifiCam
2. update AP
3. tested working
Next, try combine with wifimanagerExample
Needed to remove Mot_VOT_Sel (green jumper next power connector) before programming from Arduino IDE as supposed the external power prevent the reseting of the NANO
NOTE that most of the online pictures of the A4988 modules are inserted in the WRONG orientation. Following picture is my working one.
Environment
Acer Aspire 4741G
Ubuntu 20.04.2 LTS
Arduino IDE 1.8.13
WifiNINA firmware ver. 1.3 (after installation of library)
Lesson
LEARN - Building Internet of Things Projects with Arduino IOT Cloud by Lee Assam
Setup
sudo snap install arduino
Board manager - install Arduino SAMD boards (32-bits ARM Cortex-M0+) by Arduino version 1.8.11
Library manager - install WifiNINA
in ubuntu
sudo usermod -a -G dialout $USER & reboot