Search found 86 matches

by Zeni241
Thu Feb 13, 2020 3:44 am
Forum: ESP-IDF
Topic: ESP-IDF V4.0 has been released Documentation
Replies: 3
Views: 4154

Re: ESP-IDF V4.0 has been released Documentation

Please provide this link to eclipse plugin https://github.com/espressif/idf-eclips ... /README.md in stable version (4.0) document as well, as you have done in latest (4.1) document.
by Zeni241
Tue Jan 07, 2020 8:10 am
Forum: Hardware
Topic: Touch GPIO of ESP32 as soil moisture sensor
Replies: 6
Views: 7267

Re: Touch GPIO of ESP32 as soil moisture sensor

Thanks a lot ESP_Angus, your reply gave me much needed confidence for this path. I will experiment more and post my observations here. BTW what you mean by captouch channel.
by Zeni241
Tue Jan 07, 2020 6:22 am
Forum: Hardware
Topic: Touch GPIO of ESP32 as soil moisture sensor
Replies: 6
Views: 7267

Touch GPIO of ESP32 as soil moisture sensor

I am contemplating the idea of using one of touch GPIO of ESP32 as soil moisture sensor. I connected one touch GPIO with a wire and dipped the wire in water gradually. Surely the reading changes as more and more wire is dipped. Also no need to connect anything to ground, just single wire to touch pi...
by Zeni241
Sat Dec 14, 2019 7:32 am
Forum: ESP-IDF
Topic: When Bluetooth 5.0 will be added into ESP32
Replies: 7
Views: 10046

Re: When Bluetooth 5.0 will be added into ESP32

Long range would be great.
by Zeni241
Fri Nov 01, 2019 10:44 am
Forum: ESP-IDF
Topic: Clean disconnection of wifi by calling esp_wifi_stop()
Replies: 1
Views: 3682

Clean disconnection of wifi by calling esp_wifi_stop()

Why I get message :

Code: Select all

E (21326) event: system_event_sta_disconnected_handle_default 294 esp_wifi_inter
nal_reg_rxcb ret=0x3014
When I call

Code: Select all

esp_wifi_stop();
.
How can I stop WiFi in clean way so that mqtt don't get "lwt" message?
by Zeni241
Thu Oct 10, 2019 11:59 am
Forum: Hardware
Topic: Fuel Gauge to go with ESP32
Replies: 3
Views: 6567

Re: Fuel Gauge to go with ESP32

Great. Thank you Dazz. Also the link esp-iot-solutions repo is great. :D
by Zeni241
Sat Sep 21, 2019 7:56 am
Forum: Hardware
Topic: Fuel Gauge to go with ESP32
Replies: 3
Views: 6567

Fuel Gauge to go with ESP32

Has any body any experience of using fuel gauge,like MAX17044, MAX17048 or any other, with ESP-IDF?
Or using ADC reading is the only choice to get LiPo battery condition?
by Zeni241
Sat Sep 21, 2019 7:52 am
Forum: ESP-IDF
Topic: Debug without JTAG adapter, is it possible
Replies: 3
Views: 6189

Re: Debug without JTAG adapter, is it possible

Thanks ESP_Sprite, so as I guessed there is no easy way out (lazy me) :lol: . Thus I have already ordered some JTAG connectors.
by Zeni241
Fri Sep 20, 2019 10:57 am
Forum: Hardware
Topic: Measure LiPol battery level
Replies: 6
Views: 34025

Re: Measure LiPol battery level

Hi
@wyattisawesome which fuel gauge chip/module can be used with ESP-IDF? Have you successfully used any fuel gauge with ESP32?