Drew Fustini
Drew Fustini
Hi @flummer, thanks for making this change. I work for OSH Park and have just ordered your modified version: https://oshpark.com/projects/4tCH773A I used our 0.8mm thickness service. Our normal 1.6mm thick...
**Workaround:** run `$zephyr?=/home/pdp7/zephyrproject/zephyr/build/zephyr/zephyr.elf`: ``` Renode, version 1.8.2.27584 (c16eba8a-202002110109) (monitor) using sysbus (monitor) (monitor) mach create (machine-0) machine LoadPlatformDescription @platforms/cpus/litex_vexriscv_zephyr.r epl (machine-0) (machine-0) showAnalyzer uart (machine-0) (machine-0) (machine-0) showAnalyzer uart (machine-0)...

It also might be a simple fix to just remove `(monitor)` from the text snippet. Then it will paste ok.
I am not familiar with MotorBridge. Could you link to where that library lives?
@tomek242 sorry for the delay. Please try running with strace so we might be able to see where the error occurs: `sudo strace -o /tmp/strace-log.txt -f python test.py` and change...
Hello, I see that you are using pin P9_23 in fade.py. Where did you derive the "name to use in code" column from?
@jadonk do you know if PWM is working on the BeagleBone Blue in BoneScript?
@RobertCNelson any idea what PWM channels map to the pins on the Blue?
@jadonk Does bonescript support PWM on the Blue? I am wondering if I could use bonescript as a reference.