-
The 36th of the Raspberry Pi meetup, the topic is “tinyML”.
The 36th of the Raspberry Pi meetup, the topic is “tinyML”. Speaker 1: sosorryTopic: Raspberry Pi Pico W + tinyML Speaker 2: Jack HsuTopic: Computer Vision with TinyML howto Lightning Talk:sosorryTopic:Introduction to Raspberry Pi Debug Probe for RP2040 Additional Information: https://raspberrypi-tw-bdfa45.kktix.cc/events/meetup36
-
Potentiometers: An Introduction and How to Use Them
Potentiometers, also known as pots, are variable resistors that allow users to adjust the amount of resistance in a circuit. They are commonly used in electronic devices such as audio equipment, lighting systems, and motor controllers. In this article, we will introduce the basics of potentiometers and provide a step-by-step guide on how to use them in your circuits. What is a Potentiometer? A potentiometer is a three-terminal device that consists of a resistive element, a sliding contact (wiper), and two end terminals. The resistive element can be made of materials such as carbon, wire wound, or conductive plastic, and its resistance is proportional to its length. The sliding contact…
-
Pulse-Width Modulation: The Art of Tickling Your Electronics
Have you ever wondered how your electric toothbrush or the motor in your drone works? Chances are, they use a technique called Pulse Width Modulation (PWM). PWM is a clever way of controlling the amount of power delivered to a load by rapidly switching it on and off. This technique has a wide range of applications, from simple LED dimming to more complex motor control. In this article, we’ll dive deep into the world of PWM and explore its inner workings, applications, and how you can implement it in your own projects. So, fasten your seatbelts, and let’s get started! Image Source:https://www.digikey.tw/ In this article, we will explore pulse width…
-
How to install WordPress on your Raspberry Pi
Before installing WordPress on Raspberry Pi, you may want to know about its advantages and disadvantages. You can refer to the following post. This guide will teach you how to quickly make an Ubuntu Operation System SD card, boot it on Raspberry Pi 4, and set up the WordPress server. Preparation Optionally: Prepare the SD Card Download Raspberry Imager from the raspberry pi official website. Windows:https://downloads.raspberrypi.org/imager/imager_latest.exeMacOS:https://downloads.raspberrypi.org/imager/imager_latest.dmg Ubuntu:https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb I use MacOS to demonstrate. Setting Your Linux Account Password: An Important Step. Once it’s set, you can grill it Connect to Raspberry Pi 4 After the Raspberry Pi has been booted, you can connect to it using Secure Shell (SSH). If you…
-
Advantages and Disadvantages of Installing WordPress on Your Raspberry Pi
Let’s analyze the pros and cons of installing WordPress on Raspberry Pi and when it’s a suitable option. Advantages: Disadvantages: If you have decided to get started, you can refer to this article.
-
How to install iDempiere ERP on your Raspberry Pi
This guide will teach you how to quickly make an Ubuntu Operation System SD card, boot it on Raspberry Pi 4, and set up the iDempiere server. Preparation Optionally: Prepare the SD Card Download Raspberry Imager from the raspberry pi official website. Windows:https://downloads.raspberrypi.org/imager/imager_latest.exeMacOS:https://downloads.raspberrypi.org/imager/imager_latest.dmg Ubuntu:https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb I use MacOS to demonstrate. The following action is very important, to set your Linux account password Once it’s set, you can grill it Connect to Raspberry Pi 4 After the Raspberry Pi has been booted, you can connect to it using Secure Shell (SSH). If you don’t know the IP address of your Raspberry Pi, you can use a network scanner tool like “Angry IP…
-
Difference between Arduino and Raspberry Pi
Raspberry Pi and Arduino are both popular platforms for building electronics projects, but they have different strengths and applications. Raspberry Pi is a small single-board computer that can run a full operating system like Linux. It has more processing power and memory than Arduino and can be used for a wide range of applications, including multimedia and web applications, data processing, and machine learning. Raspberry Pi is suitable for projects that require a more powerful processor, networking, and storage capabilities. Arduino is a microcontroller board designed for building simple to complex electronics projects. It has a small memory and limited processing power compared to Raspberry Pi, but is more efficient…
-
Can I install iDempiere ERP on Raspberry pi 4 ?
It is possible to install iDempiere ERP on a Raspberry Pi 4. However, it is important to note that the performance of iDempiere on a Raspberry Pi 4 may be limited due to the device’s processing power and memory limitations. To install iDempiere on a Raspberry Pi 4, you would need to follow the same installation process as you would on a regular Linux system. This involves installing a compatible Linux distribution on the Raspberry Pi, setting up the necessary dependencies, and then downloading and installing the iDempiere software. It is recommended that you use a lightweight Linux distribution such as Raspbian or Ubuntu Server, and that you have at…
-
Clone SD On MacOS
In edge computing we use Raspberry Pi, and the operating system is installed in SD. It is very likely that the SD card is damaged due to overheating or other factors, and the SD card must be replaced quickly and then reconnected. At this time we need to back up an SD card. Reference:https://blog.jaimyn.dev/the-fastest-way-to-clone-sd-card-macos/