Porting Arduino IDE on Fedora 21

Porting Arduino IDE on Fedora 21

Without further ado, let’s get to the point. Last year, I made a small news about getting the latest version of Arduino IDE running on Loongson Fedora 21, but later I found that the serial monitor and serial plotter were completely unusable, which made it very inconvenient to debug Arduino boards on Loongson computers. A … Read more

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Hello everyone, I am Machine Panda. In order to do a good job, one must first sharpen their tools. Therefore, choosing a suitable development environment is crucial. Since this series mainly uses the ESP32 microcontroller, there are generally three mainstream development methods: Arduino, a convenient and flexible open-source electronic prototyping platform, supports ESP32, ESP8266, etc., … Read more

Understanding ARM Embedded System Hardware: A Comprehensive Guide

Understanding ARM Embedded System Hardware: A Comprehensive Guide

Limited Time Download:Reply “Tutorial” to get the microcontroller eBook, reply“Simulation“ to get Proteus simulation materials, Baidu disk group share link update time: 2018-05-15,if invalid, please leave a message at the end of the article, do not leave a message in the background,you can also search for more resources you want in the background menu “Resource … Read more

Beautiful Arduino Development Boards You Must See

Beautiful Arduino Development Boards You Must See

Summary:Recently, I found several development boards based on the shape of Arduino UNO, let’s appreciate them together. 1. Adafruit METRO M7 The main control chip is NXP’s IMXRT1011, with an ARM Cortex-M7 core. IMXRT1011 is a microcontroller unit (MCU) developed by NXP Semiconductors. It belongs to the i.MX RT series of MCUs based on the … Read more

Running Arduino Libraries on RT-Thread: A Comprehensive Guide

Running Arduino Libraries on RT-Thread: A Comprehensive Guide

1 Introduction RTduino is an Arduino ecosystem compatibility layer for RT-Thread, initiated by the core developers of the RT-Thread community. Its aim is to make the RT-Thread community’s software package ecosystem richer and lower the learning threshold for the RT-Thread operating system and the chips compatible with it. Users can easily use RT-Thread and specific … Read more

Arduino Uno R4: The Next Generation of Open-Source Hardware

Arduino Uno R4: The Next Generation of Open-Source Hardware

Produced by | OSC Open Source Community (ID: oschina2013) As one of the most popular open-source hardware on the market, the Arduino Uno R3 was launched back in 2010. After more than a decade, this hardware’s performance has become somewhat outdated. While everyone eagerly awaited, Arduino recently officially released the upgraded version of the Arduino … Read more

Fatigue Driving AI Alert System

Fatigue Driving AI Alert System

Click Mushroom Cloud Creation to follow us Fatigue Driving AI Alert System While cars bring us convenience, they also pose hidden dangers. The number of cars in our country has reached 300 million. With such a large number of vehicles, traffic accidents frequently occur. It is reported that the number of deaths each year due … Read more

Design of a Microscopic Observation Platform Based on Arduino

Design of a Microscopic Observation Platform Based on Arduino

Abstract In order to simulate the moisture absorption performance of clothing fiber in textiles, an experimental platform that can manipulate and observe mesoscopic liquid was designed. This experimental platform can compile an executable program and upload it to Arduino development board to control the pulse signal of stepper motor, and then make the stepper motor … Read more

Driving Nokia 5110 Display with Arduino

Driving Nokia 5110 Display with Arduino

In this article, we will learn how to use Arduino to drive the Nokia 5110 display. Previously, I learned how to drive the Nokia 5110 display with Raspberry Pi to show system information. 1. Hardware Connection #define PIN_SCE 7#define PIN_RESET 6#define PIN_DC 5#define PIN_SDIN 4#define PIN_SCLK 3VCC 3.3VGng GroundBL 5V No additional resistors or capacitors … Read more

×