Search found 9 matches

by cliftonk
Sat Dec 23, 2017 5:49 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 303250

Re: About the CAN controller.

I bought the WaveShare CAN Module.
I hooked it up and everything works fine.
I might have had bad chips.
by cliftonk
Mon Dec 18, 2017 3:50 am
Forum: Hardware
Topic: can bus circuit
Replies: 4
Views: 10496

Re: can bus circuit

Hello tuflix,

Can you please post a schematic of your circuit and BOM?
by cliftonk
Sat Dec 02, 2017 10:57 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 303250

Re: About the CAN controller.

I have a basic question:

1) How can I validate and test the CAN circuitry in the ESP32 DevKitC with only using a single DevKitC module?

I would like to validate that CAN works in the ESP32 DevKitC before buying a lot of other modules.
by cliftonk
Sat Dec 02, 2017 1:50 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 303250

Re: About the CAN controller.

Hello, The CAN chip on the CAN board that I have, the VP230, does appear to be a SN65HVD23x 3.3V, when I do a google search. I did NOT try to connect two ESP32 together via the CAN bus. I only tried to connect the GPIO lines of a single ESP32 together for my tests. I read that shorting GPIO35 (RX) a...
by cliftonk
Fri Dec 01, 2017 1:39 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 303250

Re: About the CAN controller.

On the DevKitC, I connected copper wires to the GPIO5 and GPIO4 ports and afterwards to GPIO5 and GPIO35 directly in separate tests. Do I need to use PULLUPS on the lines? Do I need to use physical PULLUPS or can I program the DevKitC to PULLUP the respective lines? (I assumed that the software demo...
by cliftonk
Thu Nov 30, 2017 3:38 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 303250

Re: About the CAN controller.

CAN On ESP32 DevKitC I’ve been trying to get CAN working on my ESP32 DevKitC for the past few days now--all with NO success. I’ve successfully built and flashed 2 separate demos without errors. However nothing shows up on the output monitor when I do “make flash monitor”. I also did make flash and t...
by cliftonk
Sat Jun 17, 2017 7:18 pm
Forum: Sample Code
Topic: Full example of using spiffs with ESP32
Replies: 19
Views: 39285

Re: Full example of using spiffs with ESP32

Tried it and it works great under Windows 7.

Thanks...
by cliftonk
Sun Jun 11, 2017 12:59 am
Forum: General Discussion
Topic: wearleveling filesystem image uploading
Replies: 22
Views: 25362

Re: wearleveling filesystem image uploading

Hello,

How is the pre-prepared FAT flash project coming along?
by cliftonk
Sat Jun 10, 2017 8:55 pm
Forum: Sample Code
Topic: Full example of using spiffs with ESP32
Replies: 19
Views: 39285

Re: Full example of using spiffs with ESP32

Hello, Thanks very much. This is great. Everything works. I can flash and test successfully. However, one thing doesn't work. I cannot build the "mkspiffs" utility under Windows environment. Any suggestions would be appreciated. I get the following errors: Under windows, I get the following errors w...