Basic Information:
Printer Model: Neptune 4 pro
MCU / Printerboard: V1.1
Host / SBC OpenNeptune4
klippy(1).log (801.1 KB)
So I recently bought the eddy coil as an upgrade, but the coil being much cheaper for some reason (literary 1/2 of the non-coil one)
And my plan was to use like a Raspberry pi pico and a level shifter to adapt it into the usb version
Today i got my order so i threw up some code using some elbow grease and chatgpt
So the code talks to it over i2c and converts the raw data over usb serial, but i get a zero and nothing i do (physically) changes it
So i probably need some initialization but the official docs aren’t very helpful
heres the code:
and heres the output:
Sensor Data: 0
and this repeat every poll
Thanks in advance