Julian Todd
Julian Todd
I sweated over this for a couple of days till I got a lot of help: In the ndk options, pick 1: `android-ndk-r11c-linux-x86_64`. We need API-8 to compile OpenCV, but...
If this function is smooth and differentiable, then a partial differential in each of the three axes would be a useful feature. I've seen this simplex noise function used for...
It's been tried on another Ubuntu system, but it needs looking at for Mac and Windows
This would be instead of doing the executing a series of writelines to an open file handle. Function code is here: https://github.com/micropython/webrepl/blob/master/webrepl_cli.py#L119
Otherwise the file fails to open and it just gives a whole chain of errors.
Apparently there is ULP access from Micropython. https://github.com/micropython/micropython/blob/master/ports/esp32/README.ulp.md Requires the code to be assembled and loaded as a binary. We could have a cell that is of type %esp32_ULP which...
Comments about this can be found at pull-request https://github.com/goatchurchprime/jupyter_micropython_kernel/pull/28 This would make it speedier to port directories and modules across, and data files back without a copy of everything all...
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...
Running this from command line: > esptool.py --port /dev/ttyUSB4 erase_flash gives > esptool.py v2.0 > Connecting.... > Detecting chip type... ESP32 > Chip is ESP32D0WDQ6 (revision 1) > Uploading stub......
probably a pandas command to read the streamed output and then a special prepended series of lines (eg with "%matplotlib-pyplot-execute") that gets exec-ed by the python interpreter (primarily being matplotlib...