Search found 3529 matches

by WiFive
Fri Sep 27, 2019 9:35 pm
Forum: General Discussion
Topic: ESP32
Replies: 1
Views: 1748

Re: ESP32

Bad title. How does ESP32 saves/stores the private key? User can store it in encrypted flash or encrypted nvs Is it secure? Is it hacker proof? And if somehow there is an "code reader" from the microcontroller, does this micro has protective fail safe countermeasure? Relatively secure, not 100%. Isn...
by WiFive
Fri Sep 27, 2019 9:26 am
Forum: ESP-IDF
Topic: Pass array in FreeRTOS Queue
Replies: 2
Views: 4672

Re: Pass array in FreeRTOS Queue

Pointer
by WiFive
Fri Sep 27, 2019 6:48 am
Forum: ESP-IDF
Topic: ULP Sleep timer clock
Replies: 3
Views: 4066

Re: ULP Sleep timer clock

Yes I think so.

You can change bootloader log level but that will affect any reboot reason.
by WiFive
Fri Sep 27, 2019 5:35 am
Forum: Hardware
Topic: LEDC in light sleep, PICO-D4
Replies: 6
Views: 7636

Re: LEDC in light sleep, PICO-D4

This might be a workaround

Code: Select all

rtc_clk_slow_freq_set(RTC_SLOW_FREQ_8MD256);
by WiFive
Fri Sep 27, 2019 5:14 am
Forum: ESP-IDF
Topic: ULP Sleep timer clock
Replies: 3
Views: 4066

Re: ULP Sleep timer clock

ulp_set_wakeup_period argument is in microseconds, then converted to cycles by the function

https://github.com/espressif/esp-idf/bl ... ulp.c#L114
by WiFive
Fri Sep 27, 2019 3:18 am
Forum: General Discussion
Topic: ESP32-WROVER-KIT power supply polarity
Replies: 2
Views: 2745

Re: ESP32-WROVER-KIT power supply polarity

Center positive, easy to check with multimeter and you can see the traces. Not an excuse for failing to be documented clearly though.
by WiFive
Fri Sep 27, 2019 3:13 am
Forum: General Discussion
Topic: freeRTOS / Default Events/Tasks Clarification please....
Replies: 9
Views: 8349

Re: freeRTOS / Default Events/Tasks Clarification please....

When you init WiFi and tcpip or bluetooth there are background tasks that will be created to do the low level work. High level things implemented by the user like reading data from sockets will be done in the user's task.
by WiFive
Thu Sep 26, 2019 7:05 pm
Forum: Hardware
Topic: LEDC in light sleep, PICO-D4
Replies: 6
Views: 7636

Re: LEDC in light sleep, PICO-D4

The LED PWM module can use RTC8M_CLK as a clock source when APB_CLK is disabled. In other words,
when the system is in low-power consumption mode (see Power Management Chapter), normal peripherals will
be halted (APB_CLK is turned off), but the LED PWM can work normally via RTC8M_CLK.
by WiFive
Thu Sep 26, 2019 2:03 am
Forum: Hardware
Topic: ESP32 RF calibration
Replies: 1
Views: 3270

Re: ESP32 RF calibration

1. in phy lib and/or ROM
2. Antenna attached. I think you want to calibrate to typical operating environment, not shield box