arduino-esp32 icon indicating copy to clipboard operation
arduino-esp32 copied to clipboard

Can libraries wont even reach setup code.

Open bvernham opened this issue 2 years ago • 4 comments

Board

Sparkfun Thingplus and hilego

Device Description

Sparkfun thing plus

Hardware Configuration

Board by itself

Version

v2.0.4

IDE Name

Arduino

Operating System

Windows 10 pro

Flash frequency

80 mhz

PSRAM enabled

no

Upload speed

115200

Description

SparkFun Thing Plus has the same chip as the EVTV board the ESP32-D0WDQ6. I tried the examples (altpins) and but the the board will not even make it to the Setup print statement. I commented out any of the CAN related code and I had no issue.

Any ideas? The core just updated to 2.04.

Thanks

Sketch

Using collin80 and Esp32-can demo

Debug Message

No output

Other Steps to Reproduce

Tried two board and two can libraries.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.

bvernham avatar Jul 30 '22 19:07 bvernham

This forum is for issues with the code in this repo. You will need to ask your 3rd party library author for help.

but the the board will not even make it to the Setup print statement

This is not the way to report an error. If you don't actually explain what is happening, nobody is going to help you. We are not mind readers, nor are we obligated to extract a decent report out of you.

lbernstone avatar Jul 31 '22 00:07 lbernstone

I guess then people like you are just above peons like myself.

I bow to your greatness.

BTW this issue is not the CAN library but how Serial acts with and without this library being include.

Never mind, I am so sorry to waste the time of your greatness!

bvernham avatar Jul 31 '22 13:07 bvernham

collin80 and Esp32-can demo are made for ESP32. AltPins should work fine.

I can tell that this example uses GPIO 16, but in the SparkFun Thing Plus Board, GPIO 16 is also used for UART RX1. Not sure if this is the kind of issue you are talking about...

SuGlider avatar Aug 01 '22 14:08 SuGlider

@bvernham Take a look on the last comment of @SuGlider please. It looks like it can be the reason of your problems. :)

VojtechBartoska avatar Aug 02 '22 10:08 VojtechBartoska