-
Thank you for the code.
I have tested it successfully with an ESP32 and a TJA1051 board (with 5V power supply).
In contrast, with an Esp8266 and a MCP2515 board via SPI, I could only read data for a…
-
There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error f…
-
Saltar al contenido principal
Iniciar sesión

⚠ Upcoming deletion of inactive Arduino accounts. Details 👉here👈
Canbus with Arduino Uno and MCP2515
Using ArduinoProject Guidance
1
/
6…
-
I bought an MCP2515 chip, hooked it up to my ESP32 and used the following configuration (minus all the boilerplate):
```yaml
spi:
clk_pin: GPIO18
mosi_pin: GPIO23
miso_pin: GPIO19
canb…
-
Could you please explain what is spi means in this code? It has a type spi_device_handle_t and i can't find any description of this. Please give example.
-
### Expected Behavior
Battery cell voltages update as battery is discharged/charged.
### Actual Behavior
As part of my system debugging I've reversed the roles of Liligo and MCP2515 (Liligo c…
-
Using the set_mask_filter_recv.ino example with CANBUS RP2040 board, I do not see the interrupt callback being fired, despite relaxing the receive filters.
However, if I modify the loop to use the ch…
-
Hello, I need help with the gauges from the Škoda Fabia II. I need to find out the CAN IDs or any guide on how to obtain them so I can activate them in SimHub and then play ETS2 while sending data fro…
-
If I have a go.mod with:
module tinygo.org/x/drivers
I get this error:
```bash
gherlein@io:~/src/tinygo/m$ go mod tidy
go: finding module for package tinygo.org/x/drivers/mcp2515
go: tin…
-
Hi,
I'm using the struct
`struct can_frame {
canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
__u8 can_dlc; /* frame payload length in byte (0 .. CAN_MAX_DLEN) */
__u8 …