This ElecFreaks Ring:bit Car package was developed by ElecFreaks with minor assistance from Tinkercademy.
Ring:bit Car is a DIY smart car which is based on BBC micro:bit and ELECFREAKS ring:bit. Ring:bit has extended 3 channels of GPIO, among which 2 channels are used for driving servos and one channel of GPIO is undefined. The basic version of ring:bit car can realize functions like road design, wireless remote control, graphic drawing etc.. By increasing other sensors' extension, this car can also realize functions line follow, light follow, barrier avoidance and so on.
ElecFreaks Ring:bit Car User Guide
basic.forever(() => {
RingbitCar.forward()
basic.pause(1000)
RingbitCar.turnleft()
basic.pause(1000)
RingbitCar.turnleft()
basic.pause(1000)
RingbitCar.back()
basic.pause(2000)
})
MIT
for PXT/microbit (The metadata above is needed for package search.)