28 comments found.
Is this the latest version?
Hi, thanks for your interest.
Yes, this is the latest version of the kit.
The mobile app requires Flutter SDK version 3.7.12 (stable) for compilation and the ESP32 / ESP8266 firmware build with latest version of PlatformIO.
Does your software use Arduino IDE v2?
Does your software support this board? I have one https://www.adafruit.com/product/5477
Hi, Thanks for your interest.
For your first question, code for the firmware is provided as VS Code with PlatformIO extension project. However, it is very easy to convert it into Arduino IDE. We can send a converted version for you via email after you purchase.
The board “Adafruit ESP32-S3 Feather” you linked should work with the firmware code in this project, as it does not use any hardware specific features on the board. The only changes you will need would be updating the board in platformio.ini and GPIO pins for the sensor and buttons in the code.
Nice. Is your software codes white label, that is, it can be customised as my own label?
Yes, complete source code is included for Flutter mobile app and firmware as separate projects. Instructions are provided in docs to customize the name, logo and update the code as per your requirement.
The regular license allows you to customize and use the projects for personal use only. For commercial use, you will need to purchase the extended license.
Nice.
I have found an interesting feature from your promotion video.
It seems that the remote ESP32 device can respond to the end user’s action over his phone’s Flutter app, is it correct?
Also, the remote ESP32 device can send notifications generated by attached sensors back to the end user’s phone through his Flutter App. Is it true?
So, what is the version of my MQTT Broker or Server required in order to enjoy these features?
1. It seems that the remote ESP32 device can respond to the end user’s action over his phone’s Flutter app, is it correct?
Yes, the communication with ESP32 and mobile app is two way. The connection is via MQTT broker, and the data pushed to device and mobile app. Like if there’s an update on ESP32 device, it can simple send the data to mobile app.
2. Also, the remote ESP32 device can send notifications generated by attached sensors back to the end user’s phone through his Flutter App. Is it true?
The ESP32 device can push the data to mobile app, however mobile OS level notifications are not implemented in the app. You can modify the app to support local notifications, or register the app as service so it keeps running in the background to receive live data and generate local notifications.
3. So, what is the version of my MQTT Broker or Server required in order to enjoy these features?
The app and firmware work on MQTT protocol v3.1x
Very nice.
Do I also have to install the PlatformIO IDE?
PlatformIO can be installed as extension in VS Code for working on firmware, and for mobile app customization you can install Flutter extension in VS Code.
Nice
Probably, I will try to add a few extra peripheral codes to your core codes.
Are there documents about these?
Yes, both the app and firmware are completely customizable.
The code is commented so you get make the changes are correct palaces.
We also provide customization services or complete solutions based on clients requirements.
Doesn’t even build at this point. Please update!
Hi,
The Flutter app requires Flutter SDK version 3.7.12 (stable) to build. You can use https://fvm.app/ to use the specific version for this app only.
The firmware is standard Arduino based PlatformIO project, use it with VS Code PIO extension.
If you need help with setting up the development environment, let us know.
You offer customization service.
Hello,
Thank you for your interest in our product.
Yes, we offer complete customized solutions for firmware, mobile and web portal development.
You can contact us using the form on our profile, and share details of your requirements.
Email sent.
long time no update Bro?
We’ve been busy with client projects. We have some updates for this toolkit, they are just not yet ready for release.
We will try to test and release an update soon.
No new updates
Hi,
We’ve been busy with contract work. We will continue with working on an update to our IoT Starter Kit soon.
Hello, I am interested in this application. Besides, the ESP32 hardware and your software, what more do we need to run the whole solution? Do we need a Wi-Fi Access Point, Internet, web interface, web server, etc?
Hi,
Thank you for your interest in our product.
Our IoT Starter Kit requires only a MQTT broker. You can use any free or subscription service base MQTT service or you can also host your own MQTT broker on AWS / Azure / etc, or set up one in local intranet.
It’s up to you how you’d like to access and control the device and setup a MQTT broker accordingly.
Once MQTT broker is setup, you can just configure to use it in ESP32 device’s captive portal and Flutter app’s settings.
Hello, I am interested in your application, currently I have an application on flutter based provider , what state handler does this application use? When will they release the update since I see that it is several months old. greetings
Hello,
Thank you for your interest in our products.
We’re using the simple approach for state management utilizing the GetIt packager [https://pub.dev/packages/get_it]
The application can adopt any advanced state management if required.
We’re working on an updated app and firmware versions, and will post an update here soon.
Hello, long time i don’t see new updated 
Hi, Thanks for your message and interest.
Please accept our apologies. A little bit busy with client projects, however we’re working on updated version with additional features. It will be published as soon as we get it ready.
Does it support esp-cam too?
Hello,
ESP-CAM is based on the ESP32 MCU, and is definitely supported.
You will need to customize the firmware for getting the photo capture from the camera module.
can it work without access to internet?
Hello, thank you for your interest in our products.
Yes, you can setup a MQTT broker on local network and run the complete solution without internet connectivity.
You can setup one using Node-Red instance, or very lightweight mosquitto.org broker.
Hello Bro, can you add more button add devices controle on off?
Hello, thank you for your interest.
We’re working on an update which will include additional widgets and controls.
If you have a custom requirement, we provide services to develop completely customized solution. Please contact us through form on our profile or our website.
yes, i will contact with you
I have a hardware based on ESP32, I’m looking a solution like this .Question 1: Regular license would work for this project only but I want to Customize logo brand etc and would be available in appstore and playstore for free to my clients . Question2: Would you Provide Step by Step documentation/video ? Question3 : would you plan to do any upgrade in near future ? Question4 : would you do any customization request outside the features now availabe? Thanks in advance
Also forgot to ask : Enable SSL/TLS for EMQX MQTT broker ?
Hello zero48,
Thank you for your interest in our product. Please find the answers to your questions below:
Question 1: You can customize the app and make it available on any app store. As long as you’re not charging for the app, the regular license will cover.
Question 2: We have provided comprehensive documentation for customizing the app and firmware. If there’s additional help needed, we can provide paid support.
Question 3: We will release an update in near future for sure with more features and optimizations.
Question 4: Yes, we can provide customization services, or complete custom IoT solution based on your requirements.
Question 5: We have a plan to add TLS/SSL support in future versions.
You can contact via email using the contact form on our profile page at https://codecanyon.net/user/orisontech
Best regards.
Hello, I’ll be sending an email soon. Thanks
demo apk not working
Hello, thanks for your interest in our products.
Please let me know what error you are having with demo app?
Can’t download demo apk..
I just double checked. The download link is valid and able to download.
Please note that download is provided in zip format, you will need to extract the zip file then install apk.
Try again and let me know if it works.
Can you add signin? Does it support multiple devices per user? How to bind device to a user?
Hello, thank you for your interest.
The provided mobile app supports managing multiple devices through changing device ID from settings screen. This allows mobile app connection to one device at a time, while still able to manage multiple devices.
The source code is easy to customize to add feature to have multiple devices connected at the same time for telemetry and control.
If you would like to get help with customizing the app per your requirements, you can write to us from contact from on user profile at https://codecanyon.net/user/orisontechCan it control any module/sensors?
Hi, thank you for interest.
Yes, the firmware and mobile app is developed to be easily extended. Source code is commented throughout.
Any sensors and modules compatible with ESP8266 / ESP32 can be used to add custom functionality.
Mobile app is also easy to extend to add required features.
Do check out the latest online documentation with details about customization app and firmware.
Do not hesitate to reply if you have more questions.
long time update =.=
Major update v2 coming up soon. Stay tuned 
yeah, we waiting big update your teams 
Hi, V2 update is in review, you will get notification soon 
wow, waiting now 
Update is live now, you can get it from Downloads section
Great support , clean codes and well documented. The support I’ve been getting is above and beyond my expectations. I definitely recommend this product.
Thank you for your review. Glad you liked our product and happy with support.
Good luck with your sales
Thank you
Can you make button and slide…
Hello, thank you for your interest.
Yes, we can customize the mobile app as well as firmware as per your requirements.
You can contact us via email with your inquiry with all details and we’ll be happy to work with you on customizing it.
Can you send me your emai
Hi, email us on info@orison.biz and we’ll get back to you soon.