element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RFID or NFC
  • Challenges & Projects
  • Project14
  • RFID or NFC
  • More
  • Cancel
RFID or NFC
Project14: RFID or NFC Competition Electronic locking system for electric scooter
  • Blog
  • Forum
  • Documents
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RFID or NFC to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: me_Cris
  • Date Created: 21 Oct 2022 5:01 PM Date Created
  • Views 2240 views
  • Likes 9 likes
  • Comments 4 comments
  • rfid
  • nfc
Related
Recommended

Electronic locking system for electric scooter

me_Cris
me_Cris
21 Oct 2022

As I said in a comment, the idea of ​​a system for parking an electric vehicle, electric bicycle or electric scooter can become a quite interesting application. I noticed around town a stand where you can leave your bicycle or electric scooter (public or less public spaces), or even at the companies that offer these vehicles for rent, in the more congested cities.
A first aspect of this stand is related to security; whether it is your own or rented vehicle, it must be locked, or at least secured as best as possible, in the stand, that is, a system is needed that blocks the scooter in the stand. I have seen this in practice, using mechanical and metal elements, a rod mounted on the frame of the scooter, which, inserted in the stand, is closed by a clamping system with an electromagnet.
Another aspect can be represented by the possibility of using a charger built into the stand. This can be done by mounting the charging station inside the stand, or placing the stand close to an electric plug.
What would RFID or NFC be good for in this case? Well, there are a few issues to be resolved. To secure the scooter in the stand (using mechanical and electrical elements) we need to establish an ID, so that not every person can leave their scooter there. So, you insert your scooter into the stand, and using an RFID reader built into the stand, it is identified by having a unique RFID card, and the internal locking system will secure your scooter or electric bike. Then, based on the same personal RFID card, the charger can also be activated, let's say it's a cable that comes from the stand to the scooter, which normally wouldn't have anything to do with the voltage, so it would be unusable if the charger inside it would not be activated either.
This application would involve the use of an RFID to create a security-like system, which will lock or unlock the lock (electronic lock, like a electromagnet) inside the stand, and activate/deactivate the charger for the electric scooter/bike (a smart switch mounted at the charger's output). So, somehow everything will be based on the identification and recognition of an RFID card, but other elements also intervene.
The discovery kit for the ST25DV64KC dynamic NFC/RFID Tag contains enough components for the realization of such a project, which could be applied and put into practice. We have a microcontroller that can be programmed at will, an RFID system used for identification, a display to display various messages for example "Secured" / "Locked" / "Unknown Person". The other hardware elements, such as a charger can be easily found, and an electronic circuit is also needed which, controlled by the uC, activates/deactivates the charger. These would be the main components.

A small algorithm of this project would be something like this:
- insert the scooter into the stand;
- your RFID card is read;
- the RFID card is known or unknown;
- a confirmation or denial message is displayed;

- the scooter is secured or unsecured;
- depending on how the system is developed, decisions are made, like securing the scooter, activating/deactivating the charger, etc..


I have not worked with STM32 before, but I have seen that it is highly appreciated and used in many projects. 

Thank you!

  • Sign in to reply

Top Comments

  • dougw
    dougw over 2 years ago +1
    Great idea.
  • robogary
    robogary over 2 years ago +1
    Good application. The lock mechanism can be fairly simple, maybe use a small solenoid to release a latch like in a vending machine. An NFC would fit nicely if your project also included a billing app.…
  • me_Cris
    me_Cris over 2 years ago in reply to robogary

    True. I saw something similar to what you are saying, they were using an app to lock/unlock the scooters, but they didn't have a payment method.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • robogary
    robogary over 2 years ago

    Good application. The lock mechanism can be fairly simple, maybe use a small solenoid to release a latch like in a vending machine. An NFC would fit nicely if your project also included a billing app. A+

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • me_Cris
    me_Cris over 2 years ago in reply to dougw

    Thanks. Maybe it could inspire someone else.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dougw
    dougw over 2 years ago

    Great idea.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube