Search found 6 matches

by Hollie_Maea
Mon May 28, 2018 6:11 pm
Forum: ESP-IDF
Topic: Problem with SD Card example
Replies: 1
Views: 3499

Re: Problem with SD Card example

Any thoughts? It must be something pretty simple I'm missing; I'm using the example unchanged.
by Hollie_Maea
Wed May 23, 2018 6:37 pm
Forum: ESP-IDF
Topic: Problem with SD Card example
Replies: 1
Views: 3499

Problem with SD Card example

Hi, I'm trying to get my SD card up and running. I have it set for SPI mode. I have a microSD breakout board from "WaveShare" that has 10K pullup resistors on all of the pins, save ground. I've wired it to the default GPIO pins from the example program, but when I run the monitor I get the following...
by Hollie_Maea
Sat Apr 28, 2018 4:34 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308750

Re: About the CAN controller.

Well, you are right...setting that global fixed it. I'd still be interested in learning what the step I need to take is to pull in the values from menuconfig, perhaps Rudi can chime in at some point.
by Hollie_Maea
Fri Apr 27, 2018 8:27 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308750

Re: About the CAN controller.

I think you are missing what I put in the post above yours? I don't think that's it. As I said, I set it up to use the esp-idf as Rudy described in his response to you on page 7. I am able to turn on the CAN module, set the pins and the speed all from the menuconfig. So that part seems to be workin...
by Hollie_Maea
Mon Mar 26, 2018 10:21 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308750

Re: About the CAN controller.

I'm still trying to get this code to work. I decided to add the third party components as Rudy suggested. That seems to be working great and I can turn on CAN and configure it in the menuconfig. I took an example project that I had running on the chip (simply blinks the LED) and tried to just add th...
by Hollie_Maea
Fri Mar 23, 2018 12:24 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 308750

Re: About the CAN controller.

Great work everyone in this thread. I'm brand new to all of this, so this is probably a stupid question. I've never done any programming in the ESP-IDF environment and I'm not a particularly experienced programmer in general. I got myself a development board (Geekworm ESP32-C1) and spent the morning...