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...
does your VL53L0X sensor have an XSHUT pin? e.g. XSHUT: This pin is an active-low shutdown input; the board pulls it up to VDD to enable the sensor by default. Driving this pin low puts the sensor into hardware standby
you can enable/disable the sensors using XSHUT or use it to change one of the I2C addresses