Hello! I'm making a robot, and for it I want to buy some sensors, but I have questions about them.
I have these details:
- ESP32/ESP23Cam;
- 2x VL53L0X ToF IR Distance Sensor;
- MPU6050 Gyro + Accelerometer Sensor;
- 2x Servo SG90;
- TP4056 UPS for li-ion battery;
- 1800mAh li-ion battery (B150AE, from Samsung phone);
I have these questions:
- Will all system be able to work simultaneously, at least all system and one IR Sensor (because, as I know for an instance in case of using Arduino Nano/Uno and HC-SR04 Ultrasonic Sensor, you are not able to use any other functions of microcontroller, when this sensor works). If no, how I can solve it (maybe use also arduino nano for IR Sensors, and ESP for all other components)?
- Will it actually work
? - Is exist small shield for ESP32, because I need small one for my project...
- Will it work on ESP8266?
Thanks for every reply!)