|

分类:Jetson Nano Category: Jetson Nano

14 篇文章

3D Printing 3D Printing 4 AI Dev Tools AI Dev Tools 1 AI Development AI Development 1 AI开发工具 AI Dev Tools 3 Arduino Arduino 2 Artificial Intelligence Artificial Intelligence 1 Development Environment Development Environment 7 Drone Technology Drone Technology 1 Electronics Electronics 8 Embedded Development Embedded Development 12 ESP32 ESP32 10 IoT IoT 33 Jetson Nano Jetson Nano 14 Microcontroller Microcontroller 2 OpenCV OpenCV 5 Single Board Computer Single Board Computer 3 Smart Home Smart Home 1 人工智能 Artificial Intelligence 5 单板计算机 Single Board Computer 5 单片机 MCU 2 射频与通信 射频与通信 1 嵌入式开发 Embedded Development 39 开发环境 Development Environment 9 无人机技术 Drone Technology 1 智能家居 Smart Home 2 电子电路 Electronics & Circuits 9 硬件与设计 Hardware & Design 4
Installing Docker on Raspberry Pi/Jetson Nano in 2026

Installing Docker on Raspberry Pi/Jetson Nano in 2026

Docker is a popular platform for developing, shipping, and running applications. It helps you separate your applications from infrastructure so you can deliver software quickly. You don't need to worry about application compatibility with the operating system or missing library files, making it perfect for use on single-board computers. This article covers the universal Docker installation method, tested successfully on both Raspberry Pi and Jetson Nano.

Installing Jupyter Lab on Jetson Nano

Installing Jupyter Lab on Jetson Nano

Jetpack 4.3 was recently released with many new features and system optimizations. Eager to try it out, I flashed the SD card and discovered that unlike the Jetbot image, Jupyter Lab wasn't pre-installed. How could such a great Python web editor be missing? So began my day of tinkering. > > This article is based on research, translation, and hands-on practice with troubleshooting. > If there are any omissions or errors, please correct them. Now sharing the Jupyter installation...

Jetson Nano 安装 Jupyter Lab

Jetson Nano 安装 Jupyter Lab

最近发布了Jetpack 4.3 ,添加了不少新功能和优化了系统。创客出手小编,迫不及待地刷了SD卡,进入系统后发现没有像Jetbot的image那样预安装jupyter lab,这么好用的Python网页编辑器怎么能没有呢?于是,就开启了折腾的一天。 > > 本文经过资料搜集,翻译等再加上自己踩坑填坑,实践的理解, > 如果有遗漏错误的地方请指正。 创客出手,现在就分享安装Jupyter...

Jetson Nano - Face Recognition Door Camera (face_recognition)

Jetson Nano - Face Recognition Door Camera (face_recognition)

Learn how to build a face recognition monitoring system for your doorstep with a 1000 yuan budget: All you need is a Jetson Nano with a simple camera to identify and record visitors to your door. Through the face_recognition module, you can monitor in real-time whether visitors have been there before, and record exactly when and how many times they visited. Even if they wear different clothes each time, the system can still recognize them. NVIDIA's Jetson...

Jetson Nano - 人脸识别:家门监控(face_recognition)

Jetson Nano - 人脸识别:家门监控(face_recognition)

教你用1000元预算打造家门口的人脸识别监控系统: 我们只需Jetson Nano配上一个简单的摄像头就能实现识别和记录来访你家门口的人员。 通过人脸识别模块face_recognition,能够实时监控到来访人员是否曾经来过,并且记录具体什么时候和多少次来访。即使他们每次来访是穿不同的衣服,系统也是能够识别出来的。 英伟达的Jetson...