Raspberry Pi
1.1M views | +45 today
Follow
 
Scooped by F. Thunus
onto Raspberry Pi
August 11, 2022 12:33 AM
Scoop.it!

Open Hardware: Arduino, Linux on Mobile, and RISC-V | Tux Machines

Open Hardware: Arduino, Linux on Mobile, and RISC-V | Tux Machines | Raspberry Pi | Scoop.it
Ubuntu 20.04 LTS Is Now Powered by Linux Kernel 5.15 LTS from Ubuntu 22.04 LTS On August 2nd, 2022, Canonical published a new Ubuntu kernel security updates for Ubuntu 22.04 LTS and Ubuntu 20.04 LTS systems that address four security vulnerabilities, including a remote code execution. The interesting part is that Canonical lists only Linux 5.15 kernels for both Ubuntu 22.04 LTS and Ubuntu 20.04 LTS as being patched, despite the fact that Ubuntu 20.04 LTS runs Linux kernel 5.13 since the release of the Ubuntu 20.04.4 LTS point release back in February 2022. Games: Steam Deck, Nintendo Online, and More Steam Deck Beta update brings bug fixes, external display improvement Valve has released a small update to the Steam Deck Beta branch, mostly bug fixes but also an improvement for handling external displays. Here's what's new. Stealth-action game Republique is now FREE and Steam Deck Verified Consider this your quick tip of the week, as Republique from developer Camouflaj is now free to keep on Steam and it's also Steam Deck Verified! The developer has reached their 10 year anniversary as a studio, so they've put Republique free as it was their first game. A nice little gesture. No need to wait on Valve, the Steam Deck Docking Station from JSAUX is great While many will no doubt wait on Valve for the official Steam Deck Dock, a lot of hardware vendors are coming out with their own versions. JSAUX are one of them and they sent over their Docking Station for Steam Deck for me to take a look at. Steam gets support for Nintendo Online classic controllers Valve recently released an update for the main Steam client, which amongst other things brings support in Steam Input for the Nintendo Online classic controllers. These are the special controllers Nintendo offers for playing their classics on Nintendo Switch, although Steam having support for them makes sure they have a whole lot more life. The GNU C Library version 2.36 is now availableThe GNU C Library ================= The GNU C Library version 2.36 is now available. The GNU C Library is used as the C library in the GNU system and in GNU/Linux systems, as well as many other systems that use Linux as the kernel. The GNU C Library is primarily designed to be a portable and high performance C library. It follows all relevant standards including ISO C11 and POSIX.1-2017. It is also internationalized and has one of the most complete internationalization interfaces known. The GNU C Library webpage is at http://www.gnu.org/software/libc/ Packages for the 2.36 release may be downloaded from: http://ftpmirror.gnu.org/libc/ http://ftp.gnu.org/gnu/libc/ The mirror list is at http://www.gnu.org/order/ftp.html NEWS for version 2.36 ===================== Major new features: Support for DT_RELR relative relocation format has been added to glibc. This is a new ELF dynamic tag that improves the size of relative relocations in shared object files and position independent executables (PIE). DT_RELR generation requires linker support for -z pack-relative-relocs option, which is supported for some targets in recent binutils versions. Lazy binding doesn't apply to DT_RELR. On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions have been added. The pidfd functionality provides access to a process while avoiding the issue of PID reuse on tranditional Unix systems. On Linux, the process_madvise function has been added. It has the same functionality as madvise but alters the target process identified by the pidfd. On Linux, the process_mrelease function has been added. It allows a caller to release the memory of a dying process. The release of the memory is carried out in the context of the caller, using the caller's CPU affinity, and priority with CPU usage accounted to the caller. The “no-aaaa” DNS stub resolver option has been added. System administrators can use it to suppress AAAA queries made by the stub resolver, including AAAA lookups triggered by NSS-based interfaces such as getaddrinfo. Only DNS lookups are affected: IPv6 data in /etc/hosts is still used, getaddrinfo with AI_PASSIVE will still produce IPv6 addresses, and configured IPv6 name servers are still used. To produce correct Name Error (NXDOMAIN) results, AAAA queries are translated to A queries. The new resolver option is intended primarily for diagnostic purposes, to rule out that AAAA DNS queries have adverse impact. It is incompatible with EDNS0 usage and DNSSEC validation by applications. On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree, and mount_setattr have been added. They are part of the new Linux kernel mount APIs that allow applications to more flexibly configure and operate on filesystem mounts. The new mount APIs are specifically designed to work with namespaces. localedef now accepts locale definition files encoded in UTF-8. Previously, input bytes not within the ASCII range resulted in unpredictable output. Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals. Support for the char8_t typedef has been added per the ISO C2X N2653 proposal. The functions are declared in uchar.h in C2X mode or when the _GNU_SOURCE macro or C++20 __cpp_char8_t feature test macro is defined. The char8_t typedef is declared in uchar.h in C2X mode or when the _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). The functions arc4random, arc4random_buf, and arc4random_uniform have been added. The functions wrap getrandom and/or /dev/urandom to return high- quality randomness from the kernel. Support for LoongArch running on Linux has been added. This port requires as least binutils 2.38, GCC 12, and Linux 5.19. Currently only hard-float ABI is supported: - loongarch64-linux-gnu The LoongArch ABI is 64-bit little-endian. Deprecated and removed features, and other changes affecting compatibility: Support for prelink will be removed in the next release; this includes removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment variables and their functionality in the dynamic loader. The Linux kernel version check has been removed along with the LD_ASSUME_KERNEL environment variable. The minimum kernel used to built glibc is still provided through NT_GNU_ABI_TAG ELF note and also printed when libc.so is issued directly. On Linux, The LD_LIBRARY_VERSION environment variable has been removed. The following bugs are resolved with this release: [14932] dynamic-link: dlsym(handle, "foo") and dlsym(RTLD_NEXT, "foo") return different result with versioned "foo" [16355] libc: syslog.h's SYSLOG_NAMES namespace violation and utter mess [23293] dynamic-link: aarch64: getauxval is broken when run as ld.so ./exe and ld.so adjusts argv on the stack [24595] nptl: [2.28 Regression]: Deadlock in atfork handler which calls dlclose [25744] locale: mbrtowc with Big5-HKSCS returns 2 instead of 1 when consuming the second byte of certain double byte characters [25812] stdio: Libio vtable protection is sometimes only partially enforced [27054] libc: pthread_atfork handlers that call pthread_atfork deadlock [27924] dynamic-link: ld.so: Support DT_RELR relative relocation format [28128] build: declare_symbol_alias doesn't work for assembly codes [28566] network: getnameinfo with NI_NOFQDN is not thread safe [28752] nss: Segfault in getpwuid when stat fails [28815] libc: realpath should not copy to resolved buffer on error [28828] stdio: fputwc crashes [28838] libc: FAIL: elf/tst-p_align3 [28845] locale: ld-monetary.c should be updated to match ISO C and other standards. [28850] libc: linux: __get_nprocs_sched reads uninitialized memory from the stack [28852] libc: getaddrinfo leaks memory with AI_ALL [28853] libc: tst-spawn6 changes current foreground process group (breaks test isolation) [28857] libc: FAIL: elf/tst-audit24a [28860] build: --enable-kernel=5.1.0 build fails because of missing __convert_scm_timestamps [28865] libc: linux: _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN are inaccurate without /sys and /proc [28868] dynamic-link: Dynamic loader DFS algorithm segfaults on missing libraries [28880] libc: Program crashes if date beyone 2038 [28883] libc: sysdeps/unix/sysv/linux/select.c: __select64 !__ASSUME_TIME64_SYSCALLS && !__ASSUME_PSELECT fails on Microblaze [28896] string: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non- rtm variants when avoiding overflow [28922] build: The .d dependency files aren't always generated [28931] libc: hosts lookup broken for SUCCESS=CONTINUE and SUCCESS=MERGE [28936] build: nm: No such file [28950] localedata: Add locale for ISO code "tok" (Toki Pona) [28953] nss: NSS lookup result can be incorrect if function lookup clobbers errno [28970] math: benchtest: libmvec benchmark doesn't build with make bench. [28991] libc: sysconf(_SC_NPROCESSORS_CONF) should read /sys/devices/system/cpu/possible [28993] libc: closefrom() iterates until max int if no access to /proc/self/fd/ [28996] libc: realpath fails to copy partial result to resolved buffer on ENOENT and EACCES [29027] math: [ia64] fabs fails with sNAN input [29029] nptl: poll() spuriously returns EINTR during thread cancellation and with cancellation disabled [29030] string: GLIBC 2.35 regression - Fortify crash on certain valid uses of mbsrtowcs (*** buffer overflow detected ***: terminated) [29062] dynamic-link: Memory leak in _dl_find_object_update if object is promoted to global scope [29069] libc: fstatat64_time64_statx wrapper broken on MIPS N32 with -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 [29071] dynamic-link: m68k: Removal of ELF_DURING_STARTUP optimization broke ld.so [29097] time: fchmodat does not handle 64 bit time_t for AT_SYMLINK_NOFOLLOW [29109] libc: posix_spawn() always returns 1 (EPERM) on clone() failure [29141] libc: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 [29162] string: [PATCH] string.h syntactic error: include/bits/string_fortified.h:110: error: expected ',' or ';' before '__fortified_attr_access' [29165] libc: [Regression] broken argv adjustment [29187] dynamic-link: [regression] broken argv adjustment for nios2 [29193] math: sincos produces a different output than sin/cos [29197] string: __strncpy_power9() uses uninitialised register vs18 value for filling after \0 [29203] libc: daemon is not y2038 aware [29204] libc: getusershell is not 2038 aware [29207] libc: posix_fallocate fallback implementation is not y2038 aware [29208] libc: fpathconf(_PC_ASYNC_IO) is not y2038 aware [29209] libc: isfdtype is not y2038 aware [29210] network: ruserpass is not y2038 aware [29211] libc: __open_catalog is not y2038 aware [29213] libc: gconv_parseconfdir is not y2038 aware [29214] nptl: pthread_setcanceltype fails to set type [29225] network: Mistyped define statement in socket/sys/socket.h in line 184 [29274] nptl: __read_chk is not a cancellation point [29279] libc: undefined reference to `mbstowcs_chk' after 464d189b9622932a75302290625de84931656ec0 [29304] libc: mq_timedreceive does not handle 64 bit syscall return correct for !__ASSUME_TIME64_SYSCALLS [29403] libc: st_atim, st_mtim, st_ctim stat struct members are missing on microblaze with largefile Release Notes ============= https://sourceware.org/glibc/wiki/Release/2.36 Contributors ============ This release was made possible by the contributions of many people. The maintainers are grateful to everyone who has contributed changes or bug reports. These include: =Joshua Kinard Adhemerval Zanella Adhemerval Zanella Netto Alan Modra Andreas Schwab Arjun Shankar Arnout Vandecappelle (Essensium/Mind) Carlos O'Donell Cristian Rodríguez DJ Delorie Danila Kutenin Darius Rad Dmitriy Fedchenko Dmitry V. Levin Emil Soleyman-Zomalan Fangrui Song Florian Weimer Gleb Fotengauer-Malinovskiy Guilherme Janczak H.J. Lu Ilyahoo Proshel Jason A. Donenfeld Joan Bruguera John David Anglin Jonathan Wakely Joseph Myers José Bollo Kito Cheng Maciej W. Rozycki Mark Wielaard Matheus Castanho Max Gautier Michael Hudson-Doyle Nicholas Guriev Noah Goldstein Paul E. Murphy Raghuveer Devulapalli Ricardo Bittencourt Sam James Samuel Thibault Sergei Trofimovich Siddhesh Poyarekar Stafford Horne Stefan Liebler Steve Grubb Su Lifan Sunil K Pandey Szabolcs Nagy Tejas Belagod Tom Coldrick Tom Honermann Tulio Magno Quites Machado Filho WANG Xuerui Wangyang Guo Wilco Dijkstra Xi Ruoyao Xiaoming Ni Yang Yanchao caiyinyu Read on
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
November 27, 2011 5:08 PM
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
March 25, 4:09 AM
Scoop.it!

