Working on getting off the ground with 11yo son. I have extensive programming experience.
We are able to upload minimal Scratch-transpiled programs on a Mac via the mBlock application. Questions are:
- Is it ever possible to upload programs over BT or is program upload strictly limited to USB?
- When we issue sequential move commands, separated by delays, we only get one or the other. E.g.
move(2, 200);
_delay(1);
move(4,100);
Only the first move (backward) is executed. The length of the delay doesn’t seem to affect this behavior.
-
Is it possible to log data to a visible console, e.g. to monitor the values of sensors? Is this doable without a USB connection (over BT, I guess?)
-
Is there a recommendation for the 3.7V lithium-ion battery that doesn’t ship with the unit?
Thank you all!