Made a shield, or sort of shield for reading all the sensors on the sides, plan is to use an Arduino Nano to read all the sensors and it would do the filtering etc needed and just keep printing out sensor values comma separated on Serial which will be then read by some other controller..
To connect all the sensors to the Arduino Nano, designed a shield for the Nano.
Total number of pins needed
- 1x Analog Pin for IR Sensor RX - TCRT5000L
- 1x Digital Pin for IR Sensor TX - TCRT5000L
- 1x Digital Pin for Echo Pin on Sonar Sensor - HC-SR04
- 1x Digital Pin for Trig Pin on Sonar Sensor - HC-SR04
This is 1 Analog and 3 Digital pins per sensor baord and I have 8, so 8 Analog pins and 24 Digital pins, Arduino Nano does not have enough Digital Pins, luckily recently I hade bought a batch of MCP23017 GPIO Multiplexer IC, which has 16 pins and also luckily Arduino Nnao has 8 Analog input pins, (unline Arduino Uno, which has only 6 analog input pins).
Same drill, a PCB was made working on my sketches and sent to Seeed Fusion PCB Service.
The Git Repo Link for the PCB Eagle files: https://github.com/zaidpirwani/CONTROLLER_sensor-board_Eagle
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.