YouTuber converts cracked smartphone into under $100 mini PC for gaming and emulation - NotebookCheck.net News

YouTuber converts cracked smartphone into under $100 mini PC for gaming and emulation - NotebookCheck.net News | Raspberry Pi | Scoop.it
YouTuber ETA Prime has turned a broken phone into an under $100 mini PC with a few Raspberry Pi parts. This modified PC with the Galaxy S20 FE mainboard is shown to handle light games and emulation with ease.
No comment yet.
Scooped by F. Thunus
March 23, 4:09 AM
Scoop.it!

Lesson 2 Arduino Uno R3 Starter Kit in 30 seconds!

Blinking an LED to the board. This is tutorial 2 of 33.

Here is the long form video showing the code https://youtu.be/VJ8eNj-L1Mc

Thanks for watching!
No comment yet.
Scooped by F. Thunus
March 21, 1:40 AM
Scoop.it!

So scannst du deinen Raspberry Pi auf Viren mit ClamAV und ClamTk 🦠

► Kommandos zum Nachlesen: https://www.it-zeugs.de/clamav.html

Was, wenn du deinen Raspberry Pi auf Viren und andere Schadsoftware untersuchen musst? ClamAV und ClamTK helfen. Wie erfährst du in diesem Video!

► 𝗔𝗯𝗼𝗻𝗻𝗶𝗲𝗿𝗲 𝗮𝘂𝗰𝗵 𝗺𝗲𝗶𝗻𝗲𝗻 𝗽𝗿𝗶𝘃𝗮𝘁𝗲𝗻 𝗞𝗮𝗻𝗮𝗹: https://bit.ly/3DGV0wJ
► Kanalmitglied werden:
https://www.youtube.com/channel/UCXkOUyici1RwTXENQWoy3fg/join

