Search found 156 matches

by hassan789
Thu Jul 20, 2017 2:08 am
Forum: Hardware
Topic: 40 MHz Crystal mandatory?
Replies: 11
Views: 21498

Re: 40 MHz Crystal mandatory?

Thanks ESP_SPRITE
I will wait for your feedback

For now I will assume, 40MHz is superior
by hassan789
Tue Jul 18, 2017 4:07 am
Forum: Hardware
Topic: 40 MHz Crystal mandatory?
Replies: 11
Views: 21498

Re: 40 MHz Crystal mandatory?

I read that thread, it didn't really answer any questions. Unless I missed something. I know that the menuconfig has the option to support 26MHz too... is it better to use the 40MHz? I would rather use the 26MHz....
by hassan789
Tue Jul 18, 2017 3:34 am
Forum: Hardware
Topic: 40 MHz Crystal mandatory?
Replies: 11
Views: 21498

40 MHz Crystal mandatory?

Per the hardware design guide, they are recommending a 40MHz crystal.
However, all the designs and dev boards I see use a 26MHz crystal. Can someone explain this?

Notes: I am using the D2WD chip.
by hassan789
Tue Jul 11, 2017 5:53 am
Forum: General Discussion
Topic: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?
Replies: 14
Views: 25233

Favorite IDE for debugging -- Eclipse, Visual Studio, or other?

Hi Everyone, I have started developing ESP32 code on Windows with Eclipse. Coming from a visual studio based IDE in the past, I will be trying out VisualGDB next. (https://visualgdb.com/tutorials/esp32/) I plan to use a JTAG debugger alot, instead of relying only on printf... Which IDE do you guys r...
by hassan789
Mon Jul 03, 2017 3:44 am
Forum: ESP-IDF
Topic: Tickless FreeRTOS
Replies: 5
Views: 7984

Re: Tickless FreeRTOS

I'll let the pros look at the tickless + dual core support :)

For my use case (and probably most folks) tickless support (even with 1 core) would allow me to make designs that would last for 6-12months

Keep up the amazing work ESP/IDF teams
by hassan789
Thu Jun 29, 2017 2:33 am
Forum: ESP-IDF
Topic: Tickless FreeRTOS
Replies: 5
Views: 7984

Tickless FreeRTOS

Hi ESP community,
Is there any plans to support tickless operation of freertos in the IDF?
Or any specific pointers I can follow to implement light-sleep or tickless in IDF 2.1?

Thanks :D