Search found 604 matches

by mikemoy
Mon Nov 05, 2018 3:03 am
Forum: General Discussion
Topic: Compiler flag oprion to change CPU FREQ ?
Replies: 4
Views: 4953

Re: Compiler flag oprion to change CPU FREQ ?

Just for any who cares. The difference in toggling the IO in my example with CPU @ 240MHZ is 3.6MHZ, and when CPU is set to 160MHZ its 1.8MHZ
by mikemoy
Mon Nov 05, 2018 1:46 am
Forum: General Discussion
Topic: Compiler flag oprion to change CPU FREQ ?
Replies: 4
Views: 4953

Re: Compiler flag oprion to change CPU FREQ ?

I have no way to change what they are doing. I wore just looking to see if "-DF_CPU=" was documented as a parameter to pass to the compiler, or it it changed to something else and its now outdated what they are using.
by mikemoy
Sun Nov 04, 2018 7:40 pm
Forum: General Discussion
Topic: Compiler flag oprion to change CPU FREQ ?
Replies: 4
Views: 4953

Compiler flag oprion to change CPU FREQ ?

Is there a flag option "-DF_CPU=" that changes the CPU MHZ ? I am having an issue using platformIO where their setting for changing the CPU MHZ is not taking affect. At compile time they add this flag option "-DF_CPU=160000000L". Regardless if it's 160000000L or 240000000L does not affect the CPU sp...
by mikemoy
Wed Oct 31, 2018 6:03 am
Forum: General Discussion
Topic: tcp_server example not able to reconnect the server after disconnect
Replies: 25
Views: 32103

Re: tcp_server example not able to reconnect the server after disconnect

Move the while (1) { just above err = listen(listen_sock, 1); and comment out the 2 break statements above, youll have to deal with the break logic better, I just didn't have the time. But this makes it work. You dont want to bind again, once you have already bound. Looks like this. static void tcp_...
by mikemoy
Sat Oct 20, 2018 2:44 pm
Forum: General Discussion
Topic: Is it practical to pay an expert to design a PCB?
Replies: 3
Views: 4581

Re: Is it practical to pay an expert to design a PCB?

I'm not an expert (professional) PCB designer
I am, and have been one for more than 25 years. In looking at loboris PCB he did a dam good job. He may not claim to be an expert, but you can tell he understands things in how to do it.
by mikemoy
Tue Oct 16, 2018 10:26 pm
Forum: General Discussion
Topic: Daves Garage features an ESP32 code review
Replies: 3
Views: 5168

Re: Daves Garage features an ESP32 code review

Well, when you have made a decision let us know.
by mikemoy
Tue Oct 16, 2018 11:54 am
Forum: General Discussion
Topic: PlatformIO thoughts?
Replies: 4
Views: 5462

Re: PlatformIO thoughts?

What would you like to know about it?
The best thing to do is try it yourself.
by mikemoy
Mon Oct 15, 2018 3:26 pm
Forum: General Discussion
Topic: Daves Garage features an ESP32 code review
Replies: 3
Views: 5168

Re: Daves Garage features an ESP32 code review

Thanks for sharing!!!
This is exactly what I have wanted to do for a while now. So glad you posted it.

PS. Dave, you share the code source for that project, and get into the hardware side of it too ?
by mikemoy
Thu Oct 04, 2018 1:50 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 834683

Re: What would you like to see in The Next Chip?

You are aware thay ESP-IDF and Arduino can be used interchangably? You can use ESP-IDF code in the Arduino environment; you can also drop the Arduino component into ESP-IDF and use the Arduino API there.
Get out!!! I had no idea of this, I have to give that a go.
by mikemoy
Thu Sep 27, 2018 3:48 pm
Forum: General Discussion
Topic: ESP-IDF SPIFFS can't find files on ESP32?
Replies: 18
Views: 25630

Re: ESP-IDF SPIFFS can't find files on ESP32?

Opera has a really good debugger. I just starting using it and I like it better.