This is a part of a project with home-school students where we built robotic carts based on Micro:bit and Yahboom Superbit power expansion board. Could we get some help on this code so as to add motors on all 4 wheels and if possible activate them when the NFC signal is received ? Thanks: https://makecode.microbit.org/_J3k8Da237RAU
We are at “MakeCode and Hardware” channel on YouTube with the “Transporter” playlist.
for the NFC, you should : set NFC TX to 13 RX to 14
for each ID Card NFC number you should SET a Variable (ex: if “VarFORWARD” = “593519A3” then M1 go forward
I am also trying to use NFC in conjunction with a power expansion board. However, I am clueless on the NFC capability of the micro:bit version 2.
I subscribed to your YouTube channel hoping to see the build, but couldn’t find it.
Besides the Yahboom Superbit power expansion board, did you add an NFC reader, or is this something the the v2 can do? How do I get the NFC capability on the micro:bit v2?
The idea is for the robotic cart to drive motors as well as read tags.
Hello Carlos. Good question. It has been a while since I looked at NFC and Microbit. I will look at it again and ask around for answers to your questions. From Frank
I want to place nfc sticky tags on the floor and have the rover capture the tag’s id as it drives over them. Then, using a lookup table the rover can figure out what position it just crossed. If it works, I can think of several algorithms / problems that my students can solve on their way to understanding AI.