Search found 15 matches

by Stipa88
Sat Jan 28, 2023 6:22 pm
Forum: ESP RainMaker
Topic: RainMaker MQTT server
Replies: 4
Views: 4054

Re: RainMaker MQTT server

Hi This is my situation. My_network.png I would like to group the devices as follows: - only the ESP Node is visible in the application (it acts as a "group" that contains my devices) - The ESP node "contains" my devices I can't do that right now That's why I need my own implementation, especially f...
by Stipa88
Sat Jan 28, 2023 5:39 pm
Forum: ESP RainMaker
Topic: RainMaker MQTT server
Replies: 4
Views: 4054

RainMaker MQTT server

Hello

I am using ESP32-C3.
I want to implement my own "RainMakerServer" for my ESP32 devices.
Is it possible to get the instructions, or source code of the server? :D :D

I commend it, a well thought out system, but I want my own server (MQTT)

Tnx
by Stipa88
Fri Jan 27, 2023 9:45 am
Forum: ESP RainMaker
Topic: RainMaker Mobile App in Flutter
Replies: 5
Views: 4951

Re: RainMaker Mobile App in Flutter

Hello, maldus

I'm glad to hear what you're doing "ESPRainMakerFlutter mobile App".

Do you have a demo App? Will the application be available, open source?

Tnx
by Stipa88
Tue May 10, 2022 6:46 am
Forum: IDEs for ESP-IDF
Topic: How to add source files to eclipse project
Replies: 2
Views: 2955

Re: How to add source files to eclipse project

Thank you for your reply. If I open an example ESPRainMaker "https://github.com/espressif/esp-rainmaker/tree/master/examples/switch" in Eclipse IDE, I add a virtual folder to the project "components" (components are all components of ESRrainMaker - https://github.com/espressif/esp-rainmaker/tree/mas...
by Stipa88
Mon May 09, 2022 12:38 pm
Forum: IDEs for ESP-IDF
Topic: How to add source files to eclipse project
Replies: 2
Views: 2955

How to add source files to eclipse project

Hi,
please help.
How to add source (* .c) files from components (and other * .c file) to Eclipse project.
I want to see the contents of the function, which functions are called, etc.

Thank you.