Ich freue mich über jede Art der Kanalunterstützung:
❤️ Hinterlasse einen Kommentar. Die besten bekommen ein Herz ❤️
❤️ Abonniere den Kanal und klicke auf die Glocke, damit du keine Folge verpasst.
❤️ Beginne deinen nächsten Einkauf bei Amazon über diesen Link hier: https://amzn.to/3gjitEk *
Speichere den Link am besten gleich in deine Favoriten. Es ist ganz egal, was du kaufst. Für dich entstehen keine Extrakosten.
❤️ Du kannst auch ein kleines Trinkgeld via PayPal spenden: https://www.paypal.com/donate?hosted_button_id=R6W7ZCTC7MAHA


🌍 Meine Website: https://www.it-zeugs.de

►►► Dieses Equipment nutze ich zur Erstellung meiner Videos

💻 Mein Windows-Notebook: https://amzn.to/2zN6tdC *
💻 Mein Mac Notebook: https://amzn.to/3oF4iC7C *
📷 Rollei-Stativ Compact Traveler No. 1 Carbon: https://amzn.to/3ghuES6 *
📷 Joby Gorillapod Stativ: https://amzn.to/3gePm5k
✂️ Video-Schnitt-Programm Camtasia: https://amzn.to/3gCFi5L *
📱 Smartphone: iPhone 11 Pro: https://amzn.to/3V6GK59 *
🎤 Mikrofon klein: Lavalier Ansteckmikrofon: https://amzn.to/3f5AZz0 *
🎤 Mikrofon gross: Rode NTUSB Studioqualität USB-Kondensatormikrofon mit Tischstativ und Popschutz: https://amzn.to/3aLjlxf *
🎤 TONOR Mikrofon Ständer: https://amzn.to/2KzFhEK *
💡Ringlicht: https://amzn.to/3HcsQbW *
💡Videoleuchten: https://amzn.to/3NjOvCG *

► Meine private Seite: https://www.lars-schlageter.com

* Affiliate-Link / Provision-Links. Wenn du auf diesen Link klickst und darüber einkaufst, bekomme ich von deinem Einkauf eine Provision. Für dich verändert sich der Preis nicht.

#itzeugsde #computer #computers
No comment yet.
Scooped by F. Thunus
March 19, 1:40 AM
Scoop.it!

LM35 Temperature Sensor with Arduino in Proteus | Complete Simulation Tutorial | Vprotech Digital

In this lecture, we will learn how to interface the LM35 temperature sensor with Arduino and simulate the complete circuit in Proteus software.

This tutorial is perfect for beginners in Embedded Systems and Arduino projects. You will understand how the LM35 sensor works, how it gives analog voltage output proportional to temperature, and how Arduino reads and converts it into temperature values in Celsius.

🔹 In this video, you will learn:

What is LM35 temperature sensor

Working principle of LM35

Pin configuration of LM35

Circuit connection in Proteus

Arduino code explanation

How to simulate and verify temperature output

This project is useful for:
✔ Temperature monitoring systems
✔ Weather station projects
✔ Industrial temperature sensing
✔ IoT based temperature systems

Software Used:

Arduino IDE

Proteus Professional

If you are learning Arduino, Embedded Systems, or Proteus simulation, this lecture will help you build a strong practical foundation.

