当前位置:网站首页>".NET IoT from scratch" series
".NET IoT from scratch" series
2022-08-05 01:52:00 【dotNET cross-platform】
When I was working on a hardware gateway recently, the remaining memories of digital power, analog power and communication principles often lingered in my mind;
I remember reading Zhang Xing's blog many years ago and learned .netcore+Raspberry Pi to conduct Internet of ThingsDevelopment.
Using dragonboard to carry windows 10 iot system, with photoelectric sensor and rfid to realize a project prototype.


I happened to visit github and found Microsoft's iot beginner course, which is done by c++ and python, and there is no Chinese translation.
I looked at the Raspberry Pi used to compile the image and found that there were some electronic components bought N years ago in the cabinet.(added)

Yes I'm doing a new series: ".NET IoT from scratch".
No routines provide wiring diagrams, documentation, procedures.
If you're interested, you can watch me do it or follow me (prepare the hardware yourself).
The new series is expected to contain 16 sections in 5 chapters.
Involves Raspberry Pi, sensors, actuators, displays, cameras, microphones, speakers, etc.hardware.
Select the appropriate scenario design experiment in Agriculture, Manufacturing, Retail, and Consumer.
Where image recognition uses ML.NET, and voice uses services from Azure.
Syllabus is as follows:
Chapter 1 - Getting Started
1.1 Introduction to the Internet of Things
1.2 Sensors and Actuators
Chapter 2 - Agriculture
2.1 Temperature and Humidity Detection
2.2 Automatic Watering
2.3 Controlling LED brightness by light intensity
Chapter 3 - Manufacturing
3.1 Training Banana Quality Detector
3.2 Taking photos with Raspberry Pi
3.3 Using Raspberry Pi to Test Banana Quality
3.4 Trigger detection using distance sensor
Chapter Four - Retail
4.1 Object Detection in Photos
4.2 Inventory Identification
Chapter 5 - Consumption Area
5.1 Get Voice
5.2 Recognizing speech
5.3 Understanding Languages
5.4 Provide Voice Feedback
5.5 Multilingual
Related Links
[1] IoT4Beginners: https://github.com/microsoft/IoT-For-Beginners
[2] .NetIoT: https://github.com/dotnet/iot
[3] ML.NET: https://dotnet.microsoft.com/en-us/apps/machinelearning-ai/ml-dotnetem>
[4] Zhang Xing: https://blog.csdn.net/z5859095?type=blog
Finally, the one with the most likes will get an idle Raspberry Pi 3B set.
边栏推荐
猜你喜欢
随机推荐
1349. Maximum number of students taking the exam Status Compression
第09章 性能分析工具的使用【2.索引及调优篇】【MySQL高级】
2022 EdgeX中国挑战赛8月3日即将盛大开幕
蓝牙Mesh系统开发四 ble mesh网关节点管理
Exploding the circle of friends, Alibaba produced billion-level concurrent design quick notes are too fragrant
安装oracle11的时候为什么会报这个问题
How DHCP works
.Net C# 控制台 使用 Win32 API 创建一个窗口
Jin Jiu Yin Shi Interview and Job-hopping Season; Are You Ready?
第十四天&postman
从一次数据库误操作开始了解MySQL日志【bin log、redo log、undo log】
Getting Started with Kubernetes Networking
Log an error encountered when compiling google gn "I could not find a ".gn" file ..."
tcp中的三次握手与四次挥手
The use of pytorch: temperature prediction using neural networks
Transfer Learning - Distant Domain Transfer Learning
Chapter 09 Use of Performance Analysis Tools [2. Index and Tuning] [MySQL Advanced]
如何基于OpenVINO POT工具简单实现对模型的量化压缩
CMS website construction process
树形查找(二叉查找树)









