Key Considerations When Working with Raspberry Pi 4B

Key Considerations When Working with Raspberry Pi 4B

Many people encounter the Raspberry Pi development board for the first time, typically the 4B model. Although this development board may not be as powerful as others, it excels in versatility and has an appropriate level of development difficulty. This article will discuss the key considerations for electronic engineers working with the Raspberry Pi development … Read more

Best ARM Development Boards for Beginners

Best ARM Development Boards for Beginners

Many electronics novices are often required to choose a development board for practical design while learning ARM, which is an important step in learning embedded systems development. However, there are various ARM development boards on the market. How can one choose the right development board based on their learning direction? 1. Raspberry Pi The Raspberry … Read more

History of Development Boards and Their Differences from SBCs

History of Development Boards and Their Differences from SBCs

In recent years, the term “development board” has nearly disappeared, overshadowed by countless other hardware board terms used to describe development purposes, such as “demonstration board,” “evaluation kit,” and “reference design.” In this article, we will explain the meaning of the term “development board” (Figure 1) and show how they differ from closely related single-board … Read more

Detailed Usage Notes for Raspberry Pi JTAG

Detailed Usage Notes for Raspberry Pi JTAG

Detailed Usage Notes for Raspberry Pi JTAG 1. Introduction 2. Environment Setup 2.1 Hardware Connection 2.2 Software Preparation 3. Conclusion 1. Introduction Sometimes, when debugging code, hardware debugging tools are often used, and JTAG is a very good debugging tool. Below is a detailed introduction on how to use JTAG for debugging on the Raspberry … Read more

Raspberry Pi OLED Screen Driver and Display Issues

Raspberry Pi OLED Screen Driver and Display Issues

Submitted by Curious Bin, thank you~ Recently, while learning about the Raspberry Pi, I encountered a problem when driving the OLED screen, which was display issues. After two days of troubleshooting, I discovered that the driver chip for this OLED is not SSD1306 but SH1106. Therefore, using the Adafruit_Python_SSD1306 library results in display issues. There … Read more

Kali Linux 2024.4: Surprises and Breakthroughs

Kali Linux 2024.4: Surprises and Breakthroughs

Source: Linux Fan Link: https://www.linuxmi.com/kali-linux-2024-4.html Kali Linux 2024.4 is a Debian-based distribution designed for advanced penetration testing and security auditing, marking the fourth major update this year. The new version not only enhances functionality but also introduces many convenient and innovative improvements. Highlight Updates: Python 3.12 Becomes Default Interpreter One of the biggest changes in … Read more

Practical Raspberry Pi Linux Compilation Guide

Practical Raspberry Pi Linux Compilation Guide

Generally, the Linux protocol for module docking is the USB protocol. The module can be used directly after being plugged into the Linux device via USB, and the system will detect the device’s identifier: PID VID. However, in practical applications, some newcomers often ask: Linux is really not user-friendly for beginners, is there a good … Read more

JavaScript’s Role in the Internet of Things in 2015

JavaScript's Role in the Internet of Things in 2015

Translated from: http://www.sitepoint.com/javascript-beyond-the-web-in-2015/ Author: Patrick CatanzaritiReprinted from: CSDN http://www.csdn.net/article/2015-12-29/2826575-javascript-beyond-the-web-in-2015 Translator: Jingzhuang 2015 was undoubtedly a significant year for the Internet of Things (IoT). We saw substantial progress in the size and capabilities of many IoT devices. Major companies like Microsoft and Samsung have officially entered this field, and the IoT community has generally grown stronger … Read more

DIY Guide: Build Your Own Wireless Penetration Testing Box

DIY Guide: Build Your Own Wireless Penetration Testing Box

The tools and techniques introduced in this article have a certain level of aggressiveness. Please use them responsibly and legally. Do you want to have your own mobile wireless penetration testing box? If you are interested, the devices introduced below will be very helpful. This box is called the “MiTM (Man-in-the-Middle) WiFi Box”. Using this … Read more

8 Steps to Get Started with Open Source Hardware

8 Steps to Get Started with Open Source Hardware

Making your own hardware is easier and cheaper than ever. Here’s what you need to design, build, and test your first board. — John ‘warthog9’ Hawley Article Navigation –How do I get started?28% –Modeling34% –Design40% Making your own hardware is easier and cheaper than ever. Here’s what you need to design, build, and test your … Read more