Search found 195 matches

by fasani
Fri Jul 09, 2021 5:14 pm
Forum: ESP RainMaker
Topic: Possible to render Lights example also in ESP32 + components required <SOLVED>
Replies: 7
Views: 26734

Re: Possible to render Lights example also in ESP32 + components required

Awesome idea John! I followed you in Github. My username is: https://github.com/martinberlin You can also try our ESP-IDF component for epaper in any of the supported eink displays and ESP32 (S2 /C3 also supported) I'm doing new experiments with ESP32 every week :) Nice to met you. You are very welc...
by fasani
Tue Jul 06, 2021 5:27 am
Forum: ESP RainMaker
Topic: Missing local device groups feature
Replies: 1
Views: 10471

Re: Missing local device groups feature

Is a good idea but if I see this correctly RainMaker is always connected to the cloud, I guess only if you make this local having your own app you can have something alike. I guess the current form is designed like this so it can integrate also with Voice like Alexa or Google. It would be nice to gr...
by fasani
Mon Jul 05, 2021 6:29 pm
Forum: ESP RainMaker
Topic: Switch example events: I see only Event 1 fired <SOLVED>
Replies: 1
Views: 13343

Switch example events: I see only Event 1 fired <SOLVED>

Hello, I was researching about the events, that are in the Switch example: https://github.com/espressif/esp-rainmaker/blob/master/examples/switch/main/app_main.c If in the event_handler I add a Serial output like: printf("EVENT ID:%d\n", event_id); The only event that is fired is the number 1: RainM...
by fasani
Mon Jul 05, 2021 2:19 pm
Forum: ESP RainMaker
Topic: Possible to render Lights example also in ESP32 + components required <SOLVED>
Replies: 7
Views: 26734

Re: Possible to render Lights example also in ESP32 + components required

For the second, I could not really understand the requirement. The ESP RainMaker provisioning is derived directly from the wifi_prov_mgr esp-idf example. What I meant is: How I can add Rainmaker to an existing project that does not have WiFi provisioning? Is possible to add directly the whole https...
by fasani
Mon Jul 05, 2021 9:41 am
Forum: ESP RainMaker
Topic: Possible to render Lights example also in ESP32 + components required <SOLVED>
Replies: 7
Views: 26734

Re: Possible to render Lights example also in ESP32 + components required

Hi John, I made a fork and added 2 examples more: https://github.com/martinberlin/esp-rainmaker/tree/master/examples led_strip ( Video-proof ) servo_control very simple angle control for a servo (To use in Robotics or anything alike) Not sure if I will make a PR since I modified the Led component to...
by fasani
Thu Jul 01, 2021 9:03 am
Forum: ESP RainMaker
Topic: Possible to render Lights example also in ESP32 + components required <SOLVED>
Replies: 7
Views: 26734

Possible to render Lights example also in ESP32 + components required <SOLVED>

Hi there, I just wanted to ask, we could also update this: https://github.com/espressif/esp-rainmaker/blob/ec23bd8aa6843966fd13e92940e41863779260d4/components/ws2812_led/Kconfig Kconfig file so it's possible to test this in an ESP32 (Even with our own ws2812 led Stripe) right? Other than that I will...
by fasani
Sun Jun 27, 2021 7:52 pm
Forum: ESP-IDF
Topic: http client read response headers
Replies: 5
Views: 6202

Re: http client read response headers

Thanks Stephan,
it's actually in the http_client example and I just missed it.
Here an example to query a root mesh lamp and ask for the child nodes.
by fasani
Sun Jun 27, 2021 8:10 am
Forum: ESP-IDF
Topic: http client read response headers
Replies: 5
Views: 6202

Re: http client read response headers

Hi rfleming,
Can you expand a bit more on how to read the response headers?

I’m trying to do the same to read the Mesh lamp nodes from mesh_info call and still could not get it to work.
I see the four headers coming in ON_HEADER event, but evt length and data do not seem to be populated.
by fasani
Fri Jun 25, 2021 2:12 pm
Forum: ESP-MDF
Topic: How to resolve the IP Address of a Mesh Light ? <SOLVED>
Replies: 8
Views: 24275

Re: How to resolve the IP Address of a Mesh Light ?

No problem @ESP_LBB This days I'm using only ESP-IDF And I found the comments again after 3 years of posting this and today I could try it out again. Here is a commit adding a MDNS Query to auto-detect the IP address of a Mesh root lamp (esp32_mesh.local) with ESP32. https://github.com/martinberlin/...
by fasani
Fri Jun 25, 2021 6:16 am
Forum: ESP-MDF
Topic: Failing to communicate with a mesh Light using ESP-IDF <SOLVED>
Replies: 1
Views: 7322

Re: Failing to communicate with a mesh Light using ESP-IDF

I just copied Postman request, that includes some additional headers (even one that is kind of a random token) and now it's working: https://twitter.com/martinfasani/status/1408147706120491008 (Small proof-of-concept video) POST headers: Array ( [Mesh-Node-Mac] => 3c71bf9d6980 [Content-Type] => appl...