You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that in the implementation it takes two separate programs to make this happen.
This could have been done using multiple kernels in the same notebook, but this kind of thing didn't work out so well in practice: jupyterhub/jupyterhub#202
You could still do this using a different notebook page that could either read from a file, serial socket or websocket that's being filled by a micropython script/cell contents from the first notebook page.
The Arduino/Processing combination provided the capability to print the readings of a sensor from a loop to the serial.out and direct it to a processing script that parsed the numbers and created a realtime graph.
https://itp.nyu.edu/physcomp/labs/labs-serial-communication/serial-output-from-an-arduino/
Note that in the implementation it takes two separate programs to make this happen.
This could have been done using multiple kernels in the same notebook, but this kind of thing didn't work out so well in practice: jupyterhub/jupyterhub#202
You could still do this using a different notebook page that could either read from a file, serial socket or websocket that's being filled by a micropython script/cell contents from the first notebook page.
(Graphing numbers that were printed to the serial buffer was seen as so fundamental it got put into the IDE https://www.youtube.com/watch?v=Q7rJkEjdoYE )
The following workflow could then be supported:
The text was updated successfully, but these errors were encountered: