Search found 611 matches

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: 583

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: 621

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: 568

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: 2230

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: 1795

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: 504

Re: Conection ESP32 devkitv1 to PC

" English Forum "
by mikemoy
Sat Apr 06, 2024 4:58 pm
Forum: ESP-IDF
Topic: IDF 5.1 and 5.2 SD-card driver fucked up
Replies: 1
Views: 1853

Re: IDF 5.1 and 5.2 SD-card driver fucked up

Really? You can't come up with another word to explain you post other than swearing. Take your pills and then figure out how to talk properly.