Bidirectional Visitor Counter using CircuitPython on Maker Nano RP2040

Bidirectional Visitor Counter using CircuitPython on Maker Nano RP2040

Introduction

In this video I would like to share about a bidirectional visitor counter project that is programmed using CircuitPython on Maker Nano RP2040.

Video

Hardware Preparation

This is the list of items used in the video.

3D Printed Parts

You can download the STL file for casing here:

Sample Program

This is CircuitPython sample program. You need to include this library in your CIRCUITPY/lib folder. You can download it from CircuitPython Library Bundle.

  • simpleio.py

For lcd.py and i2c_pcf8574_interface.py, please save it in your CIRCUITPY/lib/lcd folder. Yes, you need to create the lcd folder in the lib folder.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."

Related Products


Related Posts

Measure The LPG Gas Using Maker Nano RP2040 And Gas Sensor MQ-9B

Measure The LPG Gas Using Maker Nano RP2040 And Gas Sensor MQ-9B

 Video Hardware PreparationThe hardware setup for this tutorial is as shown below Maker Nano RP2040: Simplifying Projects with Raspberry Pi RP2....
Maker Nano RP2040 Interfacing With Maker Drive Using Arduino IDE

Maker Nano RP2040 Interfacing With Maker Drive Using Arduino IDE

 Video Hardware PreparationThis are the list of items used in this tutorial.Maker Nano RP2040: Simplifying Projects with Raspberry Pi RP2040Make....
Program Otto DIY Robot for Basic Movements with CircuitPython

Program Otto DIY Robot for Basic Movements with CircuitPython

After assemble the Otto robot, next we will try to program it using CircuitPython. Basically we need to know how to control 4 servo motors to create the robot movement.....