Тёмный
That Project
That Project
That Project
Подписаться 32 тыс.
Welcome to That Project, a channel dedicated to showcasing exciting projects using microcontrollers, with a particular focus on the ESP32 series. Whether you're a hobbyist or a professional, you'll find plenty of inspiration here as we explore the world of IoT and demonstrate how to use microcontrollers to create a wide range of innovative projects.
Join our community of like-minded makers and innovators and discover the endless possibilities of microcontroller projects. Don't forget to subscribe to stay up-to-date with our latest videos and projects, and be sure to leave a comment if you have any questions or suggestions for future videos. Thanks for watching!
**
This email is for business inquiries only, so you can't get an answer even if you contact this email.
Please comment below on the related project.
Комментарии
@eledikohabib3369
@eledikohabib3369 4 часа назад
Have you tried the TDoA? It allows for UpTo 16 anchors or more to be used
@pouyazarafshan
@pouyazarafshan 6 часов назад
Nice job! For 2D RTLS should be fine even you didn't mention if you consider the effect of LoS or NLoS situation in your calculation and since your body block antenna direct coverage and effect in signal quality. For 3D RTLS i would like to recommand you to work on z-axis percision and accuracy in case of indoor installation. Working on network scaling and payload specific usecase can be good idea too. Good luck.
@MikkMartin
@MikkMartin 7 часов назад
Hey thanks for all the matter videos! Helped a lot. Question about the demo - why the 1000ms latency? ESP32C6 should work over low-latency thread, no?
@circleofowls
@circleofowls 15 часов назад
It'd be really interesting to build this into a low cost SLAM positioning system. Well done!
@huckleberryfinn-cz3gd
@huckleberryfinn-cz3gd 16 часов назад
Why don't you show (or write) what happens, if you stay still? At least for e.g. 5 seconds. Would be crucial to see how much the jitter or drift is when not moving at all.
@dbagnis
@dbagnis 16 часов назад
Very interesting video!!.. Thank you very much for share. I´ll wait for more.
@BazzzB
@BazzzB 18 часов назад
Very nice. This is a building block for room scale positioning. Crucial for smart homes.
@DesuVentix
@DesuVentix 21 час назад
can you update the flutter app i'm stuck with my school project for 2 weeks now i just want to fetch data from ESP8266 and dht11 sensor to mobile app the Arduino code is done but i can't seem to make a working mobile app that just fetch the data live and displays it i've used MIT app inventor and flutter but both of them just crashes when opening watched like 20 youtube videos by now for just the mobile app
@DesuVentix
@DesuVentix 21 час назад
i don't need fancy signin or anything i just need to display the data i've got in my data base to show it's working
@alexsteiner6103
@alexsteiner6103 2 дня назад
Hi I am using an ESP32 CAM, reading value stays at -1.00
@ThatProject
@ThatProject День назад
In these cases, the i2s pin connection is usually incorrect. i2s capture at the same time as image capture is very limited, so please check this as well.
@jaysistar2711
@jaysistar2711 2 дня назад
Thanks!
@crookeddream
@crookeddream 2 дня назад
im extremly stuck on keypad driver in lvgl 9. i cant do it. i need to register a callback so lvgl itself can handle cycling through menus. im on simulator eclipse.
@RandomAhhStuff-gherbd
@RandomAhhStuff-gherbd 3 дня назад
Just to add on to my previous question, does the T-glass allow you to answer calls, messages etc like the original. Either way I’m going to get it but they need to restock so yeah thanks bye
@surinder271
@surinder271 3 дня назад
Hello! Great video. Could you please share the complete code for the FESP32 SERVER PREP & ESP32 CAM PREP section? Thanks a lot!
@ThatProject
@ThatProject 2 дня назад
@@surinder271 Hope you find it in the video description.
@muhammadilhamsyah4482
@muhammadilhamsyah4482 3 дня назад
i have test it for my project to connect in firestore, but i can't use the "patchDocument" for updating the data in firestore. but if i using the "createDocument" it works, but its not updating the data that matches in my IoT projects to firestore. can u help me please
@ThatProject
@ThatProject 2 дня назад
@@muhammadilhamsyah4482 The firebase library used here has been updated with a new library by the same author. It would be nice to try it. github.com/mobizt/FirebaseClient
@RandomAhhStuff-gherbd
@RandomAhhStuff-gherbd 4 дня назад
Can you please give a link on where I can buy this
@ThatProject
@ThatProject 3 дня назад
You can find it here. www.lilygo.cc/products/t-glass
@RandomAhhStuff-gherbd
@RandomAhhStuff-gherbd 3 дня назад
Thank you! Also does it ship internationally because I’m in Australia
@ThatProject
@ThatProject 3 дня назад
@@RandomAhhStuff-gherbd IDK Sorry. Please contact the site directly.
@RandomAhhStuff-gherbd
@RandomAhhStuff-gherbd 3 дня назад
Oh ok thanks anyway
@theodricaethelfrith
@theodricaethelfrith 8 часов назад
@@RandomAhhStuff-gherbd you can't actually see the display when you are wearing it. it needs optical correction before it is usable. be forewarned.
@bennguyen1313
@bennguyen1313 4 дня назад
Any estimate how fast can the GUI keep up with the data? I tried using pyqtgraph, using one thread to parse the serial data, and another thread for the gui updating. However, my accelerometer transmits at 115kbps continuously, and the GUI starts to lag behind and become unbearably slow after just a few seconds! Seems like this is such a common application, that there must be dozens of fast performing solutions for plotting real-time data. For example, standard can-bus operates at 1Mbps, so perhaps if there was a way to use a can-bus visualization tool for serial port data (pcan-explorer, plot-juggler, Tbruno25/can-explorer SavvyCAN )? There are some serial projects ( VizhPort , serial-studio, RealtimePlotter (Processing IDE), x-io's serial-oscilloscope, TelemetryViewer, hyOzd /serialplot ) but not sure how they handle lots of data. BTW, any thoughts on Flutter/Flet and fl_charts?
@1tal1ansubm1ke
@1tal1ansubm1ke 4 дня назад
do you plan on making a long form video on this?
@ThatProject
@ThatProject 3 дня назад
Yes, it is. However, there are many projects currently in progress, so it may take some time.
@Nan-rg9cz
@Nan-rg9cz 4 дня назад
can use this method and coed with Arduino uno r3 ?
@ThatProject
@ThatProject 4 дня назад
It’s made for ESP32 and I believe the library you need to use is different.
@adornnet
@adornnet 5 дней назад
Awesome. Is there a tutorial for this?
@ThatProject
@ThatProject 4 дня назад
I made two videos for this project. Check out my channel. Thanks.
@adornnet
@adornnet 5 дней назад
Useful information. Is it possible to also show us the code that make the whole thing works?
@ThatProject
@ThatProject 4 дня назад
Check this out. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kOYJ-4oZ8Ws.htmlsi=-8eKxuGgMCWxVgXW
@zerozoom1.023
@zerozoom1.023 5 дней назад
gran video nuevo sub
@Yakroo108
@Yakroo108 6 дней назад
👍👍👍👍
@adornnet
@adornnet 6 дней назад
Would it be possible to make a video how to connect this device with Arduino or Esp32 wirelessly?
@ThatProject
@ThatProject 5 дней назад
You can connect via WiFi-based WebSocket or BLE-based.
@cummibear69
@cummibear69 7 дней назад
finally Beautiful thanks u youre doing gods work 🙏
@BrockGunterSmith
@BrockGunterSmith 8 дней назад
Wonderful video. You did a great job of showing all of us how to get started with embedded swift 👍
@dhianprameswari3524
@dhianprameswari3524 8 дней назад
How about flutter and thinkspeak?
@ThatProject
@ThatProject 8 дней назад
I've never tried ThingSpeak, so I'm not sure.
@sithumgimhan7650
@sithumgimhan7650 8 дней назад
Does esp 32 have inbuild usb host shield ?
@ThatProject
@ThatProject 8 дней назад
Native USB is supported starting from ESP32-S2/S3.
@dienau6313
@dienau6313 8 дней назад
can you make a video about how to use it, and can esp32 can be connected to that screen?
@PrathameshJakka
@PrathameshJakka 8 дней назад
Can applications written in embedded swift for esp32 work in Android as a matter device?
@ThatProject
@ThatProject 8 дней назад
Basically, the Android device itself cannot be created as a matter framework, but an app for connecting a matter device can be created.
@jamescarrico1233
@jamescarrico1233 9 дней назад
I'm super excited about embedded swift and being able to create custom Homekit devices Nice work
@the.matexe
@the.matexe 9 дней назад
Hi That Project. Just came across your channel and wanted to say thank you very much for your content. I'll be following the other tutorials closely. Merci Beaucoup!
@YYCC67
@YYCC67 9 дней назад
Awesome
@AmanSinghal-ny3ik
@AmanSinghal-ny3ik 9 дней назад
can i use a esp32- s2 for this as well ?
@ThatProject
@ThatProject 9 дней назад
This project also works on s2.
@AmanSinghal-ny3ik
@AmanSinghal-ny3ik 8 дней назад
@@ThatProject Is the delay better or worse in this case ?
@ThatProject
@ThatProject 8 дней назад
@@AmanSinghal-ny3ik There is no difference in this project.
@MrI8igmac
@MrI8igmac 10 дней назад
Im building my first drone. I want to monitor the battery so i dont over discharge. I have been reading about voltage devider circuit and it makes sense. The board im testing is xiaon esp32s3 sense. I solder 3.7v 850mah lipo to the pads on the back. Do you know if this board has a built in a battery monitor circuit?
@ThatProject
@ThatProject 9 дней назад
I know it has an internal power circuit, but I couldn't find the pin connected to the VBAT. I think it would be a good idea to contact Seeed Studio directly about this.
@kirshiks.p.6130
@kirshiks.p.6130 10 дней назад
Please share your amb82-mini 3D print file and what was the size of magnet
@ThatProject
@ThatProject 10 дней назад
Check this out. github.com/joehou45/Amb82-Mini/tree/main
@kirshiks.p.6130
@kirshiks.p.6130 10 дней назад
@@ThatProject thank you bro
@sudipasaha1225
@sudipasaha1225 11 дней назад
working with freenove esp32s3 Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.getting this error
@ThatProject
@ThatProject 10 дней назад
This is an old project so it's hard to know what the issue is. If you use the version used here instead of the latest version, it may work like the video.
@sudipasaha1225
@sudipasaha1225 10 дней назад
@@ThatProjectplease mention esp , TFT version
@ThatProject
@ThatProject 9 дней назад
@@sudipasaha1225 The ESP version seems to be 2.0.6, and the TFT_eSPI version cannot be confirmed.
@hiepapple
@hiepapple 11 дней назад
I want to combine it with a separate charging board without charging via esp 32, what should I do?
@ThatProject
@ThatProject 10 дней назад
I think you can use a Mini Lipo board. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hteut2R8eQ0.htmlsi=O1spWvYzNZaLLXOz&t=146
@fistouille23
@fistouille23 11 дней назад
hi, i cant acces to the website pangodream ?!
@AnakUneng
@AnakUneng 13 дней назад
hello erik, in this project are you using the free version of aws IoT core?
@ThatProject
@ThatProject 12 дней назад
I don't really remember, but I think I used free credit.
@mohammedhamdy7820
@mohammedhamdy7820 14 дней назад
I want to buy ov5640, where can i find it?
@ThatProject
@ThatProject 14 дней назад
I bought it from WaveShare. www.waveshare.com/ov5640-camera-board-c.htm
@botmatth9816
@botmatth9816 14 дней назад
Why not found my arduino uno r3 ? Not support ?
@ThatProject
@ThatProject 14 дней назад
Would you like to check the serial chip mounted on Arduino Uno R3?
@nikthefix8918
@nikthefix8918 14 дней назад
Very exciting! Could I request that you do a follow up on Slint? Any thoughts since the last video?
@ThatProject
@ThatProject 14 дней назад
Good Point. While preparing for Slint's next project, LVGL 9 was released, so I first prepared a tutorial video for it. I can't promise when, but there will be a next video on this. Thank you for your understanding.
@andreab.7870
@andreab.7870 15 дней назад
is possible to only streaming and hear audio from a browser ?
@ThatProject
@ThatProject 14 дней назад
Seems like the project you're looking for is this. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qq2FRv0lCPw.htmlsi=euTM9Tm0u_sdX78P
@biscuypereira
@biscuypereira 15 дней назад
How to install it? This is amazing
@ThatProject
@ThatProject 14 дней назад
Thx. Unfortunately, you need to download the source code, build it, and flash it yourself, but this is very annoying. In the next version, I plan to allow direct installation through the website.
@biscuypereira
@biscuypereira 14 дней назад
​@@ThatProjecti Will be wating, i tried via source code but give me several errors só o give up
@ThatProject
@ThatProject 14 дней назад
@@biscuypereira If you match the library version used in this project, you will have no difficulty building it. But I don't recommend it. lol
@RG-jc1uq
@RG-jc1uq 15 дней назад
I build and compiled and upload your project from your github exactly and my esp32 is esp32s3 devkit c1 N18R8 and i see this massage in terminal: Guru meditation error:Core 0 paniced:Exception was unhandled. I dont know whats the matter and problem?
@ThatProject
@ThatProject 14 дней назад
I need more detailed information about the error.
@fasfuruos5199
@fasfuruos5199 15 дней назад
i can't see the result data. when i type message and send it, it show light in the chip but i cannot see any data below 'Result Data'. i did add my chip vendor and product id like this: <resources> <usb-device vendor-id="0403" product-id="6001" /> <usb-device vendor-id="2341" product-id="0042" /> </resources>
@pepedecoatza
@pepedecoatza 16 дней назад
Is the usb host functionality already implemented on Arduino ide? Its always hard to find the new updates on documentation
@ThatProject
@ThatProject 16 дней назад
It is implemented in the Arduino library, not the Arduino IDE.
@pepedecoatza
@pepedecoatza 15 дней назад
@@ThatProject thx
@Steve-xb7dn
@Steve-xb7dn 16 дней назад
Can this support multiple clients connecting at once and sending multiple streams?
@ThatProject
@ThatProject 16 дней назад
This currently only supports 1:1 connections. It seems that a separate server must be implemented for N:N connectivity.
@Steve-xb7dn
@Steve-xb7dn 16 дней назад
Does this server allow for multiple microphone connections to stream to the main server
@ThatProject
@ThatProject 16 дней назад
This server only supports single input and multiple clients.
@varunraghuwanshi3177
@varunraghuwanshi3177 17 дней назад
I am unable to download the app as it's not available in india