lenvm
lenvm
Hi @FabianPeitzmeier, did you do all parts of step 3, including “Copy blasfeo.lib from build/Debug/ to lib/”?
Hi @szzer, To support your setup with BMS reset, as the number of pins on the LilyGo are limited, you could consider using one of the alternative hardware with more...
If you decide to go the ESP32 DevKit route: The ESP32 DevKit pins that are used can be retrieved directly from the code. In case you have any questions, feel...
As this is implemented in #1040, I will close this issue.
Hi @havrla! To use 3 CAN transceivers, you could use ESP32DEVKIT hardware with 3 CAN transceivers: - SN65HVD230 - MCP2515 - MCP2518FD
The DEVKIT hardware is just as much “classic electronics” as the LilyGo, and supports the 3x CAN you are looking for. The LilyGo doesn’t have enough free GPIO to support...
1. The settings in `USER_SETTINGS.cpp` you can set to the following: ``` volatile CAN_Configuration can_config = { .battery = CAN_ADDON_MCP2515, // Which CAN is your battery connected to? .inverter =...
Please ensure you check that the code also works with multiple MCP2515.
@latchdevel, please sign the CLA such that this PR can be merged.
@ljames28, thanks! I have updated the pull request to reflect your comment: the code now stops sending frames for 30 seconds after performing the NVROL reset. After that, the code...