Search found 5 matches

by sittingduck
Mon Nov 09, 2020 8:59 pm
Forum: ESP-IDF
Topic: How to get digital input from ADC pins?
Replies: 2
Views: 2895

Re: How to get digital input from ADC pins?

What a fail... That's it! Thank you very much. It works...
by sittingduck
Mon Nov 09, 2020 8:25 pm
Forum: ESP-IDF
Topic: How to get digital input from ADC pins?
Replies: 2
Views: 2895

How to get digital input from ADC pins?

I would like to use my pins, which are able to do ADC1, as general GPIO pins to read digital values. This is somehow not possible using this config: gpio_config_t io_conf; // configure interrupt pins // set as input mode io_conf.mode = GPIO_MODE_INPUT; // interrupt io_conf.intr_type = GPIO_INTR_DISA...
by sittingduck
Sat Jun 22, 2019 8:42 am
Forum: ESP-IDF
Topic: ESP32-WROVER DevKit Display Issues: How to?
Replies: 0
Views: 2035

ESP32-WROVER DevKit Display Issues: How to?

So I got myself a ESP32-WROVER DevKit with the Display on the back. According to some documents, this is an ILI9341 display. The only thing I really could get to work with the display was the stock demo: https://github.com/espressif/esp-idf/tree/master/examples/peripherals/spi_master But this demo d...
by sittingduck
Thu Mar 28, 2019 12:29 pm
Forum: ESP-MDF
Topic: How to program ESP32-MeshKit-Sense V1.1?
Replies: 5
Views: 10690

Re: How to program ESP32-MeshKit-Sense V1.1?

Is it possible to program the MeshKit-Sense with an ESP32-DevKit device? Or do I really need a USB-TTL device?
by sittingduck
Thu Mar 28, 2019 9:38 am
Forum: ESP-MDF
Topic: How to program ESP32-MeshKit-Sense V1.1?
Replies: 5
Views: 10690

How to program ESP32-MeshKit-Sense V1.1?

I have bought the ESP32-MeshKit-Sense V1.1 without any programming device. If attach it via USB to my PC it does not get detected as serial / COM device but it turns on. I have read it can be programmed with the ESP32-program board using the "Download" header on the ESP32-MeshKit-Sense V1.1. But is ...