Raspberry Pi
1.1M views | +39 today
Follow
 
Scooped by F. Thunus
onto Raspberry Pi
Scoop.it!

By: Winkleink

By: Winkleink | Raspberry Pi | Scoop.it
My understanding of the goal for Raspberry Pi is to foster the same enthusiasm in computing as there was in the 80′s.
No comment yet.
Raspberry Pi
A complete ARM GNU/Linux computer for $25.
(also covering Arduino and BeagleBone)
Curated by F. Thunus
Your new post is loading...
Your new post is loading...

Popular Tags

Scooped by F. Thunus
Scoop.it!

Dear reader,

Dear reader, | Raspberry Pi | Scoop.it

The Raspberry Pi project website is http://www.raspberrypi.org/

This is one of my news digests. If you like my editorial choices, there are more to be found by clicking on the "dear reader" link, and on my name above.
Enjoy !

Donald Thomas's curator insight, August 30, 2014 8:07 AM

this is 

Wuzea Recherche's comment, March 15, 2015 6:45 AM
Propose de rechercher une ressource en tapant un mot clé dans le champ de recherche. Wuzea : http://www.wuzea.com
Vasu10's curator insight, June 9, 2021 1:49 AM
Takeoff projects help students complete their academic projects. Register at takeoff projects today to find and learn about different interesting big data projects and grab the best jobs. Get started right now.
Scooped by F. Thunus
Scoop.it!

Installing Syncthing on a Headless Raspberry Pi

Links to commands and written instructions: https://soup-hacker.github.io/quartz-notes/everything/homelab/headless-syncthing

First video, go easy on me :)
No comment yet.
Scooped by F. Thunus
Scoop.it!

DIY Raspberry Pi Photo Booth Build

Professional looking Photo Booth built right at home with a Raspberry Pi 3B.
Prints to a portable Canon Selphy 1300 printer
Uploads photos automatically to a Dropbox account
Download photos via a QR code to your phone.
Very customisable!!!

Uses opensource software called Pibooth.

00:00 - Intro
00:24 - Parts I Used
09:19 - Software Install
23:48 - Optional Plugin Install
30:04 - Software Configuration
48:08 - Hardware Setup
1:03:44 - Putting it all Together
1:11:11 - The Final Product

****Pibooth Links here:
Documentation: https://documentation.pibooth.org/en/stable/
Github: https://github.com/pibooth/pibooth

****Plugins I used:
- Picture Template: https://pypi.org/project/pibooth-picture-template/
- Sound Effects: https://pypi.org/project/pibooth-sound-effects/
- Dropbox: https://pypi.org/project/pibooth-dropbox/
- QR Code: https://pypi.org/project/pibooth-qrcode/
- NeoPixel Ring: https://github.com/peteoheat/pibooth-neopixel_spi

****Link to download my NeoPixel Ring Diffuser STL Files:
https://www.thingiverse.com/thing:6639834

****Commands I ran:
- sudo apt-get update
- sudo apt-get full-upgrade
- sudo apt-get install libsdl2-*
- sudo apt-get install cups libcups2-dev
- sudo usermod -a -G lpadmin pibooth
- sudo pip3 install pibooth[printer]
- sudo apt-get install python3-opencv
- sudo nano /boot/config.txt
Add the following at the bottom of the file:
dtoverlay=gpio-shutdown
Save file

To remotely edit cups config run:
- sudo nano /etc/cups/cupsd.conf
Put a hash in front of "Listen localhost:631"
Add a new line "Port 631"
Add "Allow @local" Under the following headings:
"# Restrict access to the server..."
"# Restrict access to the admin pages..."
"# Restrict access to configuration files..."
Save file
-Run "/etc/init.d/cups restart" to apply changes or wait until the next restart

To enable Camera:
- sudo raspi-config
Go to interface options then Legacy camera and enable
Reboot

After enabling camera I lost my 1024 x 600 resolution. To fix:
- sudo nano /boot/config.txt
Add the following at the bottom of the file:
hdmi_cvt=1024 600 60 3 0 0 0
Save file
Reboot
Change resolution for both display and headless in display settings:
Display need to be at 1024x600
Headless at 1280x1024
Reboot

Update GPU memory:
- sudo raspi-config
Select Performance Options
Select GPU Memory
Change to 192
Save changes
Reboot

