Skip to content

a simple prototype to hide (things) on a motorcycle, with remote control or a button

Notifications You must be signed in to change notification settings

maagmirror/plateFlipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 plateFlipper

Controlling money outside my wallet because the state takes photos of my motorcycle without permission and charges me for it.
diagram


🛠️ Required Components

✔️ Arduino UNO / Arduino NANO → x1
✔️ Servo (15kg or more) → x1
✔️ Arduino cables → x1 kit
✔️ Push button → x1
💡 (Optional) SC2272-M4 wireless module → x1
→ This allows you to activate the servo remotely, but if you just want to use the button, simply enjoy.


Features and Improvements

✔️ Improved button debouncing → The system ignores false triggers or electrical noise.
✔️ Last position saved in EEPROM → When restarting, the servo automatically returns to its last position.
✔️ EEPROM protection → Prevents unnecessary writes for increased durability.
✔️ Precise button detection → Only activates when actually pressed and released.
✔️ Smooth servo movement (optional) → Prevents jerky movements when restarting.
✔️ Indicator LED → Reflects the current servo state.
✔️ No flicker on startup → LED no longer flickers when Arduino boots.


🎮 How Does It Work?

1️⃣ Press the button → The servo rotates 110° and activates the system.
2️⃣ Press again → The servo returns to and deactivates the system.
3️⃣ Trouble-free restart → If you turn off the Arduino, the servo remembers its last position.
4️⃣ (Optional) Use the remote control → If you have the SC2272-M4 module, you can activate it wirelessly.


📌 How to Install?

1️⃣ Upload the code to your Arduino using the Arduino IDE.
2️⃣ Connect the servo and button according to the diagram.
3️⃣ (Optional) If using the wireless module, connect it properly.
4️⃣ Ready to use! 🚀


💡 If you have questions or improvements, contribute to the project! 😃

About

a simple prototype to hide (things) on a motorcycle, with remote control or a button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages