ESP32 I Set Static IP Address
1:16
Пікірлер
@UeliKomax
@UeliKomax 17 күн бұрын
Nice Video, clean and simple. Well done. Would be interesting to see, how you got flowise and ChromaDB set up. Would for sure be a video with a lot of potential views. Keep up the great work, best regards
@HY_main
@HY_main 16 күн бұрын
Thanks. Both Flowise and ChromaDB are started through docker run. Maybe I will take the time to record and share videos on how to set up Flowise and ChromaDB through docker. The following URLs explain how to set up Flowise and ChromaDB by docker. Maybe you can try these first. github.com/FlowiseAI/Flowise docs.flowiseai.com/integrations/langchain/vector-stores/chroma
@heiko287
@heiko287 20 күн бұрын
what os are u using? pytorch is not working in my raspi4b. Also how did u pass the .pt file to raspi? whenever i pass the .pt file from desktop to raspi using google drive, its file type is changing
@HY_main
@HY_main 20 күн бұрын
I use Ubuntu 22.04 desktop OS on RPi 4B and transfer files by put/get commands by sftp. Maybe you can try it.
@maden199
@maden199 Ай бұрын
Hola!!! como estás? en relación a esta herramienta, puedo hacerte una pregunta?
@HY_main
@HY_main Ай бұрын
Of course, if I know the solution, I will try my best to answer you.
@weiwei9181
@weiwei9181 2 ай бұрын
影片教學是一個儲存格 可以設定搜尋清單,請問要整欄位要怎麼設定做到呢?謝謝
@HY_main
@HY_main 2 ай бұрын
該搜尋清單是利用資料驗證來設定下拉選項,若需求為整欄設定為搜尋清單,可考慮合併儲存格後,再利用資料驗證設定下拉選項。因尚不了解您的使用情境,上述假設答案供參考。
@weiwei9181
@weiwei9181 Ай бұрын
感謝回覆,但還是不太懂 影片為例是針對本周菜單的B2儲存格做設定,但我想要B3,B4,B5.....整個B欄位的每一格儲存格都可以套用此功能。麻煩解惑,謝謝你
@HY_main
@HY_main Ай бұрын
影片的0:30~0:40片段是利用資料驗證設定B2儲存格,並用INDIRECT函數定義下拉選項資料範圍,即可使B2儲存格具備該功能。 若要在B3儲存格設定下拉選項,只要先行點選B3儲存格,並重複上述步驟設定即可。
@iotprojecthindi
@iotprojecthindi 3 ай бұрын
I want to a make a home automation for my home. So that I am decide to control all the bulbs and fans through the home assistant or phone. I am not connect all relays and senaor through the wifi network because my home is big. Wifi range is to small for my home automation. So that I am decide to implement modbus for connect all relays and sensor. I thing Modbus is more reliable and easy to implement because the wired connection. I want to connect 10 node. Each nodes contains or hold the few relays and some sensor such as temp and humidity CT sensors mmwave sensor motion sensor. And each nodes connect through each other. And last node is finally connected to think client or Ressbery pi which is operated home assistant os. Please solve my problem and give the feedback
@HY_main
@HY_main 3 ай бұрын
According to your requirements, here are some of suggestions: 1. If modbus RTU is confirmed to be used, it is recommended to use RS485 communication protocol, because RS485 is a good choice due to its long-distance capability and noise immunity. 2. For nodes, it is recommended to consider using Esp32/Arduino/STM or other development boards to connect relay and sensor, and define it as modbus slave. 3. As the network architecture you mentioned, you can use Raspberry Pi with home assistant os as the modbus master to control each node. Through the modbus network and address settings, the behavior which reads data from sensor and writes data to control relay based on modbus command could be achieved. 4. If you need to hold the data, you also need to build a database in Raspberry Pi, such as Influxdb and MySQL. Finally, a similar video is provided for reference. The structure is completed through modbus rtu network and address(IDNO) setting. kzbin.info/www/bejne/fKDTh3R_g6iXfac
@thumperhunts6250
@thumperhunts6250 3 ай бұрын
So the aim here is to build a knowledge set and then be able to search and reference it or talk with it?
@HY_main
@HY_main 3 ай бұрын
You got it. This technology is called RAG and can be used as a personalized knowledge base.
@remediandojuntos
@remediandojuntos 5 ай бұрын
hola una pregunta con una raspberry se puede crear una especie de alarma o aviso por mensaje de WhatsApp o de Telegram para cuando se cae el servicio de internet y ese aviso llegue a los números que uno le agregue espero me digas si eso se puede hacer gracias e antemano
@HY_main
@HY_main 5 ай бұрын
This requirement can be achieved by using an external network monitoring service to monitor the IP of the Raspberry Pi. Common network monitoring services include UptimeRobot and StatusCake, but I haven't actually used any of them. Just for reference.
@remediandojuntos
@remediandojuntos 5 ай бұрын
@@HY_main Thank you for responding and maybe you could make a video about what I told you. I think it would also be good for your channel and for those of us who are looking for projects to do on raspberry pi.
@remediandojuntos
@remediandojuntos 5 ай бұрын
@@HY_main and greetings from Venezuela
@HY_main
@HY_main 5 ай бұрын
@@remediandojuntos Thanks for your suggestion.
@HY_main
@HY_main 4 ай бұрын
@@remediandojuntos Uptime-Kuma is an monitoring opensource suitable for installation on raspberry pi to monitor various network services, such as mqtt, ping and https. The demo video for your reference. kzbin.info/www/bejne/npaklYKmd8tobNk
@laisamuel8621
@laisamuel8621 7 ай бұрын
GOOD EXAMPLE FOR ME
@HY_main
@HY_main 7 ай бұрын
Welcome~
@siaojyuan
@siaojyuan 5 жыл бұрын
請問有教學嗎? 沒有看到部落格網址,謝謝
@HY_main
@HY_main 5 жыл бұрын
Siao ,請參考下列部落格文章,謝謝。 hy-chou.blogspot.com/2019/01/excel-vba-dynamic-chart-for-data-visualization.html