Default plugin Install:
- pip install pibooth-picture-template
- pip install pibooth-sound-effects
- pip install pibooth-dropbox
- pip install pibooth-qrcode

NeoPixel Ring Plugin Config file:
Change "num_pixels =" to 16
Change "time_between_pixels = raw_time_between_pixels" from 1.75 to 1
Save file
-sudo pip3 install adafruit-circuitpython-neopixel-spi
Edit pibooth.config file
Find the line "# Path to custom plugin(s) not installed with pip (list of quoted paths accepted)"
Add "plugins = CustomPlugins/pibooth_neopixel_spi.py"
Save file

Additional config changed in "pibooth.config" file
footer_text2 = "{date.day}/{date.month}/{date.year}"
resolution = (3280, 2464)
debounce_delay = 0.1
template = picture-template2.xml
Under "[QRCODE]" heading:
prefix_url = {url}
No comment yet.
Scooped by F. Thunus
Scoop.it!

Level Up with Arduino UNO R4 WiFi: Features, Pinouts, and Programming [IoT Development Crash Course]

Welcome to the first lesson of the Arduino Uno R4 WiFi - IoT Development Crash Course!

In this video, host Joed Goh dives deep into your toolbox for building amazing projects. You'll get to know all the essential components like sensors, displays, IoT modules, and actuators that you'll be using throughout the course.

Joed also breaks down the exciting features of the new Arduino Uno R4 WiFi, highlighting the differences from both the classic Uno Rev3 and the streamlined Uno R4 Minima.

But that's not all! We'll also guide you through installing and setting up the Arduino IDE, your programming hub for bringing your ideas to life. Finally, get ready to upload your first program! Joed demonstrates how to upload a sample LED Matrix animation sketch to the Arduino Uno R4 Minima, giving you a taste of the cool things you can create.

----------------------------------------------------------------------------------------------------------------
Where to buy?
52Pi official website link:https://52pi.com/collections/new-arrivals/products/cloud-ready-starter-kit-for-arduino-uno-r4-wifi


Amazon link:
https://amzn.to/3Kb0qzZ
https://www.amazon.co.uk/dp/B0D1CD2CBD
https://www.amazon.de/dp/B0D1CD2CBD
https://www.amazon.fr/dp/B0D1CD2CBD
https://www.amazon.it/dp/B0D1CD2CBD
https://www.amazon.es/dp/B0D1CD2CBD

------------------------------------------------------------------------------------------------------------------
TABLE OF CONTENTS
00:00 Introduction
02:00 Unboxing
03:30 Quick inspection of each component
09:43 TF Card Content
09:52 Features and Pinouts: Uno R3 vs R4 Minima vs R4 WiFi
15:55 Arduino IDE
17:31 Uploading LED Matrix Animation Sketch

------------------------------------------------------------------------------------------------------------------

PLAYLISTS:
Level Up with Arduino UNO R4 WiFi - IoT Development Crash Course
https://www.youtube.com/playlist?list=PLVTsfY7Kr9qjOA9hcP5FNqH9A5RGN2PDH

Arduino UNO R4 Minima Ultimate Training Course
https://www.youtube.com/playlist?list=PLVTsfY7Kr9qhzrfkvEuI1JhbqoOuchmKw

SunFounder Kit Product Review
https://www.youtube.com/playlist?list=PLVTsfY7Kr9qj3mVZgvStfVjFuecVrUim0

Designing Database Solutions with Microsoft SQL Server 2019
https://youtube.com/playlist?list=PLVTsfY7Kr9qjagmWoPLXPvdOk46C5IAB_

Artificial Intelligence and Machine Learning Foundations
https://youtube.com/playlist?list=PLVTsfY7Kr9qjMqXcOUEkB_rDHQVTVDYtY

IoT Development
https://www.youtube.com/playlist?list=PLVTsfY7Kr9qjVkq8aJmTXbiiy5h41ayRL

Android App Development in Kotlin
https://youtube.com/playlist?list=PLVTsfY7Kr9qimoaNmBCQQcvNi49EoKTWS

Embedded Systems using Arduino Uno
https://youtube.com/playlist?list=PLVTsfY7Kr9qhkfmq85MH2xObFIELuq_Vo

