Raspberry Pi
1.1M views | +16 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
November 8, 1:42 AM
Scoop.it!

Banana Pi BPI-R4 Pro router board adds 10GbE ports, WiFi 7, and 8GB RAM

Banana Pi BPI-R4 Pro router board upgrades to 8GB RAM, dual 10GbE, WiFi 7, and rich M.2 expansion for high-speed router and NAS applications.
The post Banana Pi BPI-R4 Pro router board adds 10GbE ports, WiFi 7, and 8GB RAM appeared first on Electronics-Lab.
No comment yet.
Scooped by F. Thunus
November 6, 12:35 AM
Scoop.it!

How to Read Capacitor Voltage Codes Easily! #Shorts

How to Read Capacitor Voltage Codes Easily! #Shorts

Description
"Confused by the codes on capacitors like 0J, 1A, 2E, or 2J? This short video explains how to quickly decode standard voltage markings and choose the right capacitor for your electronics projects.
Learn the importance of correct voltage ratings to avoid damage and improve circuit reliability.
Watch, learn, and share for safe and smart electronics!



keywords 🔥

capacitor voltage code

capacitor marking

capacitor decoding

how to read capacitor code

electronics basics

electronic components

capacitor value

voltage rating

capacitor selection

electronics tutorial

SMD capacitor code

through-hole capacitor

EIA voltage codes

film capacitor marking

component labeling

circuit design

capacitor identification

capacitor chart

electrical engineering


hashtag 🔥

#Capacitor #capacitor
#electronics
#voltagecode
#electricalengineering
#componentcode
#capacitorvalue
#arduino
#engineering
#circuitdesign
#technology
#diy
#howto
#shorts
#YouTubeShorts
#SMDcapacitor
#filmcapacitor
#electroniccomponents
#Capacitor #VoltageCode #Electronics #Shorts
No comment yet.
Scooped by F. Thunus
November 4, 12:35 AM
Scoop.it!

Solar Powering your Raspberry Pi

In this video i talk about my latest project, the PV PI! A Raspberry Pi HAT that can power your Raspberry Pi from a 12V LiFePO4 battery which charging it from the sun!

Check out our PCB sponsor ALLPCB!
https://www.allpcb.com/lp/prototype-4.html?code=YT81
No comment yet.
Scooped by F. Thunus
November 2, 1:34 AM
Scoop.it!

Actualizar firmware de las Raspberry Pi Pico #shorts #bernardotutoriales #technology #robotica #diy

ELECROW Raspberry Pi Pico Advanced Kit.

No te pierdas la revisión de este impresionante kit de Raspberry, en mi canal de YouTube 'Bernardo Tutoriales' (enlace en la BIO o busca en YouTube el canal 'Bernardo Tutoriales'). Si no estás suscrito aprovecha para suscribirte, ya que tenemos infinidad de vídeos relacionados con robótica, tecnología, electrónica, programación, Arduino, diseño3D, etc., etc.

#bernardotutoriales #arduino #arduinoproject #arduinouno #arduinofun #diseñografico #Freecad #impresion3D #impresión3d #impresora3D #diseño #diseño3d #soldadura #electro #electronics #electronic #multimeter #multimetro #multimetrodigital #raspberry #raspberries #raspberrypi #pipico
No comment yet.
Scooped by F. Thunus
October 31, 1:34 AM
Scoop.it!

[Yocto-BBB] Build image cho Beaglebone Black sử dụng Yocto Project

Chào mừng tất cả các bạn đến với kênh của mình. Kênh mình chuyên viết về Nhúng Linux. Mình muốn bổ sung thêm cả các video hướng dẫn để các bạn tiện thực hành hơn.

Blog : https://embeddedlinux.blog/
Facebook: https://www.facebook.com/people/Embedded-Linux-Blog/61579958129080
LinkedIn: https://www.linkedin.com/in/zk47tien/


Bài này mình sẽ nói về
- Sơ lược về Lý thuyết của Yocto Project,
- Cách clone source code poky và các meta layer cần thiết
- Sửa file cấu hình bblayer.conf, local.conf
- Build và test image trên Board

