Search found 19 matches

by Trupal
Wed Jan 31, 2024 3:59 am
Forum: ESP RainMaker
Topic: Add GPIO example in other project
Replies: 1
Views: 2683

Re: Add GPIO example in other project

Hello team,

can you please give me the suggestion please , it is very important for me

Thank you
Trupal Jasani
by Trupal
Sat Jan 27, 2024 7:00 am
Forum: ESP RainMaker
Topic: Add GPIO example in other project
Replies: 1
Views: 2683

Add GPIO example in other project

Hello team, I am working on one project where I have to add a GPIO example. Furthermore, I have added a component folder and a common folder to my project, but it still shows an error in the library, namely app_wifi.h and esp_rmaker_core.h. Moreover, when I checked the menuconfig of the GPIO example...
by Trupal
Tue Oct 31, 2023 10:00 am
Forum: ESP RainMaker
Topic: ESP32 S3 wroom 1 board on ESP Rainmkaer
Replies: 3
Views: 19741

Re: ESP32 S3 wroom 1 board on ESP Rainmkaer

This can happen only if the board is too old and does not have the secret programmed in the efuse. Can you run this command espefuse.py summary --port $ESPPORT and share the output over email at esp-rainmaker-admin@espressif.com. Please do not share this information here on the forum. I have sent t...
by Trupal
Tue Oct 31, 2023 7:07 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 26431

Re: Event is not Shown on dash board

It is still not clear why you need JSON format specifically. You can see here that RainMaker allows creating multiple devices under same node. Using esp_rmaker_param_update_and_report() which you can find in all examples, you can report the state of any parameters, including the power/on-off parame...
by Trupal
Tue Oct 31, 2023 4:09 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 26431

Re: Event is not Shown on dash board

Insights events will show up only if explicitly reported from your application code using ESP_DIAG_EVENT() function, a sample of which can be found here . There are no "default" events as such. Meanwhile, JSON payloads for RainMaker are documented here . However, you never need to format/parse the ...
by Trupal
Tue Oct 31, 2023 4:07 am
Forum: ESP RainMaker
Topic: ESP32 S3 wroom 1 board on ESP Rainmkaer
Replies: 3
Views: 19741

Re: ESP32 S3 wroom 1 board on ESP Rainmkaer

This can happen only if the board is too old and does not have the secret programmed in the efuse. Can you run this command espefuse.py summary --port $ESPPORT and share the output over email at esp-rainmaker-admin@espressif.com. Please do not share this information here on the forum. Okay ,Thank y...
by Trupal
Mon Oct 30, 2023 10:51 am
Forum: ESP RainMaker
Topic: ESP32 S3 wroom 1 board on ESP Rainmkaer
Replies: 3
Views: 19741

ESP32 S3 wroom 1 board on ESP Rainmkaer

Hello team , Can I use ESP RainMaker on ESP32 S3 wroom 1 board? because when I try to upload GPIO example it shown following errors. Error log :- I (103182) esp_claim: Starting the Self Claim Process. This may take time. E (110122) esp_claim: Invalid response for https://esp-claiming.rainmaker.espre...
by Trupal
Thu Oct 26, 2023 11:02 am
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 26431

Re: Event is not Shown on dash board

I have attached the Picture . In this picture , Event is 0 you can See properly another Question:- I have to send the Data to the Rainmaker cloud by using the MQTT protocol so how can I do that and one more thing where I can See the JSON on Dashboard ? well I am new for Rainmaker so I can not find p...
by Trupal
Wed Oct 25, 2023 12:51 pm
Forum: ESP RainMaker
Topic: Event is not Shown on dash board
Replies: 6
Views: 26431

Event is not Shown on dash board

Hello ,

I have upload the GPIO example on ESP32 S3 board. I can not show any event on the Dashboard of rainmaker cloud .what should be the reason ?
by Trupal
Mon Oct 23, 2023 8:31 am
Forum: ESP RainMaker
Topic: Rainmaker components
Replies: 1
Views: 19124

Rainmaker components

Hello,

I have use rainmaker GPIO example in other projects so what should I do ? and what are the components I have to add in other project like common folder and all?

thank you
Trupal