Search found 4 matches

by COM8COM8
Sun Sep 09, 2018 7:15 am
Forum: General Discussion
Topic: Hardware Timer
Replies: 2
Views: 3285

Re: Hardware Timer

Yes, using esp_timer_get_time() is a great solution.
Thanks!
by COM8COM8
Sat Sep 08, 2018 3:16 pm
Forum: General Discussion
Topic: Hardware Timer
Replies: 2
Views: 3285

Hardware Timer

Hi, I'm using esp-idf and would like to create a simple timer with the following properties: * Should run for 1sec * Should not generate interrupts * I will check periodically if the timer has finished * I'd like to use a hardware timer if possible * If the timer finished and I check for it I will r...
by COM8COM8
Fri Sep 07, 2018 6:29 am
Forum: General Discussion
Topic: Heltec Wifi Lora 32 Serial Monitor Baud Rate
Replies: 2
Views: 4947

Re: Heltec Wifi Lora 32 Serial Monitor Baud Rate

Works thanks!

And just for those who come here with the same problem, the exact path to the option is:
"Component config" ---> "ESP32-specific" ---> "Main XTAL frequency (40 MHz)"
by COM8COM8
Thu Sep 06, 2018 2:15 pm
Forum: General Discussion
Topic: Heltec Wifi Lora 32 Serial Monitor Baud Rate
Replies: 2
Views: 4947

Heltec Wifi Lora 32 Serial Monitor Baud Rate

I have a Heltec Wifi Lora 32 and try to change the baud rate of the serial console. By default the ESP is sending on 115200 so if I run make monitor it's able to read the output from the ESP. Now i want to flash the hello word example . For this I run: make menuconfig And just set the serial port an...