April 2020
Intermediate to advanced
294 pages
7h 53m
English
As we saw in the hardware architecture for this project, we are going to be using a serial port on the MicroPython device to send a stream of known data to the visualizer to plot. Once we've tested and debugged both sets of code, we can update our MicroPython device to send real sensor data. For now, we just need to send known values that we can use for testing:
import micropython # For emergency exception bufferfrom pyb import UART# Buffer ...
Read now
Unlock full access