-
Hi,
Is enough for connection mcp2515 and arduino nano only connecting mcp2515 CS pin to nano D10 ?
-
Hi Thomas,
I was wondering if there was an Arduino library for some Atmel uC with the CANBUS controller integrated and I found your code.
The question is how to make the porting that uses your libra…
-
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…
-
Hi, i wanted to know if it was possible to use this library with a raspberry pi pico with some tweaks. I've used it with arduino uno so far, and i'd like to use it on a raspberry pi pico aswell, obvio…
-
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…
-
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…
-
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?
-
I looked around but couldn't find a definitive answer.
Is this setup possible? plausible? Would you recommend it?
Maybe something like Seeed Can-Bus V2 dev board?
-
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, i making device for my NMEA 2000 Lowrance, i made my own PCB with atmega644pa and mcp2515 on it. So, on my board i started example TemperatureMonitor from NMEA2000 Library, so it is sending data t…