Thank you!
All features from ESP RainMaker 2.4.0 are now available in IO Connect app too. Firebase notifications are working fine and no issues on this matter. You can try the new version.
Search found 4 matches
- Mon Sep 06, 2021 4:19 pm
- Forum: ESP RainMaker
- Topic: IO Connect - RainMaker (Android)
- Replies: 3
- Views: 15510
- Mon Sep 06, 2021 4:15 pm
- Forum: ESP RainMaker
- Topic: Error:GPIO isr service already installed
- Replies: 17
- Views: 117851
Re: Error:GPIO isr service already installed
I have tried to reproduce the error and it appears when I add a second iot_button so I think this error is caused from the button library located in esp-rainmaker/components.
- Mon Sep 06, 2021 11:20 am
- Forum: ESP RainMaker
- Topic: Error:GPIO isr service already installed
- Replies: 17
- Views: 117851
Re: Error:GPIO isr service already installed
From what you posted I can only see that you have defined GPIO pins. Can you post the code where you configured GPIO? You need to have something similar with: button_handle_t btn_handle_1 = iot_button_create(BUTTON_GPIO_1, BUTTON_ACTIVE_LEVEL_1); button_handle_t btn_handle_2 = iot_button_create(BUTT...
- Thu Sep 02, 2021 8:25 am
- Forum: ESP RainMaker
- Topic: IO Connect - RainMaker (Android)
- Replies: 3
- Views: 15510
IO Connect - RainMaker (Android)
Hi there, I created a custom android application based on RainMaker and I would like to try it. You can also leave a review if you like(helps for play store app indexing). :D Download from Google Play Store . Download from Huawei AppGallery . Download apk from Google Drive . I let you discover all t...