-
Hello, I'm trying to read the CAN frames of my motorcycle.
I'm on Windows 10 and I'm using and Arduino Nano connected to a MCP2515 to connect to my diagnostic port. On the Arduino IDE I can correctly…
-
Good morning
I managed to get the CB2 to work with a TFT PI 70 on manta m8p but impossible on the M4p. the screen remains black. The assembly instructions for the dsi cable on the 2 manuals are rever…
-
Hi.
I’m trying to use this great NMEA2000 library on a STM32.
How do I specify which SPI port to use?
I also have a TFT connected, which needs max SPI-speed, but the CAN controller has a max of 10M…
-
How can I run your project on ESP8266?
[logs_esp32-poe-technik_compile.txt](https://github.com/user-attachments/files/17689205/logs_esp32-poe-technik_compile.txt)
My config:
```
esphome:
na…
-
To use the MCP2551 transceiver with a Teensy LC microcontroller, you can follow these steps:
Step 1: Wiring
Connect the MCP2551 to your Teensy LC as follows:
- VCC to 5V on Teensy LC.
- GND to G…
-
Hello,
when I try to compile for ESP8266 get
In file included from /Users/master/Documents/Arduino/libraries/NMEA2000/src/NMEA2000_CAN.h:144:0,
from /var/folders/p_/j24qpcws45…
-
Please see test case:
```python
import digitalio
import board
import busio
import adafruit_mcp2515
cs = digitalio.DigitalInOut(board.CAN_CS)
cs.switch_to_output()
spi = busio.SPI(board.SCK…
-
hi,ı am doing a project and the project about canbus communication between arduıno mega and arduıno uno.I saw that you responsed and helped a person 3 years ago about that. can you also helped us?
-
Right now we are using our own MCP2515 CAN driver. There are other Arduino CAN libraries out there that would also give us the ability to use internal CAN hardware for Arduinos that have those (i.e. …
-
I am using an MCP2515 on an ESP32 and writing code in PlatformIO/VSCode with the Arduino framework. I need to set both rx/tx and cs/irq from the defaults. I see in the API.md that there are two ca…