Ed
Ed
SKSignal K
Created by Ed on 7/22/2024 in #questions
How to get data from a JK BMS
Does anyone have experience with getting data from a (Jikong) JK BMS into SignalK? Either by bt, can or rs485. Maybe via a SensESP?
1 replies
SKSignal K
Created by Ed on 3/22/2024 in #questions
engine RPM with pigpio library (edit: forget about pigpio)
Need help with an idea. The idea is to get engine RPM data into SignalK via a python script and the pigpio library. https://abyz.me.uk/rpi/pigpio/index.html https://abyz.me.uk/rpi/pigpio/code/read_RPM_py.zip The raw signal comes from the alternator and the script already has functionality to multiply to get from pulses to RPM and also for averaging. A piece of hardware is needed to connect to a GPIO pin, preferably using an opto. I’ve got it working on my Pi which is also running SignalK-server, outputting a number. Where I’m stuck is with not knowing how to tie these two pieces together. Edit: the use of pigpiod made the Pi reboot within a minute. No error or logging at all. I continued with writing my own solution (read: copy/paste snippets from the internet)
41 replies