👍 Like, Share & Subscribe for more Arduino and Embedded System tutorials.
No comment yet.
Scooped by F. Thunus
March 17, 3:06 AM
Scoop.it!

💡 Luz intermitente con Arduino | Proyecto básico de electrónica desde ceroVideo

En este video aprenderás cómo hacer una luz intermitente con Arduino usando un LED y programación básica.
Este proyecto es ideal para principiantes que quieren empezar en el mundo de la electrónica y la programación.

🔌 Materiales usados:

Arduino

LED

Resistencia 220Ω

Protoboard

Cables

💻 Código explicado paso a paso
📦 Pronto compartiré más proyectos y kits educativos para aprender electrónica práctica.

👉 Suscríbete para más tutoriales de Arduino y electrónica
👉 Dale like si te gustó el video
👉 Déjame tu pregunta en los comentarios

#Arduino #ElectrónicaPráctica #ProyectosArduino #ArduinoDesdeCero #Robótica #Tecnología #Maker #STEM #Ingeniería
#Arduino
#Electrónica
#ArduinoTutorial
#ProyectosArduino
#ArduinoParaPrincipiantes
#Robótica
#Maker
#Tecnología
#STEM
#DIY
#Ingeniería
#Colombia
No comment yet.
Scooped by F. Thunus
March 15, 1:39 AM
Scoop.it!

ESP32 Communication Gesture-Controlled Robot using MPU6050 | Wireless Hand Motion Control Robot

Description

In this project, I built a gesture-controlled robot using ESP32 communication and the MPU6050 accelerometer & gyroscope sensor.
The transmitter ESP32 reads hand movements from the MPU6050 and sends motion data wirelessly to the receiver ESP32, which controls the robot’s direction (forward, backward, left, right, and stop).

This project demonstrates:

Wireless ESP32-to-ESP32 communication

Real-time gesture recognition

MPU6050 motion sensing technology

Smart hand-controlled robotic movement

Perfect for robotics beginners, IoT learners, and Arduino/ESP32 enthusiasts.
#ESP32 #GestureControl #GestureRobot #MPU6050 #ArduinoProjects #ESP32Projects #Robotics #WirelessRobot #HandGestureControl #IoT #DIYRobot #ElectronicsProject #TechProject #EngineeringStudent #STEMProjects #Automation #SmartRobot #BluetoothRobot #EmbeddedSystems #Innovation #ScienceProject #MiniRobot #RobotCar #TechReels #TrendingTech #ViralTech #YouTubeTech #IndianTech #TechShorts #DIYElectronics #BrightVisionTech#viral #trending #explorepage #explore #instagram #fyp #instagood #love #reels #like #tiktok #follow #foryou #viralpost #viralvideos #photography #likeforlikes #fashion #followforfollowback #memes #instadaily #music #india #indonesia #reelsinstagram #trend #viralreels #likes #foryoupage #photooftheday
No comment yet.
Scooped by F. Thunus
March 13, 1:40 AM
Scoop.it!

How to Use Proteus for Beginners – 555 Timer LED Flasher Simulation

In this video, you will learn how to use Proteus (v8.17) for beginners by building and simulating a 555 timer LED blinking circuit step by step.

We cover:
• How to create a new project in Proteus
• How to place components (NE555, resistors, capacitor, LED)
• Proper wiring of a 555 timer in astable mode
• How to fix common simulation errors
• How to calculate blinking frequency using the timing formula

This tutorial is perfect for students, electronics beginners, and anyone learning circuit simulation using Proteus.

If you are interested in embedded systems, PCB design, Arduino, and electronics projects, make sure you subscribe.

For project collaborations or circuit design support, check the links below.