Data Structures and Algorithms using C#
https://youtube.com/playlist?list=PLVTsfY7Kr9qiTxECmzTVkLZt1DkaFEfUg

#arduino #52pi #iotdevelopment #arduinouno #arduinosoftware
No comment yet.
Scooped by F. Thunus
Scoop.it!

Modos Paper Monitor is an open hardware 13.3 inch E Ink monitor (crowdfunding)

Modos Paper Monitor is an open hardware 13.3 inch E Ink monitor (crowdfunding) | Raspberry Pi | Scoop.it
Modos Paper Monitor is an open hardware 13.3 inch E Ink monitor (crowdfunding)...
No comment yet.
Scooped by F. Thunus
Scoop.it!

How to Use I2C LCD with Arduino || LCD Displays with Arduino || i2c LCD Display

How to Use I2C LCD with Arduino || LCD Displays with Arduino || i2c LCD Display #i2c #i2clcd #arduino


------------------------------------------------------------------
------------------------------------------------------------------
--------------------------------

Instagram: https://www.instagram.com/mytechlearner/
Facebook: https://www.facebook.com/profile.php?id=100012664446627&mibextid=ZbWKwL

Keywords:
arduino lcd i2c, arduino i2c, arduino i2c lcd, i2c lcd display, i2c arduino, i2c lcd, i2c lcd arduino code, i2c lcd arduino uno, i2c lcd arduino minima, i2c lcd arduino r4, i2c lcd arduino connection, i2c lcd arduino, how to use i2c lcd arduino, how to find i2c address arduino, i2c lcd display tutorial, lcd i2c arduino uno, arduino i2c lcd display tutorial, lcd i2c arduino mega, lcd i2c is not showing text, i2c lcd arduino mega, lcd i2c arduino library, i2c library

I appreciate if you *SUBSCRIBE and *SHARE my content.
Don't forget to click πŸ””icon.
------------------------------------------------------------------
------------------------------------------------------------------
----------------------------------------

#i2clcd #lcdi2c #arduinoi2clcd #arduinolcdi2c #i2clcdwitharduino
#i2c #i2clcdarduinocode #i2clcdarduinoconnection #arduino
#arduinoi2clibrary #arduinoi2clcddisplay #arduinoi2ctutorial
#i2clcdarduino20x4 #i2clcdarduino16x2 #lcdi2carduinocode
No comment yet.
Scooped by F. Thunus
Scoop.it!

install home assistant to raspberry pi KinCony Server16 beginner guide

install home assistant to raspberry pi (KinCony Server16) beginner guide

how to install home assistant for Server-16 beginner guide 1. make home assistant SD card for KinCony Server-16. download:https://www.raspberrypi.com/software/

enable i2c for home assistant. Add files to enable I2C
In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content: i2c-dev
In the root of the hassos-boot partition, edit the file called config.txt add two lines to it: dtparam=i2c_vc=on
dtparam=i2c_arm=on

3.3. install HACS addon (use by SSH)
https://hacs.xyz/docs/setup/download/
4.MCP23008/MCP23017 implementation for Home Assistant (HA)
https://github.com/jpcornil-git/HA-mcp23017
5. config ymal for MCP23017
install file edit add-on for HA , then config yaml
https://www.kincony.com/forum/showthread.php?tid=5438
forum link: https://www.kincony.com/forum/showthread.php?tid=5727
No comment yet.
Scooped by F. Thunus
Scoop.it!

Smart Home Security: Arduino Dog Bark Alarm

Welcome to my latest DIY project video! In this tutorial, I'll show you how to create a smart home security system using an Arduino and a sensor that triggers a dog barking sound. This simple yet effective project can help deter intruders and add an extra layer of protection to your home.
/
What You'll Learn:
How to set up and program an Arduino for this security project.
How to connect and use sensors to detect motion or other triggers.
How to add sound output to your Arduino project to simulate a barking dog.
Tips and tricks for enhancing your home security with DIY electronics.
Components Needed:
Arduino board (e.g., Arduino Uno)
PIR motion sensor or other suitable sensors
Speaker or buzzer
Breadboard and jumper wires
Code (provided in the video and description)
Why This Project?
Using a dog bark alarm is a clever way to deter potential intruders. Many burglars are discouraged by the presence of a dog, and this project mimics that effect with technology. It's an affordable and customizable solution for enhancing your home security.

