Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.

  • Learn & Share: Exchange tips and tutorials to enhance your skills.

  • Exclusive Previews: Get early access to new product announcements and sneak peeks.

  • Special Discounts: Enjoy exclusive discounts on our newest products.

  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [here] and join today!

13. Grayscale¶

In this project, you will learn how to read and calibrate the Omni Grayscale Module on the bottom of the Zeus Car.

How to do?

  1. The ESP32-CAM and the Arduino board share the same RX (receive) and TX (transmit) pins. So, when you’re uploading code, you’ll need to first disconnect the ESP32-CAM to avoid any conflicts or potential issues.

    ../_images/unplug_cam1.png
  2. Open the 13_hc165_and_grayscale.ino file under the path of zeus-car-main\examples\13_hc165_and_grayscale.

  3. After the code is uploaded successfully, slide the power switch to ON to start the Zeus Car.

    Note

    Do not unplug the USB in this step, because you need to check the data of the Omni Grayscale Module on your computer.

  4. Open the serial monitor and make sure the current baud rate is set to 115200. It is recommended to click on the Toggle Autoscroll icon so that you can see the latest printed data.

    ../_images/ar_grayscale.png
    • Turn the car over and you will be able to see the Serial Monitor print out data: 11111111.

    • If you cover one of the probes on the module with your hand, you will see the value in the corresponding position change to 0.

    • For example, if you cover the U11 probe, you will see data: 01111111.

  5. Calibrate the Omni Grayscale module.

    Since each subfloor has different grayscale values, the factory-set grayscale threshold may not be appropriate for your current environment, so you will need to calibrate this module before use. It is recommended that you need to calibrate it whenever the floor color changes a lot.

    • Place the Zeus Car on white surface and turn the potentiometer until the gray sensor light is just illuminated.

      ../_images/zeus_line_calibration.jpg
    • Now let the two greyscale sensors on the side be located just between the black line and white surface, and slowly turn the potentiometer until the signal indicator just goes off.

      ../_images/zeus_line_calibration1.jpg
    • You can move repeatedly over the the black line and white surface to make sure that the lights of the greyscale sensor are off when they are between the the black line and white surface and on when they are on the white surface, indicating that the module is successfully calibrated.