Skip to content
View CN-MrX's full-sized avatar

Block or report CN-MrX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. SmartHouse SmartHouse Public

    树莓派通过串口连接各个模块硬件,检测语音识别结果,并分析语音识别结果来控制家电;树莓派摄像头捕捉人脸后,通过HTTPS访问祥云平台人脸识别方案,对比照片进行人脸识别,实现开门;Wemos D1通过串口连接树莓派,用于进一步进行功能拓展;433M模块与红外编解码模块相连,通过读取树莓派的串口数据来控制家电。

    C 4

  2. Linux-based-file-management-system Linux-based-file-management-system Public

    应用Linux系统进行网络编程,实现了Linux文件服务器和Linux客户端的开发。 当涉及到一个新的客户端(在ARM板上运行的客户端)时,主函数创建一个子进程,客户端接入后来实现对服务器上文件基本信息的读取;同时,用户也可以从服务器下载文件或上传文件至服务器。 该设计可以支持和管理多个客户端同时访问,而不受某个客户端退出的影响。

    C 1

  3. github-slideshow github-slideshow Public

    A robot powered training repository 🤖

    HTML

  4. Gluttonous-Snake Gluttonous-Snake Public

    使用C语言的链表实现对蛇体的添加、删除、修改和查询。当蛇吃了食物后,它的长度会增加一个单位。当它到达地图的边界或它自己的时候,蛇会死亡,并在原来的地方再生出一条原来大小的小蛇。调用Linux的NCURSES库来实现游戏界面的显示和访问键盘输入上下键来控制移动。

    C

  5. Setting-up-3D-Printer-including-Raspberry-Pi-Bridge Setting-up-3D-Printer-including-Raspberry-Pi-Bridge Public

    The project creates a 3D printer system for smart factories using Raspberry Pi and MQTT, enabling real-time monitoring and control. It evaluates current solutions, noting issues like slow file tran…

    G-code

  6. Arduino-based-Intelligent-Drop-Robot Arduino-based-Intelligent-Drop-Robot Public

    Team leader of a four-person team, developed a robot capable of tracking, placing objects, and responding to voice commands. The camera captures the object's position, joint angles are calculated u…

    Python