Search found 8 matches
- Tue Aug 23, 2022 5:56 am
- Forum: Showcase
- Topic: Running OpenCV on ESP32 as a standalone
- Replies: 4
- Views: 12955
Re: Running OpenCV on ESP32 as a standalone
Glad to hear that. That's gonna be awesome. I hope it supports all components of OpenCV.
- Mon Aug 22, 2022 5:38 pm
- Forum: Showcase
- Topic: Running OpenCV on ESP32 as a standalone
- Replies: 4
- Views: 12955
Running OpenCV on ESP32 as a standalone
https://github.com/0015/ESP32-OpenCV-Projects/blob/main/esp32/examples/color_code/demo/demo.gif?raw=true Introduction This project is based on joachimBurket/esp32-opencv(https://github.com/joachimBurket/esp32-opencv) Based on what he worked on, I try to not only upgrade all components but also make...
- Sat Dec 07, 2019 6:32 am
- Forum: Showcase
- Topic: In wireless directly, connecting ESP32CAM to ESP32 (feat. TFT LCD)
- Replies: 0
- Views: 9261
In wireless directly, connecting ESP32CAM to ESP32 (feat. TFT LCD)
ESP32CAM connects to ESP32 through Wifi directly. Also, ESP32 is connecting with the TFT LCD SPI interface. The advantage of this is that you can use it anywhere without any other devices.
https://www.youtube.com/watch?v=TfuEI1-YrsA
- Sun Oct 20, 2019 5:56 am
- Forum: Showcase
- Topic: A simple Air Monitor App (Serverless REST API with Firestore)
- Replies: 0
- Views: 12310
A simple Air Monitor App (Serverless REST API with Firestore)
This video shows you how to make a simple air monitor Flutter app with ESP32 and Firestore. This app with dust sensor using Firebase Cloud Functions, Firebase Hosting, Cloud Firestore (database) to show real-time data and graphs as well.
https://youtu.be/Z8ju93IYZ1A
https://youtu.be/Z8ju93IYZ1A
- Sun Sep 01, 2019 6:42 am
- Forum: Hardware
- Topic: Connecting phone to ESP32 with serial link
- Replies: 7
- Views: 15020
Re: Connecting phone to ESP32 with serial link
I recently worked to establish a serial connection between ESP32 and Android App.
Check out this video https://youtu.be/zk0xY88l6Rc
Regards,
Check out this video https://youtu.be/zk0xY88l6Rc
Regards,
- Tue Aug 27, 2019 1:27 am
- Forum: ESP-IDF
- Topic: WIFI/BLE Simultaneously
- Replies: 67
- Views: 184578
Re: WIFI/BLE Simultaneously
https://youtu.be/-N52wL8xQzM
It's not a way to use both of them at the same time but it's updating wifi credential via BLE.
It's not a way to use both of them at the same time but it's updating wifi credential via BLE.
- Mon Aug 05, 2019 5:10 am
- Forum: Sample Code
- Topic: ESP Firebase Realtime DB with iOS, Android (Flutter)
- Replies: 1
- Views: 11988
ESP Firebase Realtime DB with iOS, Android (Flutter)
Flutter is Google's mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter application with ESP32 to get the sensor data through Firebase realtime DB. You can check the app example w/ Arduino, Flutter App here https://github.com/0015/IdeasNProjects/tree...
- Sun Aug 04, 2019 4:41 am
- Forum: Showcase
- Topic: ESP32 with FLUTTER
- Replies: 1
- Views: 14747
ESP32 with FLUTTER
Recently Flutter is one of my favorite hobbies. So I've tried to make Flutter application to connect with ESP32 through BLE or something else. So far, I made a few videos for this. https://www.youtube.com/watch?v=13voX5Y9fTc&list=PLnq7JUnBumAyhSBBp95MsQ5-chBAYheZw&index=5 If you have any ideas with ...