Thomas Sarlandie
Thomas Sarlandie
Hi @jimarcher - I believe that was me ;) What I did was create a simple project based on the espidf framework. I just tried compiling it again but it...
Timo is right that the documentation is very lacking for this board. The pins are: ``` #define ESP32_CAN_TX_PIN GPIO_NUM_5 #define ESP32_CAN_RX_PIN GPIO_NUM_4 #define GPIO_CAN_DISABLE ((gpio_num_t)16) ``` You need to pull...
@jimarcher I think I have only used this board with the espressif SDK (not Arduino). In my code I was initializing the SD card as a SPI card and the...
@pantze you can clone the project in your GitHub account and make pull-request based from branches in your clone.
@pantze sorry for the delay here. 1. Fork the project on github (you might want to redo that because the project has evolved a lot since August) 2. Clone the...
Hi Nat, You need one form of level conversion for each incoming nmea0183. The max232 family are bi-directional converters but you only need one direction so you can look into...
Bill, What you are describing sounds completely doable. I will try to help if I can with the compile error. Could you send a full screenshot or the complete output?...
@craigtao If you want to see an exemple of a teensy 3.2 with CAN Bus, look at my project KBox: https://github.com/sarfata/kbox-hardware You can buy pre-built units from my tindie page:...
If I can add my 2 cents, I agree that code generation from a single source seems possible and would probably be a better solution. In my opinion there are...
Yes I found these features and loved them. Especially the cut tool. Very useful when you do a blooper in a demo ;) What I am looking after is a...