Search found 2230 matches

by chegewara
Thu Jan 14, 2021 5:59 pm
Forum: ESP-IDF
Topic: Unable to connect to local MQTT broker via websockets example - invalid header=0x48
Replies: 3
Views: 2770

Re: Unable to connect to local MQTT broker via websockets example - invalid header=0x48

Did you try to set esp_mqtt_transport_t in esp_mqtt_client_config_t. I think its default to TCP or SSL.
by chegewara
Thu Jan 14, 2021 4:32 pm
Forum: ESP-IDF
Topic: ADS1115 with espress-idf and esp32
Replies: 5
Views: 9362

Re: ADS1115 with espress-idf and esp32

I dont know which idf version you are using, but some time ago 1 more value has been added to "i2c_config_t" struct which is causing issue when i am trying arduino as component, because is not initilized. But this is issue with C++, in your case it may be something else (worth to try). I think its t...
by chegewara
Thu Jan 14, 2021 10:33 am
Forum: General Discussion
Topic: Questions regarding ESP32-S2-DevKitM-1
Replies: 3
Views: 4250

Re: Questions regarding ESP32-S2-DevKitM-1

a) it is devkit board, which means it is intended for developing; for that you need to have access to logs from UART and at the same time access to USB peripheral (assuming you want to work with USB); of cource it is possible to use USB for logging purpose, but it would not let you to use peripheral...
by chegewara
Wed Jan 13, 2021 11:56 am
Forum: Hardware
Topic: Pin behaviour in case of chip defect
Replies: 6
Views: 4705

Re: Pin behaviour in case of chip defect

Then the additional chip can fail... I am a little bit stuck... Then i will follow this way of thinking and i will ask, do you have fail safe in case of transistor fail, or selenoid, bad soldering, or just a wires? Everything may pass quality tests, but after some time fail. In other hand esp32 is ...
by chegewara
Wed Jan 13, 2021 11:45 am
Forum: ESP32 Arduino
Topic: esp32s2, SPI interfaces (VSPI, HSPI, FSPI...)?
Replies: 4
Views: 10338

Re: esp32s2, SPI interfaces (VSPI, HSPI, FSPI...)?

Admins, please mark it as spam and remove due to links in post ^UP
by chegewara
Tue Jan 12, 2021 3:07 pm
Forum: ESP-IDF
Topic: idf v4.3 custom component
Replies: 3
Views: 2521

Re: idf v4.3 custom component

There is typo in

Code: Select all

new_componenet
so, the header file is:

Code: Select all

new_componenet.h
by chegewara
Sat Jan 09, 2021 7:40 am
Forum: ESP32 Arduino
Topic: External wakeup pin detect issue
Replies: 12
Views: 13078

Re: External wakeup pin detect issue

This is only theory, but: - esp_sleep_get_ext1_wakeup_status is reading latched register, - that latched register stores values for all pins being high during wakeup and being setup as wakeup pins, - since it is big button with some bigger debounce it is possible that button during reading and latch...
by chegewara
Sat Jan 09, 2021 7:33 am
Forum: ESP-IDF
Topic: Increasing BTA_GATTC_NOTIF_REG_MAX
Replies: 1
Views: 2103

Re: Increasing BTA_GATTC_NOTIF_REG_MAX

You can open feature request on github to add this as parameter in menuconfig.