#Proteus #Electronics #555Timer #CircuitSimulation #EmbeddedSystems #EngineeringStudents
No comment yet.
Scooped by F. Thunus
March 11, 1:42 AM
Scoop.it!

Práctica: Conexión remota a Raspberry Pi por SSH (CMD, Ubuntu y GUI en Python)

En este video se muestra cómo conectarse a una Raspberry Pi por SSH desde Windows (CMD), desde una interfaz gráfica en Python (Tkinter) y desde Ubuntu (Terminal), incluyendo la verificación de conectividad con ping y el uso del comando ssh usuario +host

Programa
https://github.com/DianaYaz1el/Redes/blob/main/p1.py
Software
https://www.raspberrypi.com/software/

CMD (Windows): 01:23

GUI en Python (Tkinter): 02:30

Ubuntu: 03:41
No comment yet.
Scooped by F. Thunus
March 9, 1:42 AM
Scoop.it!

Fruitbox Raspberry Pi Arcade Musikbox Musicbox

Fruitbox Raspberry Pi Arcade Musikbox Musicbox
No comment yet.
Scooped by F. Thunus
March 7, 12:39 AM
Scoop.it!

Control a Fan Using a Website 😳 | Arduino + Web Serial API

I built a web application that uses the Web Serial API to control a real fan using Arduino ⚡

The website sends motor speed values directly from the browser to the Arduino, and PWM controls the fan in real time — no extra software needed.

This is where web development meets electronics 🔥

👉 Subscribe for more web + hardware projects and creative tech builds.

#Arduino #WebSerialAPI #JavaScript #Electronics #DIYTech #Maker #Programming #TechProjects
No comment yet.
Scooped by F. Thunus
March 5, 12:42 AM
Scoop.it!

GyroidOS virtualization solution aims to secure embedded devices, ease cybersecurity certification - CNX Software

GyroidOS virtualization solution aims to secure embedded devices, ease cybersecurity certification - CNX Software | Raspberry Pi | Scoop.it
Maintained by Fraunhofer AISEC, GyroidOS is an open-source, multi-arch OS-level virtualization solution designed for embedded devices with hardware...
No comment yet.
Scooped by F. Thunus
March 3, 12:38 AM
Scoop.it!

Raspberry Pi: acceso remoto con VNC

Configurar #VNC en #Raspberry #Pi es simple, pero hay un detalle clave que suele causar el clásico problema de pantalla negra.
Aquí te muestro la forma correcta y funcional de hacerlo, sin vueltas.

Articulo completo: https://blog.anibalcopitan.com/2026/02/raspberry-pi-acceso-remoto-con-vnc.html
No comment yet.
Scooped by F. Thunus
Today, 4:10 AM
Scoop.it!

Domotique Arduino - Système de ventilation #genie #electronique #shorts

Domotique Arduino - Système de ventilation #genie #electronique #shorts
No comment yet.
Scooped by F. Thunus
March 24, 4:09 AM
Scoop.it!

ATABoy Is An Open Source USB Bridge For Old IDE Drives

ATABoy Is An Open Source USB Bridge For Old IDE Drives | Raspberry Pi | Scoop.it
You can get an IDE to USB bridge from all the usual sources, but you may find those fail on the older drives in your collection-- apparently they require drives using logical block addressing, which d...
No comment yet.
Scooped by F. Thunus
March 22, 1:40 AM
Scoop.it!

Raspberry Pi projects to try this weekend (February 13 - 15)

Raspberry Pi projects to try this weekend (February 13 - 15) | Raspberry Pi | Scoop.it
Plugging in wires is so 2025.
No comment yet.
Scooped by F. Thunus
March 20, 3:07 AM
Scoop.it!

Medidor de energía ESP32⚡️ #arduino #diy #voltaje

En este video te enseño cómo construir tu propio medidor de energía eléctrica casero, utilizando un pequeño recipiente un SP 32, y por supuesto una pantalla para poder visualizar el voltaje de los vatios y el costo generado por consumo eléctrico
No comment yet.
Scooped by F. Thunus
March 18, 3:06 AM
Scoop.it!

I Built a Solar Kiln Monitoring System LoRa + Raspberry Pi First Week Results