Watch the Video:
Be sure to watch the full video for step-by-step instructions, and don't forget to like, comment, and subscribe for more awesome DIY projects!

Resources:
web: buxin.gm
Components: https://www.amazon.com/shop/madeinthegambia?ref_=cm_sw_r_cp_ud_aipsfshop_aipsfmadeinthegambia_817VBQBR0QKTWXCSBXRE

Follow Me:
Instagram: https://www.instagram.com/buxing_brix/
Tiktok : https://www.tiktok.com/@buxin_electronics
Facebook: //www.facebook.com/tectbuxingcreaton/
No comment yet.
Scooped by F. Thunus
Scoop.it!

Arduino Uno R4 WiFi LESSON 18: Controlling RGB LED with an Arduino

Pick your Sunfounder kit up so you get the same results I do:

https://amzn.to/3SciApZ

You can pick up the neat jumper wires I showed in the video here:

https://amzn.to/3U2vyIe

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:

https://www.patreon.com/PaulMcWhorter

In this video I show you how use the RGB LED. Enjoy!

[Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]

#arduinor4wifi
#rgbled
#tutorial
No comment yet.
Scooped by F. Thunus
Scoop.it!

DIY Smoke Detector with Arduino - Real-Time Gas Level Monitoring

this video, we guide you through creating a DIY smoke detector using an Arduino, an MQ-2 gas sensor, and an LCD display. Perfect for hobbyists and beginners, this project helps you understand how to monitor gas levels in real-time and enhance safety in your home or workspace. Follow our step-by-step instructions to build and program your smoke detector. Don’t forget to like, comment, and subscribe for more DIY electronics tutorials!

DIY smoke detectorArduino smoke detectorgas sensor projectMQ-2 gas sensorArduino tutorialreal-time gas monitoringelectronic projectssmoke detector circuitbeginner Arduino projecthome safety electronicsArduino LCD displayhow to make a smoke detectorDIY electronicsgas level sensorArduino coding tutorial

code

**SEO Optimization Tags:**
- DIY smoke detector
- Arduino smoke detector
- gas sensor project
- MQ-2 gas sensor
- Arduino tutorial
- real-time gas monitoring
- electronic projects
- smoke detector circuit
- beginner Arduino project
- home safety electronics
- Arduino LCD display
- how to make a smoke detector
- DIY electronics
- gas level sensor
- Arduino coding tutorial
- smoke detection system
- Arduino home automation
- smoke sensor
- Arduino safety projects
- gas detection system
- smoke alarm with Arduino
- Arduino project for beginners
- build your own smoke detector
- MQ-2 sensor tutorial
- DIY gas alarm
- Arduino project ideas
- smoke detector for home
- DIY home safety device
- gas leak detector
- Arduino smoke alarm system
No comment yet.
Scooped by F. Thunus
Scoop.it!

Raspberry Pi Smart Car Build: Freenove Kit Config & Test

Learn how to build and code your very own robot car with the Freenove Three-Wheeled Smart Car Kit for Raspberry Pi! In this step-by-step tutorial, we unbox the kit, guide you through the assembly process, and show you how to configure it for testing. We cover everything from wiring and hardware setup to basic coding commands to get your car moving. Whether you're a beginner or experienced with Raspberry Pi, this project is a fun and engaging way to learn about robotics and programming.

Freenove, Raspberry Pi, smart car, robot car, DIY, tutorial, unboxing, assembly, configuration, coding, programming, electronics, robotics
No comment yet.
Scooped by F. Thunus
Scoop.it!

SECO 3.5" Single Board Computer with RK3568 SoC and Linux Compatibility SECO 3.5" Single Board Computer with RK3568 SoC and Linux Compatibility

SECO 3.5" Single Board Computer with RK3568 SoC and Linux Compatibility SECO 3.5" Single Board Computer with RK3568 SoC and Linux Compatibility | Raspberry Pi | Scoop.it
The SBC-3.5-RK3568 by SECO emerges as a robust 3.5” single board computer powered by the Rockchip RK3568 SoC, combining high performance with extensive connectivity options. This SBC is tailored for a variety of applications, from industrial automation to digital signage and media streaming.
No comment yet.
Scooped by F. Thunus
Scoop.it!