Bài tới mình sẽ tiếp tục nói về bbappend, cũng như ta sẽ thực hành thêm mật khẩu cho User

Nếu các bạn thấy hay mình rất mong được các Like Share và Subcribe kênh mình nhé !!!

#YoctoProject #BeagleboneBlack #EmbeddedLinux #Linux #BBB #Yocto
No comment yet.
Scooped by F. Thunus
October 29, 1:33 AM
Scoop.it!

OTP Based Door Lock System using Arduino & GSM | SMS Alert

In this video, I build an OTP-based door lock system using Arduino and a GSM module. This smart lock project sends an SMS alert and enhances home security with a one-time password verification feature.

Code & Circuit Diagram :- https://github.com/PrateekSinghRajput/JustDoElectronics_Projects/tree/main/Arduino

Component List
*******************************
Arduino Nano
16x2 LCD Display
I2C Module
Sim800l GSM Module
5v Relay Module
4x4 Keypad
Buzzer
Zero PCB
USB Cable
*******************************

Project Buy Link
*************************************************
Ready To Go Kit :- https://rzp.io/rzp/Lnqs3vik
*************************************************

get connected with justdoelectronics everywhere....
***************************************************************
Subscribe Main Channel :- https://bit.ly/4efKutM
Subscribe Shorts Channel :- https://bit.ly/3TPRkOr
Website:- https://justdoelectronics.com
GitHub :- https://github.com/PrateekSinghRajput
Instagram :- https://www.instagram.com/justdoelectronics
Facebook:- https://www.facebook.com/justdoelectronics.justdoelectronics
***************************************************************

