Amazing Micro:bit Projects and Resources

Amazing Micro:bit Projects and Resources

Click here to view the original link. Awesome Micro:bit A curated list of resources for the BBC micro:bit, a tiny programmable computer designed to make learning and teaching easy and fun! This embedded board has a Bluetooth capable microcontroller, USB interface, accelerometer, magnetometer, light and temperature sensors, 5×5 LED matrix, buttons, and accessible GPIO. Inspired … Read more

Object Detection with a Raspberry Pi

Object Detection with a Raspberry Pi

Click belowCard, and follow the WeChat public account “Beginner Learning Python” Object detection is a powerful tool used in various applications, from security systems to robotics. With OpenCV and Raspberry Pi, you can implement object detection on a compact and cost-effective platform. In this article, we will guide you through setting up an object detection … Read more

Build a Spider Robot with Raspberry Pi and 3D Printing

Build a Spider Robot with Raspberry Pi and 3D Printing

This four-legged spider robot uses a Raspberry Pi as its “brain,” with its body and limbs made from 3D printing. No custom circuit boards are required, making it easy for beginners to assemble. Moreover, the tutorial includes a nearly one-hour assembly video, which is a great hands-on project for those interested in Raspberry Pi and … Read more

DIY Wearable Video Recorder Using Raspberry Pi

DIY Wearable Video Recorder Using Raspberry Pi

MAKER:Johan Link/Translated by: Qu Wujin Everyone might still remember last year’s project “OpenEyeTap: Open Source AR Smart Glasses Based on Raspberry Pi”, which is also based on Raspberry Pi, 3D printing, and camera modules. The following introduction is about a similar function, but with a significantly lower DIY threshold – a soulful creation version. This … Read more

Home Surveillance System Using Raspberry Pi

Home Surveillance System Using Raspberry Pi

There are many products on the market for home surveillance, which work well, but they lack the satisfaction of DIY. Furthermore, we are constantly dealing with code, so it’s good to get a little closer to hardware. Just to clarify, our home surveillance will monitor photos every minute, not real-time video, as the Raspberry Pi … Read more

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

picture tloen/alpaca-lorahttps://github.com/tloen/alpaca-lora Stars: 18.2k License: Apache-2.0 Alpaca-lora is a project for fine-tuning the LLaMA model on consumer-grade hardware. The main features, key characteristics, and core advantages of this project include: Provides an Instruct model that can run on Raspberry Pi, with quality similar to text-davinci-003, and the code is easy to extend to 13b, 30b, … Read more

Playing Deep Learning on Raspberry Pi with TensorFlow

Playing Deep Learning on Raspberry Pi with TensorFlow

Reprint please specify the source: http://www.codelast.com/ Software and hardware environment of this article: Raspberry Pi: Model B V1.2, 1GB RAM OS: Raspbian Jessie Deep Learning is very popular now, and Raspberry Pi enthusiasts certainly won’t miss out. There are already many Raspberry Pi projects that have jumped on the Deep Learning bandwagon. Purely for fun, … Read more

27 Programming Languages to Enhance Your Python Skills

27 Programming Languages to Enhance Your Python Skills

Translation: Open Source China www.oschina.net/translate/languages-to-improve-your-python Original: http://www.curiousefficiency.org/posts/2015/10/languages-to-improve-your-python.html 27 Languages Procedural Programming Languages: C, Rust, Cython Object-Oriented Data Modeling Languages: Java, C#, Eiffel Object-Oriented Derivatives of C: C++, D Array-Oriented Data Processing: MATLAB/Octave, Julia Statistical Data Analysis: R Computational Pipeline Modeling: Haskell, Scala, Clojure, F# Event-Driven Programming: JavaScript, Go, Erlang, Elixir Gradual Typing: TypeScript Dynamic Metaprogramming: … Read more

Introduction to Hardware Control with Python: Using RPi.GPIO

Introduction to Hardware Control with Python: Using RPi.GPIO

This is a tutorial article on Python hardware programming, using <span>RPi.GPIO</span> library to control Raspberry Pi GPIO ports for hardware operations. Python Hardware Programming: Controlling Raspberry Pi Hardware with RPi.GPIO Python is a powerful programming language that can be used not only for data analysis and web development but also for hardware control. With the … Read more

Beginner’s Guide to Raspberry Pi GPIO: Control an LED

Beginner's Guide to Raspberry Pi GPIO: Control an LED

Light Up an LED Overview The purpose of this tutorial is to light up an LED using a program, which will automatically turn off after 3 seconds. In all programming languages, the first program is called hello world, and today’s LED lighting tutorial is essentially the hello world of hardware programming, making it a very … Read more