final year project: control electrical appliances with sms command at home.

Join here for code, proteus file and circuit diagram
TELEGRAM channel https://t.me/smartkembo


For more about electronics projects subscribe now our channel


Buy components fast and affordable price for really practical

1. Arduino uno πŸ‘‰ https://s.click.aliexpress.com/e/_EzMhvTd

2. gsm module SIM800l πŸ‘‰ https://s.click.aliexpress.com/e/_EzCzSIr

3. relay module πŸ‘‰ https://s.click.aliexpress.com/e/_EGCRlfl

4. power adapter 9V,2A πŸ‘‰ https://s.click.aliexpress.com/e/_EQUFAIJ


#sms #arduinouno #arduinoproject #gsm #smartkembo


keywords:

control electrical appliances with mobile phone at home.
control appliances with smartphone
electrical appliance control with android
home appliances control using mobile phone
an electrical appliance
appliance control device
b and b appliance mobile al
b&b appliance mobile alabama
b and b appliance parts mobile alabama
b & b appliance parts mobile al
devices and appliances
d c appliances
electrical home appliances
electronic home appliances
electrical phone
home appliance control by mobile
j control app
j con electric
j c appliances
lg mobile app
mobile home appliances stores
how to control home appliances using mobile phone
mobile home appliance
m control app
non-electric appliances
mobile home electrical outlets and switches
phone controlled outlet
phone controlled power switch
phone appliances
qmobile wireless
r control app
appliance control switch
t mobile electronics
electrical appliances at home
u+ connect module amazon
v+v appliance
volt appliance
v electric madison ms
x electric and machine
x cell electric
x-cell electric llc
x mobile app
washer and dryer you can control from your phone
z wave appliance module
z control app
z electric and lighting
z electronics
phone controlled oven
phone controlled ac
mobile home electrical connection
mobile home electrical switches
mobile home electrical pole
mobile home electrical outlet
mobile home electrical
3 electrical appliances
three electric appliances
4 wire mobile home wiring diagram
5 devices that use electrical energy
5 kitchen appliances
5 appliances
6 electrical appliances
appliance control
phone controlled air conditioner
9 volt battery appliances
No comment yet.
Scooped by F. Thunus
Scoop.it!

How to Setup a Raspberry Pi Static IP Address

How to Setup a Raspberry Pi Static IP Address | Raspberry Pi | Scoop.it
In this tutorial, we will show you how to configure your Raspberry Pi so that it utilizes a static IP address.
No comment yet.
Scooped by F. Thunus
Scoop.it!

Leaf color detection with Arduino | Science Project

Parts list, circuit diagram, and example code for this science project are available on our website: https://www.sciencebuddies.org/science-fair-projects/project-ideas/Elec_p110/electricity-electronics/leaf-color-detection

Color sensor tutorial: https://youtu.be/oPFQrKC0nSg?si=3kpcfVHzt74oULem

Robotic arm project: https://www.sciencebuddies.org/science-fair-projects/project-ideas/Robotics_p050/robotics/arduino-robotic-arm

Autonomous car project: https://www.sciencebuddies.org/science-fair-projects/project-ideas/Robotics_p042/robotics/arduino-self-driving-car

Science Buddies also hosts a library of instructions for over 1,500 other hands-on science projects, lesson plans, and fun activities for K-12 parents, students, and teachers! Visit us at http://www.sciencebuddies.org to learn more.

#STEM #sciencebuddies
*******************************
Connect with Science Buddies:

X: https://x.com/ScienceBuddies

FACEBOOK: https://www.facebook.com/ScienceBuddies

INSTAGRAM: https://www.instagram.com/scibuddy

PINTEREST: https://www.pinterest.com/sciencebuddies
No comment yet.
Scooped by F. Thunus
Scoop.it!

The Adafruit MintyBoost Kit V3.0 – HackSpace Magazine Issue 78 @HackSpaceMag « Adafruit Industries – Makers, hackers, artists, designers and engineers!

The Adafruit MintyBoost Kit V3.0 – HackSpace Magazine Issue 78 @HackSpaceMag « Adafruit Industries – Makers, hackers, artists, designers and engineers! | Raspberry Pi | Scoop.it
HackSpace Magazine Issue 78 – The Future of Making features the Adafruit MintyBoost Kit V3.0: The MintyBoost from Adafruit is a must-have kit for anyoneΒ  getting started with soldering.I have boug…...
No comment yet.
Scooped by F. Thunus
Scoop.it!