This video is a full walkthrough of my Solar Kiln + OTGRND RMS (Remote Monitoring System) build — even though I didn’t capture a ton of the early construction on camera. I used SketchUp screen recordings and other data I have gathered to show the kiln layout and sensor placement, plus some of the data we are getting in.

Most importantly: I now have about a week of real kiln data to review. The environment readings are looking good, but the moisture content (MC) channels got noticeably noisier once the probes moved from my office test setup out to the kiln with longer cable runs. In this video I touch on that, and what we’re going to test next.

A big part of this project has been working with my AI engineering buddy; It has named itself "Sage"… weird huh?? (AKA ChatGPT) to iterate quickly on firmware, payloads, troubleshooting ideas, and test plans — and you’ll see how that helped keep momentum.

Next improvements we’re working on
• New firmware that exposes MC sensor parameters (settle time / sampling / etc.) so I can tune it without constant rebuilds
• Kiln airflow baffling: using barriers to force air through the stack instead of short-circuiting
• User ideas: List them in the comments, I’d love to try some of your ideas to see if we can get this solar Kiln working in the best possible way. What is cool is we can see the changes in the data and see if things really helped or not

I’d love your help (seriously)
If you’ve built a solar kiln or you’ve dealt with long-run analog sensor noise:
• Best practices for air baffling and intake/exhaust placement?
• Any other idea???
Drop ideas in the comments — I’ll incorporate the best ones in the next iteration.
________________________________________
Hardware / Stack
• Heltec ESP32-S3 LoRa nodes (kiln node + base receiver)
• LoRa link to base station
• Raspberry Pi running Mosquitto MQTT + bridge service
• Key=value payload schema (simple, debuggable)
SCHEMA
• Serial → MQTT bridge that routes events/telemetry
No comment yet.
Scooped by F. Thunus
March 16, 3:06 AM
Scoop.it!

Física e Eletricidade - Atividade 1 #vanderlab #arduino #robotics

Inscreva-se e acompanhe tudo de perto enquanto inspiramos mentes criativas e fomentamos o aprendizado hands-on. Junte-se a nós nessa jornada tecnológica!

Acesse:
www.institutovanderlab.com
Instagram/YouTube: @vander_lab

Parceiros:
Instituto Newton C. Braga de São Paulo - SP - www.newtoncbraga.com.br
Mecatrônica Jovem São Paulo – SP.
Mouser Eletronics - TEXAS USA.

"Seguimos juntos por um futuro melhor!" Vander LAB.
No comment yet.
Scooped by F. Thunus
March 14, 1:39 AM
Scoop.it!

Arduino UNO Q4

¿Sabias que este Arduino corre Debian Linux? 🤭🤯
Si, la UNO Q tiene dos cerebros🧠 : Arduino en tiempo real y Linux como mini PC. 🌟🙌🏼 Visita uelectronics.com 🧡✨️
#Arduino #Debian #Linux #techtok #estudiantes
No comment yet.
Scooped by F. Thunus
March 12, 1:40 AM
Scoop.it!

Open Stack standalone 4G LTE IoT board runs RTOS on Quectel EC200U LTE module (Crowdfunding) - CNX Software

Open Stack standalone 4G LTE IoT board runs RTOS on Quectel EC200U LTE module (Crowdfunding) - CNX Software | Raspberry Pi | Scoop.it
Open Stack is a standalone 4G LTE IoT connectivity board designed to run RTOS-based C applications directly on the Quectel EC200U series LTE module,...
No comment yet.
Scooped by F. Thunus
March 10, 1:39 AM
Scoop.it!

v76 - MicroPython/LVGL - Let's use an Integrated ST7789 Display with a RPI Pico2

This is video 76 on a MicroPython/LVGL embedded solution. In this video, we look at an integrated ST7789 display and its components. Also we provide updated Raspberry Pi Pico2 firmware for the device since it has a 16MB Flash drive. This device has audio, sdcard, RTC, and an IMU sensor. We demonstrate the working drivers with two simple LVGL programs.

You can fetch the firmware and programs from our GitHub site, and begin using them immediately.

In this video,
• Demonstrate two MicroPython LVGL programs .
• Review the device capabilities.
• Discuss the display, audio, and sdcard configuration.

The code for this video is available at the GitHub site:
https://github.com/kwinter745321/PicoLVGL/tree/main/Videos/video76

