Search found 17 matches

by arkayabt
Fri May 05, 2023 11:53 am
Forum: ESP-IDF
Topic: How do i connect alexa with my home automation?
Replies: 1
Views: 1361

How do i connect alexa with my home automation?

I want to connect home automation using esp32 to alexa. How do i do that. Kindly provide reference material and code regarding to this .Guide me for this.
by arkayabt
Wed May 03, 2023 10:46 am
Forum: ESP-IDF
Topic: Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
Replies: 2
Views: 1464

Re: Type too many arguments to function 'wifi_prov_mgr_start_provisioning'

Hi EfogDev,
Is it ok to remove last argument because it is Boolean and also false. Is it affect program if i remove this? I checked that after removing that 5th argument i am not getting any error.
by arkayabt
Mon May 01, 2023 9:31 am
Forum: ESP-IDF
Topic: Type too many arguments to function 'wifi_prov_mgr_start_provisioning'
Replies: 2
Views: 1464

Type too many arguments to function 'wifi_prov_mgr_start_provisioning'

I am using esp32 for home automation project. I am getting error C:/Espressif/frameworks/esp-idf-v4.4.4/workspace/IR_Blaster_24sep2022/main/app_prov.c:429:25: error: too many arguments to function 'wifi_prov_mgr_start_provisioning' even if i am passing that variable as Boolean and value false.Kindly...
by arkayabt
Sat Apr 22, 2023 4:45 am
Forum: ESP-IDF
Topic: Communicate ESP32 AP to Postman
Replies: 2
Views: 1431

Re: Communicate ESP32 AP to Postman

hi ves011, Thasks for your replay. I am talking about https://www.postman.com API testing tool. Which http example i have to use in my esp32 AP mode (eg.client,server). and do i have to parse json file in my code or i just have to use in postman to just send command to esp32. If i have to use it in ...
by arkayabt
Fri Apr 21, 2023 6:32 am
Forum: ESP-IDF
Topic: Communicate ESP32 AP to Postman
Replies: 2
Views: 1431

Communicate ESP32 AP to Postman

I want to develop home automation project for that i want to test whether my esp32 device responding to my send commands. For that i have json file that i attach below. I want to test this using postman. This is my link http://192.168.4.1/prov in postman using i want to send command and receive resp...
by arkayabt
Mon Apr 03, 2023 11:17 am
Forum: ESP-IDF
Topic: ESP IDF
Replies: 1
Views: 947

ESP IDF

esp idf
by arkayabt
Thu Dec 19, 2019 5:48 am
Forum: ESP32 Arduino
Topic: Timer example
Replies: 9
Views: 9907

Re: Timer example

I have used micros() the same way as you suggest but I am not getting the same value each time for certain key.
by arkayabt
Tue Dec 17, 2019 5:41 am
Forum: ESP32 Arduino
Topic: Timer example
Replies: 9
Views: 9907

Re: Timer example

If this is the case then how do i reset micros() between each pulse interval? I was not able to reset micros() when i used it.
by arkayabt
Mon Dec 16, 2019 12:34 pm
Forum: ESP32 Arduino
Topic: Timer example
Replies: 9
Views: 9907

Re: Timer example

Hi ESP_Sprite, Thanks for the reply. I don't have any knowledge about xthal_get_ccount() and i am not able to find any arduino code using xthal_get_ccount() which i can understand and built code. And as i am new to esp32 so i want to read remote control signal using this way because i want to read a...
by arkayabt
Mon Dec 16, 2019 10:10 am
Forum: ESP32 Arduino
Topic: Timer example
Replies: 9
Views: 9907

Re: Timer example

Hi ESP_Dazz, I want to convert below code to esp32 arduino code using timer to find remote control key value without using any library and rmt. When i press the key of remote timer starts counting when it detects low and high pulses means timer count pulse duration of high and low pulses and store i...