Search found 6 matches

by mrmonteith
Sun Sep 01, 2024 10:53 pm
Forum: IDEs for ESP-IDF
Topic: Issue selecting COM port in IDE
Replies: 2
Views: 2231

Re: Issue selecting COM port in IDE

I ran into the same situation. Maybe some part of this will help you. Some of the boards use, I think, a pirated copy of the CP210x. In any case I couldn't figure out why everything else, including Arduino IDE, but not the ESP-IDF showed the device. I went into device manager and told it to remove t...
by mrmonteith
Sat Aug 31, 2024 4:25 am
Forum: ESP-IDF
Topic: ccache error during building
Replies: 6
Views: 15174

Re: ccache error during building

Not sure if this helps anyone. But sharing my experience. I just started using the ESP-IDF and thought, finally something that will work out of the box, so to speak. Then I had this error. I thought maybe it was one of the cheap boards I'm using. Then again it may be. In any case I played around wit...
by mrmonteith
Tue Oct 05, 2021 11:10 pm
Forum: ESP-IDF
Topic: Using SIM7000G with IDF
Replies: 6
Views: 6405

Re: Using SIM7000G with IDF

Not sure if this will help you get closer.
https://github.com/Xinyuan-LilyGO/LilyG ... IoTHub.ino
by mrmonteith
Fri Feb 16, 2018 4:41 pm
Forum: ESP32 Arduino
Topic: Any Status on analogWrite() ?
Replies: 1
Views: 4341

Any Status on analogWrite() ?

I've been playing around with a couple of different ESP32 devices. I would like to be able to showcase them against some of the Arduino devices. People complain about the memory on some of their Arduino projects etc. Here I have some nice ESP32 devices that can run circles around them processing, me...
by mrmonteith
Mon Feb 12, 2018 3:01 pm
Forum: ESP32 Arduino
Topic: Confusion On Memory For Programming?
Replies: 2
Views: 8750

Re: Confusion On Memory For Programming?

Thanks so much. It was getting a little confusing when they were talking about other types of memory and how it can be used. Guess it will take some time. I'm interested to see how this device from Analoglamb works with 128mb of Flash. I may end up building my own boards.txt entry if they don't have...
by mrmonteith
Fri Feb 09, 2018 2:37 pm
Forum: ESP32 Arduino
Topic: Confusion On Memory For Programming?
Replies: 2
Views: 8750

Confusion On Memory For Programming?

I looked around and I get confused on what memory is used for what. I've been programming using the Arduino IDE and have programmed the ESP8266 and ESP32 devices. Of course the specs for each development board is a bit different. But assuming the ESP-WROOM-32 specs. It talks about ROM, on-chip SRAM,...