🎙🎥  My Gear 🎥🎙
*******************************************
Camera :- Canon EOS M50 Mark II (https://www.amazon.in/Canon-Mark-EF-M-15-45mm-Black/dp/B08KSKV35C)
Microphone :- Mirfak audio tu1
Light :- DIGITEK (LED-D135 ML) 12W (https://bit.ly/4gJmjW9)
Laptop :- MacBook Air (https://bit.ly/3N9Korz)
*******************************************

🌟 Please LIKE SHARE ❤️ And SUBSCRIBE For More AMAZING Content! 🎥

#diy #diyprojects #Arduino #OTPLock #DoorLockSystem #ArduinoProjects #IOT #SecuritySystem #SmartLock #GSMModule #EmbeddedSystems #EngineeringProjects #ArduinoTutorial #ElectronicsProject #HomeSecurity
No comment yet.
Scooped by F. Thunus
October 27, 1:33 AM
Scoop.it!

Arduino Uno Q - does it beat the Raspberry Pi?

Is the Arduino Uno Q a Pi beater? Lets put it to the test

Join this channel to get access to perks:
https://www.youtube.com/channel/UCuoS-cgppnO46VCcQi81jvQ/join

💁‍♂️ For more information on Kevs Robots, tutorials and more visit: https://www.kevsrobots.com

🎖To join the membership at 🥉bronze, 🥈silver or 🥇gold levels, head over to
https://www.smarsfan.com/membership

Join the list - https://action.smarsfan.com/join-the-list

☕️ Enjoy this video? Buy me a coffee! https://www.buymeacoffee.com/kevinmcaleer

📸 Follow me on Instagram - @kevinmcaleer https://www.instagram.com/kevinmcaleer/
🐦 Follow me on Twitter - @kevsmac https://twitter.com/kevsmac
🙂📘 Join the Facebook group - Small Robots https://www.facebook.com/groups/smallrobots

👩‍💻 My Code on GitHub: https://www.github.com/kevinmcaleer

🎵 Music by Epidemic Sounds https://www.epidemicsound.com/referral/h7e3kx/

#Pico​ #MicroPython​ #Robotics
No comment yet.
Scooped by F. Thunus
October 25, 1:32 AM
Scoop.it!

Speak Freely: Private Language Models on a Shoestring Budget by Arvind Sundararajan

Speak Freely: Private Language Models on a Shoestring Budget by Arvind Sundararajan | Raspberry Pi | Scoop.it
Speak Freely: Private Language Models on a Shoestring Budget Tired of compromising user... Tagged with machinelearning, privacy, ai, python.
No comment yet.
Scooped by F. Thunus
October 23, 1:32 AM
Scoop.it!

What Qualcomm's Arduino deal means for your Raspberry Pi

What Qualcomm's Arduino deal means for your Raspberry Pi | Raspberry Pi | Scoop.it
So far, Raspberry Pi hasn't faced much serious competition. That could be about to change.
No comment yet.
Scooped by F. Thunus
October 21, 12:32 AM
Scoop.it!

arduino - How can I use the PN532 with an ESP32-Wroom-32?

arduino - How can I use the PN532 with an ESP32-Wroom-32? | Raspberry Pi | Scoop.it
How can I use the PN532 with an ESP32-Wroom-32? Ask Question Asked today Modified today Viewed 7 times 0 The ESP32 cant find the NFC module (Pn532). I used the I2C and SPI without any promising results. I used the Example code and edited the Pins Every time I only Get this result: Serial.print("Didn't find PN53x board"); #include <Wire.h> #include <SPI.h> #include <Adafruit_PN532.h> // If using the breakout with SPI, define the pins for SPI communication. #define PN532_SCK (16) #define PN532_MOSI (25) #define PN532_SS (17) #define PN532_MISO (26) // Uncomment just _one_ line below depending on how your breakout or shield // is connected to the Arduino: // Use this line for a breakout with a software SPI connection (recommended): Adafruit_PN532 nfc(16, 26, 25, 17); // Use this line for a breakout with a hardware SPI connection. Note that // the PN532 SCK, MOSI, and MISO pins need to be connected to the Arduino's // hardware SPI SCK, MOSI, and MISO pins. On an Arduino Uno these are // SCK = 13, MOSI = 11, MISO = 12. The SS line can be any digital IO pin. //Adafruit_PN532 nfc(PN532_SS); // Or use this line for a breakout or shield with an I2C connection: //Adafruit_PN532 nfc(PN532_IRQ, PN532_RESET); // Or use hardware Serial: //Adafruit_PN532 nfc(PN532_RESET, &Serial1); void setup(void) { Serial.begin(115200); while (!Serial) delay(10); // for Leonardo/Micro/Zero Serial.println("Hello!"); nfc.begin(); delay(1000); uint32_t versiondata = nfc.getFirmwareVersion(); if (! versiondata) { Serial.print("Didn't find PN53x board"); while (1); // halt } // Got ok data, print it out! Serial.print("Found chip PN5"); Serial.println((versiondata>>24) & 0xFF, HEX); Serial.print("Firmware ver. "); Serial.print((versiondata>>16) & 0xFF, DEC); Serial.print('.'); Serial.println((versiondata>>8) & 0xFF, DEC); Serial.println("Waiting for an ISO14443A Card ..."); } void loop(void) { uint8_t success; uint8_t uid[] = { 0, 0, 0, 0, 0, 0, 0 }; // Buffer to store the returned UID uint8_t uidLength; // Length of the UID (4 or 7 bytes depending on ISO14443A card type) // Wait for an ISO14443A type cards (Mifare, etc.). When one is found // 'uid' will be populated with the UID, and uidLength will indicate // if the uid is 4 bytes (Mifare Classic) or 7 bytes (Mifare Ultralight) success = nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A, uid, &uidLength); if (success) { // Display some basic information about the card Serial.println("Found an ISO14443A card"); Serial.print(" UID Length: ");Serial.print(uidLength, DEC);Serial.println(" bytes"); Serial.print(" UID Value: "); nfc.PrintHex(uid, uidLength); Serial.println(""); if (uidLength == 4) { // We probably have a Mifare Classic card ... Serial.println("Seems to be a Mifare Classic card (4 byte UID)"); // Now we need to try to authenticate it for read/write access // Try with the factory default KeyA: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF Serial.println("Trying to authenticate block 4 with default KEYA value"); uint8_t keya[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; // Start with block 4 (the first block of sector 1) since sector 0 // contains the manufacturer data and it's probably better just // to leave it alone unless you know what you're doing success = nfc.mifareclassic_AuthenticateBlock(uid, uidLength, 4, 0, keya); if (success) { Serial.println("Sector 1 (Blocks 4..7) has been authenticated"); uint8_t data[16]; // If you want to write something to block 4 to test with, uncomment // the following line and this text should be read back in a minute //memcpy(data, (const uint8_t[]){ 'a', 'd', 'a', 'f', 'r', 'u', 'i', 't', '.', 'c', 'o', 'm', 0, 0, 0, 0 }, sizeof data); // success = nfc.mifareclassic_WriteDataBlock (4, data); // Try to read the contents of block 4 success = nfc.mifareclassic_ReadDataBlock(4, data); if (success) { // Data seems to have been read ... spit it out Serial.println("Reading Block 4:"); nfc.PrintHexChar(data, 16); Serial.println(""); // Wait a bit before reading the card again delay(1000); } else { Serial.println("Ooops ... unable to read the requested block. Try another key?"); } } else { Serial.println("Ooops ... authentication failed: Try another key?"); } } if (uidLength == 7) { // We probably have a Mifare Ultralight card ... Serial.println("Seems to be a Mifare Ultralight tag (7 byte UID)"); // Try to read the first general-purpose user page (#4) Serial.println("Reading page 4"); uint8_t data[32]; success = nfc.mifareultralight_ReadPage (4, data); if (success) { // Data seems to have been read ... spit it out nfc.PrintHexChar(data, 4); Serial.println(""); // Wait a bit before reading the card again delay(1000); } else { Serial.println("Ooops ... unable to read the requested page!?"); } } } } I tried SPI and I2C and different Pins arduinoesp32roboticspn532 Share Improve this question Follow asked 11 mins ago Moritz Ende 1 New contributor Moritz Ende is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. Add a comment Know someone who can answer? Share a link to this question via email, Twitter, or Facebook. Start asking to get answers Find the answer to your question by asking. Ask question Explore related questions arduinoesp32roboticspn532 See similar questions with these tags. <div></div>
No comment yet.
Scooped by F. Thunus
October 19, 1:35 AM
Scoop.it!

4 tiny single-board computers that outclass the Raspberry Pi

4 tiny single-board computers that outclass the Raspberry Pi | Raspberry Pi | Scoop.it
Discover 4 powerful single-board computers that outshine the Raspberry Pi in performance, features, and value. From Radxa X4 to Orange Pi 5 Pro, these alternatives offer superior specs and capabilities for demanding projects.
No comment yet.
Scooped by F. Thunus
October 17, 1:49 AM
Scoop.it!

This official Raspberry Pi keyboard has the computer built inside of it, but you may not like the price

This official Raspberry Pi keyboard has the computer built inside of it, but you may not like the price | Raspberry Pi | Scoop.it
An expensive slice of Pi.
No comment yet.
Scooped by F. Thunus
Today, 1:30 AM
Scoop.it!

UmbrelOS : Une solution simple et efficace... mais pas sans défaut

UmbrelOS : Une solution simple et efficace... mais pas sans défaut | Raspberry Pi | Scoop.it
UmbrelOS est un système open source qui permet de transformer un simple ordinateur ou Raspberry Pi en serveur personnel.Idéal pour l’auto-hébergement, il...
No comment yet.
Scooped by F. Thunus
November 7, 1:42 AM
Scoop.it!

Sakura Pi RK3308B SBC offers RGB LCD interface, supports mainline Linux - CNX Software

Sakura Pi RK3308B SBC offers RGB LCD interface, supports mainline Linux - CNX Software | Raspberry Pi | Scoop.it
Sakura Pi RK3308B is a small, Raspberry Pi Zero-sized SBC with an RGB LCD interface and support for mainline Linux...
No comment yet.
Scooped by F. Thunus
November 5, 12:35 AM
Scoop.it!

DIY Automatic door Opener #arduino #mimeraz #12volts

Full Video : MI BIGGANI
https://www.youtube.com/@mibiggani
No comment yet.
Scooped by F. Thunus
November 3, 12:34 AM
Scoop.it!

RFID Based Smart Shopping Cart using Arduino UNO | Add & Remove Items with Button

In this project, we create an RFID Based Smart Shopping Cart using Arduino UNO, RFID module, and push buttons for adding or removing items.
When an item’s RFID tag is scanned, it’s automatically added to the cart’s list. You can also remove items by pressing the “Remove” button. The total bill updates instantly on the LCD display.

This project reduces queue time at billing counters and enhances the shopping experience through automation and IoT-based innovation.

🔧 Components Used:

Arduino UNO

RFID RC522 Module

LCD Display (16x2 or I2C)

Push Buttons (Add / Remove)

Buzzer

Power Supply

💡 Features:
✅ Add or remove products using RFID and buttons
✅ Real-time price update on display
✅ Simple and low-cost prototype
✅ Ideal for IoT & automation beginners


#RFIDShoppingCart #SmartCart #ArduinoProjects #IoTProject #ArduinoUNO #EmbeddedSystems #RFIDProject #SmartRetail #ShoppingAutomation #TechInnovation #DIYElectronics #ElectronicsProjects #ArduinoTutorial #EngineeringProjects #StudentProjects #TechForFuture #IoTIdeas #SmartSystem #AutomationProject
#RFIDShoppingCart #SmartCart #ArduinoUNO #IoTProject #ArduinoShorts #SmartShopping #TechInnovation #DIYElectronics #ElectronicsShorts #AutomationProject #FutureTech #ShoppingAutomation #ArduinoProjects #EngineeringShorts #Innovation #SmartSystem #TechShorts #StudentProject #BTechProject #IoTIdeas #ElectronicsEngineering #GadgetBuild #SmartRetail #SmartTech
#RFIDShoppingCart #SmartCart #ArduinoUNO #IoTProject #ArduinoProjects #RFIDProject #SmartRetail #TechInnovation #DIYElectronics #ElectronicsProjects #AutomationProject #SmartShopping #FutureTech #SmartSystem #EngineeringProject #MiniProject #MajorProject #StudentProject #BTechProject #ArduinoShorts #IoTIdeas #ElectronicsEngineering #InnovationTech #GadgetBuild #ArduinoBuild #IoTInnovation #TechShorts #EngineeringShorts #ArduinoCommunity #MakersProject #ElectronicsWorld #SmartTechnology #FutureShopping #RFIDTech #ArduinoLife #TechCreators #EmbeddedProjects #ShoppingAutomation #MakerMovement #ArduinoIndia #RFIDSystem #EngineeringIdeas #AutomationInnovation #STEMProject #SmartCartSystem #IoTDevice #ArduinoCoding #TechDIY
No comment yet.
Scooped by F. Thunus
November 1, 1:34 AM
Scoop.it!

Analizando la placa ARDUINO UNO Q

👉🏻 Puedes cotizar la fabricaión de placas PCB, impresión 3D, desde la página de PCBWay: https://www.pcbway.com/

👉🏻 Si quieres apoyar al canal en Paypal: https://www.paypal.me/CarlosQL

👉🏻 Puedes encontrar mis proyectos de PCB desde mi comidad de PCBWAY https://www.pcbway.com/project/member/?bmbno=EB5F0906-643A-4F

📲 WhatsApp +51991915652
📩 carlos.quispe.359@gmail.com
📩 carlos359_7@hotmail.com
✅ GitHub https://github.com/CARLOS-QL
✅ página de facebook https://www.facebook.com/CQtechnology/
✅ Grupo de facebook: https://www.facebook.com/groups/360990114490491
No comment yet.
Scooped by F. Thunus
October 30, 12:34 AM
Scoop.it!

Get Raspberry Pi5 8GB Laptop, Raspberry pi 5 MIni PC Computer,2.4GHz 64-bit Quad-core Arm Cortex-A7

Raspberry Pi5 8GB Laptop, Raspberry pi 5 MIni PC Computer,2.4GHz 64-bit Quad-core Arm Cortex-A76, Bluetooth5.0,BLE Wireless
Buy on ✅https://s.click.aliexpress.com/e/_c4VBEEjz
==========================================================
Scrolling for smart buys? Stop here, your cart will thank you.

New Arrival Raspberry Pi5 8GB Laptop, Raspberry pi 5 MIni PC Computer,2.4GHz 64-bit Quad-core Arm Cortex-A76, Bluetooth5.0,BLE Wireless
Editor’s Choice Raspberry Pi5 8GB Laptop, Raspberry pi 5 MIni PC Computer,2.4GHz 64-bit Quad-core Arm Cortex-A76, Bluetooth5.0,BLE Wireless
Get Raspberry Pi5 8GB Laptop, Raspberry pi 5 MIni PC Computer,2.4GHz 64-bit Quad-core Arm Cortex-A76, Bluetooth5.0,BLE Wireless

Mix of budget and banger picks—perfect for quick decision-makers.
Minimal fluff, maximum value—curated with love (and coffee).

Stay Connected:
👍 Hit that like button—your support keeps this going!
📝 Comment your favorite pick—let’s crowdsource the best deals!
🔔 Like & subscribe for more finds that actually matter!

No cap, these are the type of products you keep using.

Disclaimer:
- Shop smart, stay safe, and when in doubt, ask a pro.
- This video is for informational purposes only—always follow the manufacturer’s instructions.
- We’re not responsible for product usage outcomes; read manuals and install wisely.

#Ble #Mini #Cortex #Wireless #Raspberry

#BeautyEssentials #FashionTrends #Ecommerce #InternationalShipping #OnlineDeals #TechGadgets #GlobalShopping #GadgetLovers

raspberry, pi5, 8gb, laptop, raspberry, pi, 5, mini, pc, computer, 2, 4ghz, 64, bit, quad, core, arm, cortex, a76, bluetooth5, 0, ble, wireless
No comment yet.
Scooped by F. Thunus
October 28, 1:33 AM
Scoop.it!

How To Setup Your Own VPN Using A Raspberry PI

This guide shows you how to host your own VPN using a Raspberry PI and PIVPN.

Resources referenced in this guide
__________________________________
NORDVPN - (73% off and 3 extra months and 30 day money back guarantee) - https://go.nordvpn.net/aff_c?offer_id=266&aff_id=132099&url_id=710

Raspberry PI 5 - 8gb - https://www.amazon.co.uk/Raspberry-Pi-SC1112-5-8GB/dp/B0CK2FCG1K/ref=sr_1_2?crid=2EUTUNE2EVJ1E&dib=eyJ2IjoiMSJ9.4tE8TfIhk3OgtNe4PtZzi310Af4Q95JCYxYBTIPHF3V77ZD71bgSwnZKs3P6_A1W_fe-DMk5_pn5-ISxmWnhMUmv8SUvMpmk6HkTaoBv0thggIQJrByRL7fzpC58h1cjl4hDDrKibkQUj3V7FlvY-7I2DrilnXfXnNOhhM8aZvG_NuKeRrbbk_8IAvs3hMa-MwLe1xVS8hZlqWU3zdVZvs7aJdjd_FYjME3ZEIGnN-o.7_MTwNBYxDY0LzNdGiNEYT5sCtG9_ulYIZ1pAdZqf4M&dib_tag=se&keywords=raspberry%2Bpi%2B8gb%2Bamazon%2Buk&qid=1759586409&sprefix=raspberry%2Bpi%2B8gb%2Bamazon%2Buk%2Caps%2C104&sr=8-2&th=1&tag=evelinuse-21

Raspberry PI 5 kit - https://www.amazon.co.uk/iRasptek-Raspberry-8GB-Starter-Pre-installed/dp/B0D1D6RFNG/ref=sr_1_1?crid=29DED5UXH9AUR&dib=eyJ2IjoiMSJ9.gDLyHJveKnPMWfvgA2hBBxXcAodI8dj6wLnft54xcseozyaYI0vET62VgWjjbb1LGLyngmcuvzMb4ZbcFrI0yrZjVjXjn_BJVZkCkUX9DiTe6t_50rEhfJrT8yqy6NuE1SyMMnCXzPxuUeCBxk95iGxjc9utzYxEQT4o4TyRUcMDxbRlTNz-y-mKF1H--G0g-EDwLc9EJin4SfeVNpJ2gP3hajLNdpUEaP7M8HtvHi0.S-Mcgms77aRdSsW7fKgC1OpM_eQgbsqe8awhdbGmFf8&dib_tag=se&keywords=raspberry+pi+5+8gb+starter+kit&qid=1759586577&sprefix=raspberry%2Bpi%2B8gb%2Caps%2C124&sr=8-1&tag=evelinuse-21

SD Card reader - https://www.amazon.co.uk/acer-Adapter-Supports-Compatible-MacBook-Grey/dp/B0DQ71G4G4/ref=sr_1_1_sspa?crid=EAA4GG8GU2HR&dib=eyJ2IjoiMSJ9.0gNaB3HZptfVxTh9us71FYVCyGIJ9X8JLN413MYtF50rZF09yXn5PsWR0nnhsuyLUypDz6xCiXRCOBnhnPPkgnK7JzqT3LIaXHXeRuDD2QRDSk8wlduMYYv5k0DEHtkk4R54q6zgMDnnqddyxkq1mcCLl5ihQEj_2fcVHUbQF25MK29bNXBAwri908bcxD1bDUxSh78pjzq8Qt864DTNpmUOCsdy2m8hv8lVhQCsC3A.VkN3MU8VTsXaZwlZVLBIsXe5Tm1XhSdcVMA8X9JLkz4&dib_tag=se&keywords=sd+card+reader+usb&qid=1759586643&sprefix=sd+card+reader+usb%2Caps%2C171&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1&tag=evelinuse-21

Raspberry PI OS software - https://www.raspberrypi.com/software/

Filezilla - https://filezilla-project.org/

Wireguard client - https://www.wireguard.com/install/

Everyday Linux User is your ultimate resource for making Linux simple and accessible for average computer users! 🐧 Get beginners guides to Linux, practical tutorials, and clear explanations designed for the everyday Linux user – no advanced tech knowledge required! ✨

Subscribe to Everyday Linux User for new, easy-to-follow Linux content every week! ▶️

Like our videos 👍 to help us reach more users.

Support the channel and get exclusive perks by becoming a channel member! 🚀

Send a Super Thanks 💖 to show your appreciation for our free tutorials.

Thanks for watching and happy Linux-ing! 💻

#LinuxForBeginners #EverydayLinuxUser #RaspberryPI #VPN #PIVPN
No comment yet.
Scooped by F. Thunus
October 26, 1:33 AM
Scoop.it!

Raspberry Pi: The Pocket-Sized Powerhouse Transforming Engineering Projects

Discover how this compact computer is reshaping innovation and DIY tech with real-world applications:

Ad-Free Browsing – Set up Pi-hole to block ads across all devices
Secure Networking – Use PiVPN for protected, private connections
Smart Home Control – Automate lighting, security, and appliances with ease
Perfect for Learning – Ideal for exploring coding, electronics, and prototyping

Affordable, open-source, and backed by a massive global community, Raspberry Pi gives creators the freedom to build, learn, and innovate without limits.

#RaspberryPi #DIYProjects #IoT #EmbeddedSystems #SmartHome #PiHole #PiVPN #TechInnovation #MakersCommunity #STEMLearning #OpenSourceHardware #Automation #EngineeringProjects #EdgeComputing #HomeAutomation #RaspberryPiProjects #DigitalInnovation #TechForBeginners #CodingForAll #InnovationLab #HardwareDevelopment #FutureTech #Gadgets #AIoT #RoboticsDevelopment

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

At Think Robotics, we are dedicated to empowering innovators of all ages by providing a comprehensive range of high-quality robotics components, electronics, and DIY kits. Our mission is to make technology accessible, fostering a global community of builders, creators, startups, and tech enthusiasts.

Explore Our Offerings:

Robotics Parts & Components: Discover a vast selection of products to bring your projects to life.

DIY Kits: Engage in hands-on learning with our kits designed for both beginners and advanced users.

3D Printing Services: Turn your ideas into tangible prototypes with our cost-effective 3D printing solutions.

Join Our Community:

Connect with like-minded individuals, access free tutorials, and collaborate on innovative projects. Visit our website to learn more and become a part of the Think Robotics community.

Stay Connected:

Website: thinkrobotics.com

Facebook: facebook.com/thinkrobotics

Instagram: instagram.com/thinkrobotics

Twitter: x.com/robothink

LinkedIn: linkedin.com/company/thinkrobotics

Contact Us:

For inquiries, support, or collaboration opportunities, please reach out to us at Support@thinkrobotics.com

Robotics || DIY Kits || Artificial Intelligence || Manufacturing || 3D Printing || Electronics || Raspberry Pi || Drones || Automation || Robotics Tutorials || DIY || Electronics || ThinkRobotics || Metal Chassis for Robotics || Ackerman Metal Chassis || Robotics Chassis || Robotics Projects || Robotics Parts || Robotics Components || Robotics Automation
No comment yet.
Scooped by F. Thunus
October 24, 12:32 AM
Scoop.it!

I Built a Raspberry Pi Truth or Dare Game In 4 days!

I built a Truth or Dare machine on a Raspberry Pi — in just 4 days.
A 40-inch touchscreen, phone voting, and a few too many questionable design choices.

In this episode, I show how I built and programmed the Truth or Dare arcade cabinet for my Halloween setup, connected to my central Meatcorps Arcade system.

Built with:
– Raspberry Pi 4 (Debian 12, Chromium in kiosk mode)
– C# WebServer + Blazor frontend
– 40-inch touchscreen (AliExpress IR frame)
– MQTT communication with the arcade core

What’s inside:
0:00 Intro & Monstrosity reveal
0:27 The game loop & Game Design
4:13 Hardware build & Touchscreen
6:02 Community - Haunted cabinet update!
7:20 Touchscreen chaos
11:30 Halloween arcade updates

Would you dare to play this one, or build your own?

Full Halloween Arcade series:
https://www.youtube.com/playlist?list=PL_Ft3wnIHBMhN-oek3viiAb5Prn_e6hUp

#raspberrypi #DIYprojects #engineering
No comment yet.
Scooped by F. Thunus
October 22, 12:32 AM
Scoop.it!

ADLINK OSM-IMX95 - An NXP i.MX 95 OSM Type-L system-on-module for IoT and industrial applications - CNX Software

ADLINK OSM-IMX95 - An NXP i.MX 95 OSM Type-L system-on-module for IoT and industrial applications - CNX Software | Raspberry Pi | Scoop.it
ADLINK OSM-IMX95 is an OSM Size-L solder-on system-on-module powered by an NXP i.MX 95 hexa-core Arm Cortex-A55 SoC with an up to 2 TOPS eIQ Neutron...
No comment yet.
Scooped by F. Thunus
October 20, 1:31 AM
Scoop.it!

Qualcomm compra Arduino

Mes de Octubre del 2025, Qualcom compra Arduino, dicen que se mantendran con su autonomia y libertad para los "Makers" y ya tienen un Producto en conjunto Arduino UNO Q.
No comment yet.
Scooped by F. Thunus
October 18, 12:25 AM
Scoop.it!

Un proyecto europeo convierte los datos en calor y promete acabar con las estufas para reducir desperdicios, emisiones y costos

Un proyecto europeo convierte los datos en calor y promete acabar con las estufas para reducir desperdicios, emisiones y costos | Raspberry Pi | Scoop.it
Un nuevo experimento promete cambiar la forma en que entendemos la calefacción doméstica: convertir el calor generado por la computación en una fuente de energía limpia y barata para los hogares...
No comment yet.
Scooped by F. Thunus
October 16, 1:35 AM
Scoop.it!

Membuat Tempat Sampah Otomatis Project Arduino Uno

Membuat Tempat Sampah Otomatis Project Arduino Uno Informatika SMAN 37 Jakarta
No comment yet.