Search found 622 matches

by mikemoy
Wed Aug 14, 2024 2:40 am
Forum: General Discussion
Topic: ESP32-P4, so close to the golden goose
Replies: 10
Views: 4068

ESP32-P4, so close to the golden goose

IMHO, the ESP32-P4 is so close to being the golden goose of micros. I love so much about this one. I just wished you would have thrown in the Wi-Fi and BT as well. Then we would finally have a very well rounded micro to cover all the bases for just about any product design.
by mikemoy
Fri May 17, 2024 12:23 pm
Forum: Hardware
Topic: Newbie: I baught a ESP32 with a weird pin layout. How to identify GPxx pins?
Replies: 2
Views: 1343

Re: Newbie: I baught a ESP32 with a weird pin layout. How to identify GPxx pins?

This site here looks like the same pinout you have. https://www.electronicshub.org/esp32-pinout/ Also, legit boards from espressif can be found here. https://docs.espressif.com/projects/esp-idf/en/stable/esp32/hw-reference/esp32/get-started-devkitc.html#esp32-devkitc-v4-getting-started-guide Basical...
by mikemoy
Thu May 09, 2024 4:30 pm
Forum: Hardware
Topic: Programming esp32 via uart
Replies: 3
Views: 1494

Re: Programming esp32 via uart

Ao what I gather from what you say is I can use the uart for programming if I put the esp to download mode, via hardware ?
yes
by mikemoy
Sat May 04, 2024 6:58 am
Forum: General Discussion
Topic: ESP-32S3's 3.3V Power Output
Replies: 2
Views: 991

Re: ESP-32S3's 3.3V Power Output

you would be better off using 3.3v for the INA260. The INA260 draws hardly any current to operate so there is no concern to put any stress on the onboard 3.3v regulator. Also, since your going to communicate with it via I2C and the ESP32 pins are only 3.3v tolerant it would be best to use 3.3v as th...
by mikemoy
Thu Apr 25, 2024 9:24 pm
Forum: Rust
Topic: how to config my own ip address during accesspoint mode
Replies: 2
Views: 6129

Re: how to config my own ip address during accesspoint mode

ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_AP)); ESP_ERROR_CHECK(esp_wifi_set_config(WIFI_IF_AP, &wifi_config)); ESP_ERROR_CHECK(esp_wifi_start()); // Configure a static IP for the AP interface esp_netif_ip_info_t ip_info; IP4_ADDR(&ip_info.ip, 192, 168, 1, 1); // IP address IP4_ADDR(&ip_info.gw, 1...
by mikemoy
Sun Apr 21, 2024 4:55 pm
Forum: Hardware
Topic: simultaneous setting of GPIO outputs for H-bridge control, how to?
Replies: 8
Views: 2764

Re: simultaneous setting of GPIO outputs for H-bridge control, how to?

RalphD, did you know there is already an example for this in the examples folder ?
by mikemoy
Mon Apr 15, 2024 11:42 am
Forum: Hardware
Topic: Conection ESP32 devkitv1 to PC
Replies: 2
Views: 826

Re: Conection ESP32 devkitv1 to PC

" English Forum "