I have a problem with the initialization of the "on obloq received" block. It doesn't initialize the variable "message" correctly, which make the code editor to stop working. Please have a review of your code.
I think we have updated "on obloq received" to "on IR received". Did you meet the problem with the old makecode editor? Could you run the code in this link: https://makecode.microbit.o...
Upload error?
For uploading to the device, you need to switch the code window to the "Auto Generate" window.
Hello, after installing a battery in the car, the motor still can’t be controlled to rotate by burning program while the power light is on?
Perhaps the battery is dead, and it is recommended to replace it with a fully charged one. When the battery voltage is lower than 2V, the LED on the board and other functions can work normally, but the motor can’t rotate due to insufficient power.
Upload error?
For uploading to the device, you need to switch the code window to the "Auto Generate" window.
In ultrasonic wave test, there is 0 value appearing?
A constraint condition should be added for test barrier, that is, filter out the data when the distance is not 0 or less than 5. You can also add 100-millisecond delay to prevent multiple reflections.