Andrew Hodel
Andrew Hodel
The board is a pro mini with a https://www.amazon.com/CHENBO-Electronics-Receiver-Controller-Development/dp/B015W4D9WY/ref=sr_1_1?ie=UTF8&qid=1493030455&sr=8-1&keywords=Mcp2515 Why does the example not show how to change the cs pin? Yes I am using the latest versions of your...
I set #define USE_MCP_CAN_CLOCK_SET 8 and #define N2k_SPI_CS_PIN 10 in Arduino/libraries/NMEA2000/NMEA2000_CAN.h and it still just repeats CAN device failed to open. I have also set correctly the interrupt pin with...
I set everything as you asked and it is still doing the same thing. The shield has an 8mhz clock and it is set that way via define USE_MCP_CAN_CLOCK_SET 8....
How many bytes is each frame from the CAN bus for nmea2000? Why are there newline characters in the data dump, that can't be exactly what comes over the bus...
It shouldn't require doing something like this to `extendTraces()`, it should be possible to `extendTraces()` while there is no data in the 3d chart.
Probably not for a few months, I am busy with another project. Thanks, Andrew > On Jan 13, 2017, at 7:47 AM, michelcve wrote: > > Any chance that grblWeb...
Right now I have set this up with a size threshold for just one tone. It defaults to ding at a rate of 20BTC per second, you can set the...
Yes I have taken down the domain as it has put too much of a burden on me personally. I need to resolve other things in my life before expanding...
It needs to calculate the checksum for each file in a thread one after the next and place them in a queue which is read one by one to transfer...
Sure, if you had 1 bit per second of bus capacity you would be doing everything in series. Thank You, Andrew Hodel > On Apr 17, 2021, at 4:35 PM,...