Background music is 7th Life by Adam MacDougall which is You Tube Licensed as not requiring an attribution.
No comment yet.
Scooped by F. Thunus
March 8, 12:39 AM
Scoop.it!

J'hésite... Tout mettre dans le NAS ou un Mini PC Proxmox ?

Aujourd'hui, on déballe une pépite dénichée sur Le Bon Coin ! 📦 Un mini PC sous i7 pour seulement 130€. Est-ce la machine ultime pour Proxmox et remplacer mon vieux Raspberry Pi qui galère ? On démonte tout pour vérifier les composants ! 🛠️

Au programme de cette vidéo :

Déballage et inspection du matériel (surprise sur le SSD...).

Analyse du processeur i7-8700T : Pourquoi est-il si recherché ?

Comparatif rapide avec le i3-9100T et usage pour la virtualisation.

Mes projets pour cette machine : Proxmox, NAS, et même un Hackintosh ?

Maintenance : Changement de pâte thermique et test de démarrage.

Retrouvez tous les fichiers et tutos sur mon site : http://bricolo2point0.fr

N'oubliez pas de vous abonner pour ne pas rater la suite de l'installation de Proxmox sur ce monstre ! Un petit like si vous aussi vous aimez chiner du hardware ! 👍

#Bricolo20 #Domotique #Proxmox #MiniPC #Unboxing #Hardware #Makers #DIY #HomeServer #TechOccasion
No comment yet.
Scooped by F. Thunus
March 6, 12:38 AM
Scoop.it!

Arduino RGB LED Project For Beginners

If you're new to electronics and programming, this project is a perfect starting point!

In this tutorial, we cover:
✔ What an RGB LED is and how it works
✔ How to connect it to your Arduino board
✔ Why resistors are important
✔ How to upload code
✔ How to create different colors using color mixing

We are using the Arduino Uno, one of the most beginner-friendly and popular Arduino boards.

🧰 Components Required:

Arduino Uno

RGB LED

220Ω Resistors (x3)

Breadboard

Jumper Wires

USB Cable

💻 Software Used:

Arduino IDE

If you want to learn Arduino, electronics, and coding in a simple way, don’t forget to Like, Share, and Subscribe for more beginner-friendly projects!

#Arduino #RGBLED #ArduinoProject #ElectronicsForBeginners #CodingTutorial
No comment yet.
Scooped by F. Thunus
March 4, 12:38 AM
Scoop.it!

HOW TO REMOTE ACCESS RASPBERRY PI

In this video tutorial I have explained the method how to access Raspberry Pi 4 Model B remotely using Raspberry Pi connect feature. Its pretty simple and straight forward method to configure.
Once it is configured and setup at some remote location, it can be easily accessible.

Also if you are interested learning

How to Install OS on Raspberry PI
https://youtu.be/tGjYjxtKgZg

How to install case and physically setup Raspberry pi 4 Model B
https://youtu.be/itldJE00lqk

If you appreciate my efforts and want to support me

🌐 Website: https://zonatsolutions.com
📘 Facebook: facebook.com/zonatsolutions
📸 Instagram: instagram.com/zonatsolutions
☕ Buy Me a Coffee : donate.zonatsolutions.com

Thank you for watching! ❤️

========
Search terms
========
Raspberry Pi 4 Model B, Raspberry Pi setup, Raspberry Pi assembly, Raspberry Pi case installation, Raspberry Pi beginner guide, Raspberry Pi unboxing, Raspberry Pi heatsinks
raspberry pi 4
raspberry pi 4 model b
raspberry pi setup
raspberry pi physical setup
raspberry pi assembly
raspberry pi beginner
raspberry pi unboxing
raspberry pi case installation
raspberry pi heatsink installation
raspberry pi wiring
how to assemble raspberry pi
raspberry pi tutorial
raspberry pi for beginners
raspberry pi 4 setup guide
raspberry pi hardware setup
No comment yet.
Scooped by F. Thunus
March 2, 12:41 AM
Scoop.it!

The best Raspberry Pi accessory I bought this year costs under $5

The best Raspberry Pi accessory I bought this year costs under $5 | Raspberry Pi | Scoop.it
This humble accessory protects my Pi’s ports and makes setup less fragile every time I plug in a display.
No comment yet.