Search found 9 matches
- Sat Oct 11, 2025 5:21 pm
- Forum: General
- Topic: CANbus... on ESP32
- Replies: 3
- Views: 2630
Re: CANbus... on ESP32
I found some 'conflicts' on this board. The pins GPIO1 and GPIO3 are RX and TX pins to the CP2102 UART on board used for bootload programming. so il avoid those. Meanwhile just trying pins without any signal or volatage and connected a pull down resistor. and i shortend the delay time for the led......
- Sat Oct 11, 2025 4:11 pm
- Forum: General
- Topic: CANbus... on ESP32
- Replies: 3
- Views: 2630
CANbus... on ESP32
Playing with canbus, and i got my 'trusted' ATmega328 functional on SPI via an external MCP2515/TJA1050. I have an canbus 'sniffer' setup seeing me sending a test line in a loop. But the number of different can coded lines i want to send is much bigger than the memory of the AT. So i looked for bigg...
- Wed Oct 01, 2025 4:56 pm
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
- Tue Sep 30, 2025 5:07 pm
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
Re: ESP CANbus not compiling
That i have done (more than ones ;) ) plus clean new install and its showing these versions for ESP (screenshot in attachments). still compiling with 'can.h" build failed. :cry: C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_CAN.c:150:10: fatal error: driver/can.h: No such file or directo...
- Fri Sep 26, 2025 9:36 am
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
Re: ESP CANbus not compiling
Hello Ben, is there an update needed for the ' internal MCP2515' to work because you updated the CAL CAN file to change the include from can.h to twai.h, or is there one planned? The current compiler still includes can.h Unfortunately the 'external mcp2515' is not producing the signals on the given ...
- Tue Sep 23, 2025 9:31 pm
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
Re: ESP CANbus not compiling
Hello Ben, is there anway to test 5.5 for ISP-IDF?
Intresting article. And it already dates back to 2021.
Intresting article. And it already dates back to 2021.
- Sun Sep 21, 2025 2:19 pm
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
Re: ESP CANbus not compiling
Just purchased the licence for the complete ESP package. So far i cannot get any Build successful from the first four ESP32-C3 options. (the on board led is here GPIO8). I have ordered an number of ESP32-C3 supermini boards because these are smaller. Because the build fails, i compiled the 'normal' ...
- Sun Sep 21, 2025 11:38 am
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
Re: ESP CANbus not compiling
Thank you Ben and Celebriums. I was out of the country for work. Now back on this subject I posted before I left. I also updated the components. I changed the default connections and now it’s compiling for external mcp2515. so i can at least work on my program. strange i overlooked that. Internal 'm...
- Fri Sep 12, 2025 12:55 pm
- Forum: Bug Reports
- Topic: ESP CANbus not compiling
- Replies: 13
- Views: 14106
ESP CANbus not compiling
Hi Team, Not sure if this is a bug or on my side alone. excuse me if so. Im new in the ESP boards and purchased the ESP_WROOM_32 as start. I programmed an simple test blink led (on board) and this works. so to me all packages, drivers toolchain datacords cristal freq etc works. When i only already a...