Search found 2230 matches

by chegewara
Sun Mar 17, 2019 5:42 am
Forum: Hardware
Topic: Control 5V relay with ESP32 DEVKITC
Replies: 2
Views: 5698

Re: Control 5V relay with ESP32 DEVKITC

It's not possible but you can use simple logic level shifter.
by chegewara
Sat Mar 16, 2019 2:00 am
Forum: General Discussion
Topic: OTA using push architecture
Replies: 2
Views: 4136

Re: OTA using push architecture

Did you do last step with makefile?
https://github.com/yanbe/esp-idf-ota-te ... /README.md
by chegewara
Fri Mar 15, 2019 6:01 am
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 485784

Re: ESP32 TFT display library

I would like to thank @loboris for this library. Its easy to use and with it i build a toy for my autistic 3 years old nephew. Recently i bought m5stack and since my nephew loves colors, numbers and read words he already knows i decided to use it. Each button is generating random value and display i...
by chegewara
Sat Mar 09, 2019 1:21 pm
Forum: General Discussion
Topic: Job Opportunity for ESP32 Engineer(s)
Replies: 1
Views: 2314

Re: Job Opportunity for ESP32 Engineer(s)

Hi.
If you are looking for OTA over BLE then we can talk about it.
by chegewara
Fri Mar 01, 2019 6:10 pm
Forum: ESP32 Arduino
Topic: Payload issue
Replies: 3
Views: 6694

Re: Payload issue

Maybe try to use len value to get data. Mqtt payload is not 0 terminated string.
by chegewara
Wed Feb 27, 2019 7:34 pm
Forum: General Discussion
Topic: Newbie UART write
Replies: 5
Views: 6023

Re: Newbie UART write

How did you init uart with:

Code: Select all

    uart_driver_install(UART, RX_BUF_SIZE, TX_BUF_SIZE, QUEUE_SIZE, &uart_queue, FLAGS);
by chegewara
Wed Feb 27, 2019 7:30 pm
Forum: ESP32 Arduino
Topic: Suspend Main Loop
Replies: 2
Views: 4771

Re: Suspend Main Loop

Yes, it is possible. You can even do it from setup(), just call vTaskDelete(NULL)
by chegewara
Wed Feb 27, 2019 12:35 pm
Forum: General Discussion
Topic: Bluetooh Mesh models definition
Replies: 3
Views: 4928

Re: Bluetooh Mesh models definition

Start from reading mesh model specs
https://www.bluetooth.com/specification ... ifications
by chegewara
Sun Feb 17, 2019 7:20 am
Forum: Showcase
Topic: esp32 - support for paragliders in air
Replies: 0
Views: 4191

esp32 - support for paragliders in air

I am currently working on cool project. Since we are in beta test stage and my client announced his product in social media i asked him if i can show what we are working on. The project will help paragliders in the air to make decisions. Paragliders are using thermals (hot air) to fly long time (som...