Electronic video || Motor wiring diagram || #viral #electrician #electronic #shortvideo

Electronic video || Motor wiring diagram || #viral #electrician #electronic #shortvideo
#electronic #music #electronicmusic #techno #electronics #technology #dj #house #tech #dance #edm #producer #electronica #electro #electrical #s #housemusic #newmusic #arduino #deephouse #instagood #synth #gadgets #device #gadget #engineering #rave #ambient #instatech #dancemusic


#shorts #short #shortvideo #shortsvideo #shortsfeed #status #ytshorts #ytshort #yt #ytshortsindia #ytshortsvideo #youtubeshorts #youtubeshort #life #lifehacks #lifestyle #craft #crazy #crazyxyz #craftideas #hacker #hackerfreefire #experiment #experiments #a2motivation #viral #viralshorts #viralshort #viralvideo #viralvideos #trending #trendingshorts #trendingvideo #trendingstatus #emotional #emotionalshorts #dailyvlog #dailyshorts #daily #lifehacks #india #itzy #facts #fact #factvideo #motivation #motivational #motivationshorts #amazing #amazingfacts #amazingshorts #sauravjoshivlogs #piyushjoshivlogs #technology #technogamerz #usefullifehacks #crafting #experiment #experimentshorts #facts #factshorts #factvideo #animalshorts #dogshorts #funnyshorts #comedyshorts
No comment yet.
Scooped by F. Thunus
Scoop.it!

Automatic Plant Watering System using Arduino Tinkercad in English | Block Coding |Irrigation System

Automatic Plant Watering System using Arduino Tinkercad in English | Block Coding | Irrigation System | Arduino Project | Tinkercad Project | Smart Irrigation System

Project Code -
https://drive.google.com/file/d/1vSr30rwcfbMkRi3Qr1P21crUg42Cg9cu/view?usp=share_link

Learn Robotic Class contact me on Whatsapp +917007651787
Book your Trail Class

Tinkercad is a free online web browser & Simple to simulate the electronic project

Electrical & Electronic project Visit our website
https://eazytronic.com/

Tinkercad Website Link :- https://www.tinkercad.com/

#1 Getting Started With Tinkercad in English || This Tutorial for Complete Beginners
https://www.youtube.com/watch?v=K_2k2nKttMM&t=32s

Getting started with Tinkercad In Hindi
https://www.youtube.com/watch?v=eNdmu0VTPQU&list=PL4an6ELdlijducM1Y3oltzyFagC6Hx23Z

Arduino Tutorial at Tinkercad in Hindi / English


Our motive is to teach robotics to the students. if you have any doubt you can ask from the comment section.

#arduino # ultrasonic #tinkercad
No comment yet.
Scooped by F. Thunus
Scoop.it!

Control DC Motor Speed with Arduino and L298N Driver - Easy Tutorial

Learn how to use L298N Driver with Arduino [Step-by-Step Guide] [2024] - PART 8

How to control DC Motor Speed with Arduino Using L298N DC Motor Driver

Arduino code:

Question to the viewers:

ABOUT:Embark on a comprehensive journey into the world of motor control with our step-by-step tutorial on using the L298N driver with Arduino. In this detailed guide, we break down each stage of the process, from wiring connections to code implementation, ensuring that even beginners can follow along with ease. Join us as we explore the capabilities of the L298N driver and its seamless integration with Arduino, laying the foundation for your future projects. Whether you're a novice enthusiast or an experienced maker, this video provides invaluable insights and practical tips to elevate your skills and expand your understanding of motor control concepts. Get ready to dive into the exciting world of robotics, automation, and more in this engaging tutorial series.


#l298n #dcmotordriver #arduino
No comment yet.
Scooped by F. Thunus
Scoop.it!

Mobile Mojo Mastery using Wireless Desktop CNC - Make:

Mobile Mojo Mastery using Wireless Desktop CNC - Make: | Raspberry Pi | Scoop.it
The realm of desktop CNC machining is undergoing a creative explosion.What once felt like a niche hobby for techie types is now a super-powered tool for...
No comment yet.
Scooped by F. Thunus
Scoop.it!

