Search found 123 matches

by Ritu21
Wed Jan 22, 2020 1:20 pm
Forum: ESP32 Arduino
Topic: OTA
Replies: 2
Views: 3480

OTA

Hi, I have been asking questions on this forum but not getting any replies. Please reply for below query. I have written full fledge code for OTA on free-rtos platform but now I need to implement the same code for Arduino. Can I use the same code for arduino or would I have to write the code as per ...
by Ritu21
Fri Dec 13, 2019 7:42 am
Forum: General Discussion
Topic: Make HTTPS call without using certificate - ARDUINO
Replies: 0
Views: 2026

Make HTTPS call without using certificate - ARDUINO

Hello, I am trying to make https get call from ESP-32 (Arduino) without using any certificate. Below is the code I am trying: HTTPClient http; http.begin("https://148.72.210.150:443/line/generate-tokens-for-device", "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"); http.addHeader("Content...
by Ritu21
Wed Sep 11, 2019 12:59 pm
Forum: Hardware
Topic: RTC
Replies: 0
Views: 2452

RTC

Hi,

Do we have RTC in esp32 wroom 32D? What is SLOW_CLK and FAST_CLK RTC? Which register can be altered to start alarm ?

Actually I want to start alarm as per epoch time and on that time, it should get interrupt. How can I do that???

Thanks
Ritu
by Ritu21
Wed Aug 28, 2019 12:11 pm
Forum: General Discussion
Topic: UART Receiving Random Data
Replies: 3
Views: 4431

Re: UART Receiving Random Data

Hi,

I am using ESP32 wroom32 dev board. Will check the voltage on RX/TX pin and shall let you know.


Thanks
Ritu
by Ritu21
Tue Aug 27, 2019 5:13 am
Forum: General Discussion
Topic: UART Receiving Random Data
Replies: 3
Views: 4431

UART Receiving Random Data

Hi, I am writing an application on esp32 dev board where data will be received on Uart, which will be shared to the further tasks. Wrote driver for UART1 using IO17 for TXD and IO16 for RXD in dev board. Below is the task for uart for receiving data : static void rx_task() { static const char *RX_TA...
by Ritu21
Sat Aug 10, 2019 12:59 pm
Forum: General Discussion
Topic: Device Turned on First time
Replies: 1
Views: 3006

Device Turned on First time

Hi,

How do we get to know if device has turned on first time in esp-idf ?

Thanks
Ritu
by Ritu21
Tue Aug 06, 2019 10:40 am
Forum: ESP-IDF
Topic: Sending video to Private Server
Replies: 6
Views: 6891

Re: Sending video to Private Server

Hi We will send video to amazon server over wifi. Programming the ESP32 shall be done by using make command provided by esp-idf. Thanks Ritu Hi Ritu you will send a video file or a video stream from just now to AWS ? example, if you want send a video file for sharing (from sd card, from spi flash, ...
by Ritu21
Tue Aug 06, 2019 6:06 am
Forum: ESP-IDF
Topic: Sending video to Private Server
Replies: 6
Views: 6891

Re: Sending video to Private Server

Hi, Can we use ESP32 or any other board from ESP for sending video to private server? If yes, which board can be used and what are the libraries available for the same? Waiting for your early response. Thanks Ritu Hi - how the private server is awaiting for video (StreamVideoFile, StreamVideofromES...
by Ritu21
Mon Aug 05, 2019 11:19 am
Forum: ESP-IDF
Topic: Sending video to Private Server
Replies: 6
Views: 6891

Re: Sending video to Private Server

Waiting for the response.
by Ritu21
Sat Aug 03, 2019 7:09 am
Forum: ESP-IDF
Topic: Sending video to Private Server
Replies: 6
Views: 6891

Sending video to Private Server

Hi,

Can we use ESP32 or any other board from ESP for sending video to private server? If yes, which board can be used and what are the libraries available for the same?

Waiting for your early response.

Thanks
Ritu