Search found 17 matches

by hml9083@hotmail.com
Mon Mar 07, 2022 2:32 pm
Forum: Hardware
Topic: Can you buy an ESP32-CAM board that is jumpered. Fo external antenna?
Replies: 4
Views: 2673

Re: Can you buy an ESP32-CAM board that is jumpered. Fo external antenna?

Contact the LILYGO team directly, they help me for 3 boards normally defaulted to internal antenna, they shipped to me the three boards set to external antenna. They are great to work with.
by hml9083@hotmail.com
Mon Jan 06, 2020 12:25 pm
Forum: Hardware
Topic: ESP32-PICO-D4 UART, SPI and I2C
Replies: 2
Views: 5760

Re: ESP32-PICO-D4 UART, SPI and I2C

Try posting same question to lily@lilygo.cc
by hml9083@hotmail.com
Tue Jul 23, 2019 10:54 am
Forum: Hardware
Topic: Which ESP32 with IPEX
Replies: 1
Views: 3036

Re: Which ESP32 with IPEX

Try Mouser #: 356-ESP32-DEVKITC32U
by hml9083@hotmail.com
Fri Jun 21, 2019 9:53 pm
Forum: ESP32 Arduino
Topic: How to use: esp_wifi_get_country(wifi_country_t *country)
Replies: 2
Views: 5650

Re: How to use: esp_wifi_get_country(wifi_country_t *country)

Thank you boarchuz, got it working now.
by hml9083@hotmail.com
Thu Jun 20, 2019 12:41 pm
Forum: ESP32 Arduino
Topic: How to use: esp_wifi_get_country(wifi_country_t *country)
Replies: 2
Views: 5650

How to use: esp_wifi_get_country(wifi_country_t *country)

I can execute the command for esp_err_t esp_wifi_set_country(const wifi_country_t *country) I have set the country to "US" with out getting an error. I can not execute the command esp_err_t esp_wifi_get_country(const wifi_country_t *country) country variable type I use is char*. Are there any exampl...
by hml9083@hotmail.com
Sun Jun 16, 2019 4:50 pm
Forum: Hardware
Topic: Are there any fee based services, to move surface mount resistor ?
Replies: 3
Views: 3977

Re: Are there any fee based services, to move surface mount resistor ?

Thank you for the recommendations,
I contacted lilygo via their web site,
they allow me to order directly from them
with resistor in position for external antenna.
I am now awaiting delivery.
Thanks again.
by hml9083@hotmail.com
Tue Jun 11, 2019 10:56 am
Forum: Hardware
Topic: Are there any fee based services, to move surface mount resistor ?
Replies: 3
Views: 3977

Are there any fee based services, to move surface mount resistor ?

I am not competent or equipped to move the very small resistor, to access the external antenna for the ttgo micro-32 chips.
Are any type of fee based services for this type of issue ?
by hml9083@hotmail.com
Sun Jun 02, 2019 1:33 pm
Forum: ESP32 Arduino
Topic: Wifi disconnects
Replies: 3
Views: 11023

Re: Wifi disconnects

I also have this behavior and can not find a fix, I have used the WiFi.status() != WL_CONNECTED test within the loop, it does not appear to be the fix. I have not seen this to occur with my esp8266 modules. I have also seen others post issues with random losing WiFi connection status on esp32. I rec...
by hml9083@hotmail.com
Wed Feb 21, 2018 4:11 pm
Forum: ESP32 Arduino
Topic: esp32 running basic WiFi code, I get "Hmmm...can’t reach this page"
Replies: 9
Views: 15054

Re: esp32 running basic WiFi code, I get "Hmmm...can’t reach this page"

tele_player thank you for your input and assist, I am not sure why but I been connected and accessing the ESP32 for three days period, The only change I am aware of is recent windows 10 update on my laptop. Thanks for your inspiration.
by hml9083@hotmail.com
Thu Feb 01, 2018 7:48 pm
Forum: ESP32 Arduino
Topic: esp32 running basic WiFi code, I get "Hmmm...can’t reach this page"
Replies: 9
Views: 15054

Re: esp32 running basic WiFi code, I get "Hmmm...can’t reach this page"

the serial output,
Event code "[W][WiFiGeneric.cpp:187] _eventCallback(): Reason: 9 - ASSOC_NOT_AUTHED"
My network name contains a dash or hyphen,
My Network password is 17 characters in length only letters and digits.
imply my WiFi password is a problem ?