LiFi project using arduino! Easy Project #experiment #arduinonano

Ever wanted to control LEDs with a joystick? This short shows a cool trick from our full tutorial! ➑️ https://youtu.be/DsQ5K_uGpFg?si=fVjOe_0Mi6B-0HU3

Full tutorial includes:

Everything you need to get started!
Building the circuit step-by-step ️
Programming the joystick for LED control
#joystick #led #diy #electronics #project #tutorial #shorts
No comment yet.
Scooped by F. Thunus
Scoop.it!

Home Security Using Magnetic Door Switch || Arduino Series Part 9

Welcome to my channel! In this tutorial, I'll show you how to use a Plastic White Wired Door Switch with an Arduino to create a simple door status indicator.

In this project, we'll connect a door switch to an Arduino and write a basic code that will turn an LED on when the door is open and off when the door is closed. This is a great beginner project for those new to Arduino and electronics.

What You'll Learn:

How to connect a door switch to an Arduino.
Basic coding for Arduino to read the switch status.
Controlling an LED based on the door status.

Materials Needed:

Arduino board (Uno, Nano, etc.)
Plastic White Wired Door Switch
LED

Step-by-Step Guide:

Hardware Setup:
Connect the door switch to pin 2 and ground.
Connect the LED to pin 3 and ground.
Ensure your Arduino is properly powered and connected to your computer.

Software Setup:
Open the Arduino IDE and copy the provided code.
Upload the code to your Arduino board.

Testing:
Open and close the door to see the LED light up or turn off based on the door's position.

Github - https://github.com/futureautomate/magnetic-door-switch-ArduinoSeries
No comment yet.
Scooped by F. Thunus
Scoop.it!

How to setup your raspberry pi 3,4 or 5 part 1

Hi guys we will show you in this video how to setup your raspberry pi.
In part 2 we will show you how to download apps on the raspi.
No comment yet.
Scooped by F. Thunus
Scoop.it!

50W high-power wireless charging boards target industrial, medical, and smart home applications - CNX Software

50W high-power wireless charging boards target industrial, medical, and smart home applications - CNX Software | Raspberry Pi | Scoop.it
STMicro has introduced a combo of 50W wireless charging transmitter and receiver boards, namely the STEVAL-WBC2TX50 transmitter board and the...
No comment yet.
Scooped by F. Thunus
Scoop.it!

Meet THIS plant that can literally yell at you what it needs water

Ever wished your plant could tell you what it needs? Well, now it can! Matt Reed has created a tomato plant that literally talks to you when it needs watering or is too cold. Using a Raspberry Pi and artificial intelligence, this smart plant is equipped with sensors to monitor soil quality, temperature, and moisture levels. 🌑️🌿

Watch the video to see this amazing innovation in action! πŸŽ₯πŸ‘‡

With the help of GPT-4, this plant can actually answer your questions about its well-being. Just ask, and the plant's microphone picks up your query. The Raspberry Pi then fetches sensor data and uses AI to generate a detailed report. It even remembers past conditions, like if it was too cold the night before. 🧠✨

This project not only makes gardening easier but also showcases the potential of combining AI with everyday tasks. πŸŒπŸ€–

Want to try this at home but don't know how to start? Matt recommends beginning with some basic Raspberry Pi projects. πŸŒ±πŸ’‘

#TechInnovation #HomeAutomation #SmartPlants #GardeningTech #AIinGardening #PlantCare #FutureOfGardening #SmartHome #TechDIY #AIProjects #BeginnerProjects #GardeningHacks #MattReed #TechEnthusiast #DIYTech #SensorTech #AIandGardening

Don't forget to like, comment, and subscribe for more amazing tech innovations! πŸ‘πŸ’¬πŸ””
No comment yet.
Scooped by F. Thunus
Scoop.it!

The Ultimate Guide to Arduino Nano: Exploring the Different Types and Features

Curious about Arduino Nano but confused by the different types available? In this video, we break down the various Arduino Nano boards, their unique features, and similarities. Find out which one suits your project needs! #ArduinoNano #ArduinoProjects #Electronics #Microcontrollers #DIY #TechExplained #ArduinoCommunity #ArduinoBots #IoT #CircuitDesign
No comment yet.