aviatorhh
aviatorhh
The Sleep Mode (10.2 Sleep Mode) does not work. Mainly it is because of a wrong procedure. The datasheet states to write bits 5-7 (Sleep Mode 001) to the control...
Unfortunately RTR messages are not handled correctly. If you look at ``` void MCP2515Class::handleInterrupt() { if (readRegister(REG_CANINTF) == 0) { return; } while (parsePacket()) { _onReceive(available()); } } ``` you...
Hi, I am getting Base->{closure}(8,'Undefined index: Name', ... in a generated php file. Using mpd on debian jessie an php 5.6 on apache 2.4
As I have not seen a feature request option here I am opening this issue. Using the SmartShunt vie Bluetooth works fine. Using the non-BLE option fetches data continuously for...
My system is a RPI3 (Debian 12) with a vcan0 interface getting data via cannelloni and running Signal K Server version 2.6.2. If I use canboatjs for a data connection...
The settings window as shown cannot be pushed upwards to get the @ sign/button visible.  This can be seen on a Debian 12 with...
When running the radar plugin in a separate window (floating) the radar image is running as it should and is showing live data. When in docked position the image pauses...
The setting of 'PPI Forward Aft View' (Centre View, Forward View, Aft View) seems not to be stored in the plugin settings. When restarting O that setting defaults to Centre...
I get the following ``` make -C /lib/modules/5.10.103-v7+/build M=/usr/local/src/mcp251x modules make[1]: Entering directory '/usr/src/linux-headers-5.10.103-v7+' CC [M] /usr/local/src/mcp251x/mcp251x.o /usr/local/src/mcp251x/mcp251x.c:60:10: fatal error: linux/can/platform/mcp251x.h: No such file or directory 60 | #include |...
Hi there, keep up the great work! I noticed that the registers 0004 (Remain capacity), 0005 (Full capacity) and 0006 (Design capacity) can be programmed via the BMSTools Software (RS232)...