Open source hardware and software platform
POPULARITY
Categories
Industrial Talk is onsite at MD&M West and talking to Brandon Neer, Tait Stensrud and Matt Redden at Hexagon Manufacturing Intelligence. The Industrial Talk podcast, sponsored by MD&M West and News and Brews, features a discussion with Brandon, Tait, and Matt from Hexagon Manufacturing Intelligence. Brandon manages portable devices sales, Tait oversees stationary device measurement, and Matt focuses on production software. They discuss the importance of measurement in various industries, including automotive, aerospace, and medical, emphasizing quality control and automation. Hexagon's solutions integrate AI to enhance efficiency and accuracy, reducing costs through automated processes. The team highlights the significant ROI from integrating quality into manufacturing, leveraging AI to assist programmers and improve production. Listeners are encouraged to connect with them on LinkedIn for more information. Outline MD&M West and News and Brews Introduction Scott introduces the episode of Industrial Talk, sponsored by MD&M West and News and Brews, highlighting the event's focus on medtech automation, packaging, plastics, and design.Scott reiterates the podcast's mission to celebrate industrial professionals and the solutions they bring to manufacturing.Scott mentions the importance of attending MD&M West to connect with industry leaders and discover innovative solutions. Introducing the Guests: Brandon, Tait, and Matt Scott introduces the three guests: Brandon, Tait, and Matt, and suggests using their first names for ease of conversation.Brandon shares his background, mentioning his 16 years with Hexagon and his role in managing the portable devices sales team.Tait introduces himself, stating his 26 years with Hexagon and his management of the stationary device measurement team in the southwest.Matt shares his experience, mentioning his three and a half years with Hexagon and his expertise in production software and CAD CAM solutions. Hexagon's Role in Manufacturing and Quality Control Brandon explains Hexagon's role in manufacturing intelligence, focusing on measurement, sensors, and software.Tait emphasizes the importance of quality control and measurement in critical industries like aerospace and medical devices.Matt discusses the role of production software in driving CNC machines and ensuring part quality.Scott shares a personal anecdote about his brother-in-law's CNC shop, highlighting the precision and quality of the manufactured parts. Future of Automation and ROI in Manufacturing Brandon discusses the future of automation in manufacturing, aiming for full cycle automation in inspection and reverse engineering.Tait highlights the significant ROI in automating quality control, reducing future rejects and costs.Matt explains how Hexagon integrates AI tools into production software, assisting in automating programming processes.The discussion touches on the importance of AI as an assistant to programmers, leveraging decades of data for high-confidence results. AI Integration in Hexagon's Solutions Matt elaborates on the integration of AI tools in production software, using partnerships with companies like Microsoft Copilot.Tait emphasizes the role of AI in assisting programmers and measuring features with high confidence.Brandon adds that AI can visualize geometric features in parts, driving programming accuracy.The conversation concludes with a discussion on the necessity of human interaction in manufacturing and the efficiency gains from AI tools. Contact Information and Closing Remarks Scott asks the guests how listeners can connect with them, suggesting LinkedIn as the best platform.The guests agree, mentioning their individual LinkedIn profiles and the Hexagon Manufacturing Intelligence page.Scott thanks the guests for their flexibility and participation, mentioning the importance of building a network in manufacturing.The episode concludes with a reminder to attend MD&M West and connect with the News and Brews crew for more insights and solutions. If interested in being on the Industrial Talk show, simply contact us and let's have a quick conversation. Finally, get your exclusive free access to the Industrial Academy and a series on “Why You Need To Podcast” for Greater Success in 2026. All links designed for keeping you current in this rapidly changing Industrial Market. Learn! Grow! Enjoy! BRANDON NEER'S CONTACT INFORMATION: Personal LinkedIn: https://www.linkedin.com/in/brandonneer/ Company LinkedIn: https://www.linkedin.com/company/hexagon-manufacturing-intelligence/ Company Website: https://hexagon.com/company/divisions/manufacturing-intelligence TAIT STENSRUD'S CONTACT INFORMATION: Personal LinkedIn: https://www.linkedin.com/in/tait-12a366234/ MATT REDDEN'S CONTACT INFORMATION: Personal LinkedIn: https://www.linkedin.com/in/mattredden1/ PODCAST VIDEO: https://youtu.be/B4eLqv_zzWs THE STRATEGIC REASON "WHY YOU NEED TO PODCAST": OTHER GREAT INDUSTRIAL RESOURCES: NEOM: https://www.neom.com/en-us Hexagon: https://hexagon.com/ Arduino: https://www.arduino.cc/ Fictiv: https://www.fictiv.com/ Hitachi Vantara: https://www.hitachivantara.com/en-us/home.html Industrial Marketing Solutions: https://industrialtalk.com/industrial-marketing/ Industrial Academy: https://industrialtalk.com/industrial-academy/ Industrial Dojo: https://industrialtalk.com/industrial_dojo/ We the 15: https://www.wethe15.org/ YOUR INDUSTRIAL DIGITAL TOOLBOX: LifterLMS: Get One Month Free for $1 – https://lifterlms.com/ Active Campaign: Active Campaign Link Social Jukebox: https://www.socialjukebox.com/ Industrial Academy (One Month Free Access And One Free License For Future Industrial Leader): Business Beatitude the Book Do you desire a more joy-filled, deeply-enduring sense of accomplishment and success? Live your business the way you want to live with the BUSINESS BEATITUDES...The Bridge connecting sacrifice to success. YOU NEED THE BUSINESS BEATITUDES! TAP INTO YOUR INDUSTRIAL SOUL, RESERVE YOUR COPY NOW! BE BOLD. BE BRAVE. DARE GREATLY AND CHANGE THE WORLD. GET THE BUSINESS BEATITUDES! Reserve My Copy and My 25% Discount
The u-blox SAM-M8Q has been sitting on my bench for months. This little GPS module has a built-in antenna, coin cell backup, speaks both NMEA and UBX binary protocol over UART or I2C. So why isn't it in the shop already? Well, it's mostly cause of the 475-page interfacing datasheet documenting every command, struct, and config register. Hundreds of message types. I got partway through by hand with some Claude Code Sonnet assistance, but ran out of time - plus it was still tedious when babysitting Sonnet. However, now we're living in an Opus + Codex era! So I pointed my Raspberry Pi OpenClaw at it. https://github.com/adafruit/openclaw Here's the setup: Raspberry Pi 5 running OpenClaw, wired to a QT Py RP2040, which talks to the SAM-M8Q. Opus 4.6 reads the datasheet (converted to markdown first by Sonnet 4.6 with 1M context to minimize re-parsing that PDF every session) and builds the implementation plan. I review the plan to make sure it prioritizes the most common commands and reports, and flagged some unessential sections like automotive-assist or RTK-specific. Then Codex is assigned each message implementation task as a sub-agent and writes the actual C code for the Arduino library. Opus suggested using struct-based parsing rather than digging through each uint8_t array; we just memcpy the checksummed message raw bytes onto the matching struct and extract the typed bit fields. We've got four message types done so far. After each message is implemented, Codex also writes a test sketch that will exercise / pretty-print the results of each message, great for self-testing as well as regression testing later. Tonight I'm telling it to keep going while I sleep: code, parse, test against live satellite data, fix failures, commit and push on success, then move on to the next. To me this is a great usage of "agentic" firmware development: there's no creativity in transcribing 84 different structs from a 475-page datasheet. Once the LLMs are done, I can review the PRs as if it were an everyday contributor and even make revision suggestions. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- #openclaw #raspberrypi #adafruit
In the rapidly evolving landscape of technology, artificial intelligence (AI) stands out as a transformative force that democratizes access to complex systems and tools. Dave Robins discusses a new device, the FREE-WILi box, which illustrates how AI can bridge the gap between advanced technology and users who may lack extensive technical skills. By simplifying the process of interaction with technology, AI enables a broader audience to engage with and benefit from the advancements in the tech world.AI Simplifies Tech for EveryoneHistorically, engaging with technology required a certain level of expertise. Devices like Arduino and Raspberry Pi are excellent examples of platforms that allow users to create and innovate, but they often demand a solid understanding of programming languages such as C or Python. While these platforms have fostered a community of makers and enthusiasts, they inadvertently excluded those who may have a passion for technology but lack the coding skills necessary to harness its full potential. This is where AI comes into play, transforming the way individuals interact with technology.The FREE-WILi box exemplifies this shift. By integrating sensors and actuators with a user-friendly Python API, the device allows users to create interactive applications without needing to dive deep into programming. As Robins explains, the AI simplifies the process by providing clear documentation and examples, making it accessible for those who may not have a technical background. This approach not only empowers users to explore their creativity but also fosters a sense of community where individuals can share their projects and ideas.A Celebration of Community and CreativityThe comparison of the current AI revolution to the early days of personal computing in the 1980s is particularly poignant. During that era, the excitement surrounding computers stemmed from their novelty and the potential for personal expression and creativity. Similarly, AI today is igniting that same enthusiasm, enabling individuals to engage with technology in ways that were previously unimaginable. Marlo reflects on his own experiences with retro computing, highlighting how the simplicity and accessibility of early computers allowed a generation to experiment, learn, and innovate. This nostalgia underscores the importance of making technology approachable once again.Moreover, the real-world applications of AI further illustrate its significance. For instance, the ability to program the FREE-WILi box to control lighting at events, such as concerts, showcases how AI can facilitate complex tasks with minimal effort from the user. By simply specifying desired outcomes-like changing colors based on device orientation-individuals can create dynamic and engaging experiences without needing to understand the underlying technology. This capability transforms the way events are organized, allowing for more creativity and personalization.Implications Far Beyond Home UseThe implications of AI simplifying technology extend beyond individual users to entire communities and industries. As more people gain access to tools that were once reserved for experts, the potential for innovation and collaboration increases exponentially. AI acts as a catalyst for creativity, enabling a diverse range of individuals to contribute to the technological landscape. This shift not only leads to the development of new ideas and solutions but also fosters inclusivity, ensuring that technology serves as a tool for everyone, regardless of their technical background.ConclusionIn conclusion, AI is revolutionizing the way we interact with technology by making it more accessible and user-friendly. The insights shared by Robins highlight how innovations like the FREE-WILi box are empowering individuals to engage with technology creatively and intuitively. As AI continues to evolve, it holds the promise of bridging the gap between complex systems and everyday users, ultimately simplifying tech for everyone. This democratization of technology is not just a trend; it is a fundamental shift that will shape the future of innovation and creativity in our increasingly digital world.Interview by Marlo Anderson of The Tech Ranch.Sponsored by: Get $5 to protect your credit card information online with Privacy. Amazon Prime gives you more than just free shipping. Get free music, TV shows, movies, videogames and more. Secure your connection and unlock a faster, safer internet by signing up for PureVPN today.
In the rapidly evolving landscape of technology, artificial intelligence (AI) stands out as a transformative force that democratizes access to complex systems and tools. Dave Robins discusses a new device, the FREE-WILi box, which illustrates how AI can bridge the gap between advanced technology and users who may lack extensive technical skills. By simplifying the process of interaction with technology, AI enables a broader audience to engage with and benefit from the advancements in the tech world.AI Simplifies Tech for EveryoneHistorically, engaging with technology required a certain level of expertise. Devices like Arduino and Raspberry Pi are excellent examples of platforms that allow users to create and innovate, but they often demand a solid understanding of programming languages such as C or Python. While these platforms have fostered a community of makers and enthusiasts, they inadvertently excluded those who may have a passion for technology but lack the coding skills necessary to harness its full potential. This is where AI comes into play, transforming the way individuals interact with technology.The FREE-WILi box exemplifies this shift. By integrating sensors and actuators with a user-friendly Python API, the device allows users to create interactive applications without needing to dive deep into programming. As Robins explains, the AI simplifies the process by providing clear documentation and examples, making it accessible for those who may not have a technical background. This approach not only empowers users to explore their creativity but also fosters a sense of community where individuals can share their projects and ideas.A Celebration of Community and CreativityThe comparison of the current AI revolution to the early days of personal computing in the 1980s is particularly poignant. During that era, the excitement surrounding computers stemmed from their novelty and the potential for personal expression and creativity. Similarly, AI today is igniting that same enthusiasm, enabling individuals to engage with technology in ways that were previously unimaginable. Marlo reflects on his own experiences with retro computing, highlighting how the simplicity and accessibility of early computers allowed a generation to experiment, learn, and innovate. This nostalgia underscores the importance of making technology approachable once again.Moreover, the real-world applications of AI further illustrate its significance. For instance, the ability to program the FREE-WILi box to control lighting at events, such as concerts, showcases how AI can facilitate complex tasks with minimal effort from the user. By simply specifying desired outcomes-like changing colors based on device orientation-individuals can create dynamic and engaging experiences without needing to understand the underlying technology. This capability transforms the way events are organized, allowing for more creativity and personalization.Implications Far Beyond Home UseThe implications of AI simplifying technology extend beyond individual users to entire communities and industries. As more people gain access to tools that were once reserved for experts, the potential for innovation and collaboration increases exponentially. AI acts as a catalyst for creativity, enabling a diverse range of individuals to contribute to the technological landscape. This shift not only leads to the development of new ideas and solutions but also fosters inclusivity, ensuring that technology serves as a tool for everyone, regardless of their technical background.ConclusionIn conclusion, AI is revolutionizing the way we interact with technology by making it more accessible and user-friendly. The insights shared by Robins highlight how innovations like the FREE-WILi box are empowering individuals to engage with technology creatively and intuitively. As AI continues to evolve, it holds the promise of bridging the gap between complex systems and everyday users, ultimately simplifying tech for everyone. This democratization of technology is not just a trend; it is a fundamental shift that will shape the future of innovation and creativity in our increasingly digital world.Interview by Marlo Anderson of The Tech Ranch.Sponsored by: Get $5 to protect your credit card information online with Privacy. Amazon Prime gives you more than just free shipping. Get free music, TV shows, movies, videogames and more. Secure your connection and unlock a faster, safer internet by signing up for PureVPN today.
Antonella Parigi"Moncalieri Legge"www.visitmoncalieri.itVenerdì 13 e sabato 14 febbraio 2026 a Moncalieri si svolgerà la nuova edizione di Moncalieri Legge, manifestazione che, in una veste rinnovata, animerà per due giornate il territorio con iniziative dedicate ai libri, alla parola e alla cultura condivisa. Il programma prevede momenti di lettura collettiva, performance, incontri e altre attività pensate per valorizzare il dialogo tra autori, lettori e cittadini. Moncalieri Legge è un progetto di Comune di Moncalieri e Visit Moncalieri, con il contributo della Regione Piemonte, realizzato dal Comitato Moncalieri Cultura e dalla Biblioteca Civica “Antonio Arduino”.Tanti gli appuntamenti in programma, tutti a ingresso gratuito: la nuova rassegna Rivelazioni diretta da Nicola Lagioia, alle Fonderie Limone, e una nuova edizione del Premio Letterario Città di Moncalieri, che andrà quest'anno a Viola Ardone, oltre alle iniziative che coinvolgeranno attivamente le scuole, le biblioteche del circuito BI.TO e i Gruppi di Lettura che hanno risposto alla call lanciata lo scorso ottobre allo scopo di raccogliere proposte che sono confluite nel programma. La rassegna Rivelazioni, sotto la direzione artistica di Nicola Lagioia, propone un ciclo di incontri, lezioni e momenti di approfondimento alle Fonderie Limone. Gli incontri sono a ingresso libero; è consigliata la prenotazione su visitmoncalieri.it.Ad aprire la rassegna, venerdì 13 febbraio, due incontri dedicati in modo particolare alle studentesse e agli studenti degli Istituti Comprensivi di Moncalieri e Torino, ma aperti al pubblico. Alle ore 9.30 la scrittrice Vanessa Roghi terrà la lezione Sotto i nostri occhi: quello che non vediamo a scuola, che comprenderà la presentazione di un testo inedito e un confronto finale con il pubblico. Alle ore 12.00 la lezione Voler bene al proprio corpo con Vittorio Lingiardi sarà dedicata al corpo come teatro della psiche: a partire dalla sua più recente pubblicazione, Farsi male (Einaudi, 2025), lo psichiatra e psicoterapeuta indagherà il fenomeno dell'autolesionismo, comportamento che raggiunge il suo picco in adolescenza, cercando di dare voce a un dolore che non trova parole. In serata, alle ore 21.00, Paolo Nori racconta Delitto e castigo: lo scrittore e traduttore porterà in scena un monologo che offrirà una rilettura teatrale di quello che forse è il romanzo più popolare di Fëdor Dostoevskij.Come si diventa ciò che non si è è l'incontro che apre la giornata di sabato 14 febbraio, ore 10.30: Nicola Lagioia firma una lezione sull'imparare a fare le cose, su quel processo di apprendimento che riguarda tutti e che nessuno è in grado di spiegare con facilità, e in cui l'arte – e persino il mondo dei libri – può svolgere un ruolo davvero imprevisto. Alle ore 12.00 lo scrittore Paolo Pecere terrà l'incontro Il senso della Terra. Raccontare e comprendere i luoghi dall'ecologia alla letteratura: un percorso di immagini e testi su luoghi di tutto il pianeta, tratti da diverse lingue e culture, per riflettere su come lo sguardo e il pensiero danno senso ai luoghi e quindi alla presenza umana sulla Terra.La giornata prosegue alle ore 15.30, con l'incontro Il reincanto della lettura della scrittrice Loredana Lipperini: in un'epoca in cui i lettori diminuiscono, tornare alle storie - sostituite troppo spesso dalle autonarrazioni - diventa la chiave per reincantare non solo i libri ma il mondo stesso, come già sanno le reti di lettori e di lettrici che, senza clamore, rendono vivi i territori. Di cosa significa Raccontare la guerra ci parlerà alle ore 17.00 la giornalista Francesca Mannocchi, che chiuderà la rassegna offrendo una riflessione sulla narrazione contemporanea dei conflitti, tra propaganda e omissioni, tra l'urgenza della testimonianza e il rischio della spettacolarizzazione, portando esempi di reportage, tecniche narrative e scelte linguistiche che incidono sulla percezione del lettore.Nel mese di ottobre è stato lanciato un invito a tutte le biblioteche del sistema BI.TO con l'obiettivo di rendere i Gruppi di Lettura protagonisti attivi di Moncalieri Legge. Un percorso partecipato che ha portato alla selezione dei libri più amati tra quelli pubblicati nel 2025, e alla designazione del vincitore del Premio Letterario Città di Moncalieri, assegnato a Tanta ancora vita (Einaudi, 2025) di Viola Ardone.La serata di premiazione si terrà venerdì 13 febbraio alle ore 18.00 presso il Teatro delle Fonderie Limone, e vedrà come protagonisti anche gli studenti e le studentesse dell'Istituto di Istruzione Superiore “Majorana” di Moncalieri, coinvolti insieme agli attori della compagnia teatrale PoEM diretta da Gabriele Vacis in momenti performativi legati alla lettura e ai libri più votati. Oltre alla designazione del libro vincitore del Premio Letterario, i Gruppi di Lettura delle Biblioteche del sistema BI.TO hanno risposto con entusiasmo alla call dello scorso ottobre presentando tantissime proposte che sabato 14 febbraio a partire dalle ore 10.00 trasformeranno le borgate della città in una biblioteca diffusa, con letture condivise, presentazioni, proiezioni di documentari e testimonianze. Il programma, ancora in via di definizione, coinvolgerà diversi Gruppi di Lettura del territorio e non solo: tra le biblioteche e le realtà coinvolte, la Biblioteca SPABA, la Biblioteca di Avellino, la Biblioteca delle Donne di Láadan, la Biblioteca di Gassino, la Biblioteca di Casa Dravelli, il gruppo LeggiAmo, il Bookcrossing delle Borgate di Moncalieri, l'Associazione Teatrulla, l'Associazione Compagne di Banco e il progetto Pagina37.La Biblioteca “A. Arduino” di Moncalieri, oltre a essere ente organizzatore dell'iniziativa, è anche sede di diverse iniziative rivolte a tutte le età. Tra i tanti appuntamenti, venerdì 13 febbraio alle ore 15.00 ospiterà un Convegno sui Gruppi di Lettura intesi come motori di benessere sociale, comunitario e creativo. Il programma completo è disponibile su visitmoncalieri.itDiventa un supporter di questo podcast: https://www.spreaker.com/podcast/il-posto-delle-parole--1487855/support.IL POSTO DELLE PAROLEascoltare fa pensarehttps://ilpostodelleparole.it/
GB2RS News Sunday the 8th of February 2026 The news headlines: RSGB member-exclusive DDS programming workshop in Blackpool What are your British Science Week plans? Submit your RSGB 2026 Convention ideas As part of the Society's strategy to support radio amateurs in developing their practical skills, the RSGB will be running a DDS programming workshop in Blackpool on Saturday, the 11th of April, the day before the NARSA Rally. The six-hour workshop, which was first run at the RSGB 2025 Convention, is intended for RSGB members who already have a basic knowledge of Arduino programming. Attendees will learn how to control and program a Direct Digital Synthesiser using a microcontroller and will use this to generate RF. As well as covering the maths behind the programming process, attendees will also gain an insight into vibe coding. So, if 2026 is the year you want to take your programming skills up a notch, this is the event for you. For full information and booking details, visit rsgb.org/practical-events This year's British Science Week runs from the 6th to the 15th of March with ‘Curiosity: what's your question?' as its theme. Several clubs, youth groups and schools have already planned events and activities, and the RSGB's team of Champions are working together to deliver more. You can take part by trying one of the great activity suggestions that the RSGB has on its website. You could get your local WI, Men in Sheds group, school or youth groups or even your own family involved. If you have your own ideas, let the RSGB know; they don't need to be ‘grand', simply demonstrating the magic of radio is enough. Another way to get involved with British Science Week is by taking part in a sked, which is a pre-arranged radio contact with another radio operator at a scheduled time and on a particular frequency. The RSGB National Radio Centre is offering groups and clubs the opportunity to arrange a sked and get its sought-after GB3RS callsign into the logbook. To take part in this unique offering, go to rsgb.org/bsw and select ‘Events happening near you' from the right-hand menu. Contacts must be arranged in advance and would take place between 10 am and 4 pm during British Science Week. Is there a particular topic you'd like to learn more about at the RSGB 2026 Convention in October? Have you been working on some research or a project that you'd like to share with the amateur radio community? Or would you like to see a workshop explaining a new skill you'd like to try? Whatever the idea, submit your proposal to the RSGB by sending the title and at least a one-paragraph summary of your suggestion to convention@rsgb.org.uk If you're not yet an RSGB member and are curious to read RadCom Basics or RadCom Plus, take a look at the RSGB app, which is available for mobile and web. The RSGB has just released a sample edition of each, so whether you are a newcomer or are looking for more technical features, the samples will give you a taster of the Society's digital RadCom supplements. There are only three weeks left until the closing date for entries in the RSGB Construction Competition. The competition is open to all RSGB members and has six categories to enter, ranging from 'Beginners' to 'Construction Excellence'. Whether you are taking your first steps in construction or it is your 50th project, the Society invites you to get involved and be in with the chance to win a cash prize. Find out more by going to rsgb.org/construction-competition. The deadline for entries is the 1st of March 2026. The RSGB has several Regional Team vacancies, including District Representative positions in Hampshire, Leicestershire and Rutland, South Derbyshire and South Nottinghamshire, and also North Lincolnshire. This is an opportunity not only to support the work of the RSGB but to provide help and guidance for local radio amateurs and groups in your area. To find out how to apply or to view other Regional Team vacancies in other areas, go to rsgb.org/volunteers The RSGB is delighted to hear that Wick High School in Scotland is preparing for an ARISS contact later this year. The RSGB School Youth Chair, Chris Aitken, MM0WI,C is the Computing teacher at the school and also runs the school's amateur radio club, GM0WHS. Chris shared the news with the Society, and you can read more by going to rsgb.org/school-zone Please send details of all your news and events to radcom@rsgb.org.uk. The deadline for submissions is 10 am on Thursdays before the Sunday broadcast each week. And now for details of rallies and events The Red Rose Winter Rally, organised by West Manchester Radio Club, is taking place today, Sunday the 8th of February at Mather Hall, Mather Lane, Leigh, WN7 2PJ. Exhibitors can set up from 8.15 am and the doors open to visitors at 10 am. A large car park, catering, a bring-and-buy sale, improved disabled access and a seating area are available on site. For more information, visit wmrc.co.uk On Sunday, the 15th of February, Mid Cheshire Amateur Radio Society's Radioactive Fair will take place at Nantwich Civic Hall, Cheshire CW5 5DG. The doors will be open from 10 am to 3 pm. The event will feature a bring-and-buy sale, RSGB bookstall and raffle. Catering, parking and disabled facilities will be available on site. For more detail,s visit radioactivefair.co.uk Now the Special Event news To celebrate the 2026 Winter Olympic Games, the special event station DD2026OWG is active until the 1st of March. QSL via Logbook of the World. For more information, visit QRZ.com Six special event stations are active in Poland until the 22nd of February to celebrate the 100th anniversary of the city of Gdynia. Look for activity on the 160 to 6m bands, as well as the 2m and 70cm bands using CW, SSB, FM, RTTY, FT4 and FT8. For information about an award that is available for working the stations, and for QSL details, visit tinyurl.com/gdynia26 Now the DX news Aldir, PY1SAD, is active as 8R1TM from Guyana until the 23rd of February. He is operating CW, SSB and digital modes on the 160 to 6m bands and via satellite. Listen for activity between 2300 and 0300UTC during the week, and ‘full time' during the weekends. QSL via Logbook of the World, eQSL, QRZ.com or directly to Aldir's home call. Michael, OZ6AB,L is active as 5Z4/OZ6ABL from Watamu in Kenya until the 28th of February. The station is operating on the 80 to 6m bands using CW, SSB, FT8 and FT4. QSL via Logbook of the World, OQRS, or via Michael's home call. Now the contest news Today, the 8th of February, the RSGB 432MHz Affiliated Societies Contest runs from 0900 to 1300 UTC. Using all modes on the 70cm band, the exchange is signal report, serial number and locator. On Tuesday, the 10th of February, the RSGB 432MHz FM Activity Contest runs from 1900 to 1955 UTC. Using FM on the 70cm band, the exchange is signal report, serial number and locator. Also on Tuesday, the 10th of February, the RSGB 432MHz UK Activity Contest runs from 2000 to 2230 UTC. Using all modes on the 70cm band, the exchange is signal report, serial number and locator. On Wednesday, the 11th of February, the RSGB 432MHz FT8 Activity four-hour Contest runs from 1700 to 2100UTC. Using FT8 on the 70cm band, the exchange is a report and a four-character locator. Also on Wednesday the 11th, the RSGB 432MHz FT8 Activity two-hour Contest runs from 1900 to 2100UTC. Using FT8 on the 70cm band, the exchange is a report and four-character locator. Stations entering the four-hour contest may also enter the two-hour contest. Also on Wednesday the 11th of February, the RSGB 80m Club Championship runs from 2000 to 2130UTC. Using PSK63 and RTTY on the 80m band, the exchange is signal report and serial number. On Thursday, the 12th of February, the RSGB 50MHz UK Activity Contest runs from 2000 to 2230UTC. Using all modes on the 6m band, the exchange is signal report, serial number and locator. On Saturday, the 14th of February, the Worked All Britain 1.8MHz Contest runs from 1900 to 2359UTC. Entries need to be with the contest manager by the 24th of February 2026. Please note that the contest will include SSB contacts only. To view the complete rules, visit the Worked All Britain website. Also on Saturday, the 14th of February, the first RSGB 1.8MHz Contest runs from 2000 to 2300UTC. Using CW and SSB on the 160m band, the exchange is signal report and serial number. The CQ World Wide WPX RTTY Contest starts at 0000UTC on Saturday, the 14th and ends at 2359UTC on Sunday, the 15th of February. Using RTTY on the 80 to 10m bands, where contests are permitted, the exchange is signal report and serial number. The PACC Contest starts at 1200UTC on Saturday, the 14th of February and runs until 1200 UTC on Sunday, the 15th of February. Using CW and SSB on the 160 to 10m bands, where contests are permitted, the exchange is signal report and serial number. PA stations also send their province reference. Now the radio propagation report, compiled by G0KYA, G3YLA and G4BAO on Thursday the 5th of February Last week was characterised by a high solar flux index but with a succession of X-class solar flares from active region 4366 on the Sun. Luckily, none of these resulted in a coronal mass ejection, so we got away lightly. The solar flux index stood at 178 on Tuesday, the 3rd of February, with the result that the 10m band was humming. US states logged included Oregon, Nevada, California, Washington and Idaho, all between 1530 and 1730UTC. As we always say, look for a high solar flux index and a low Kp index for DX – in this case, a Kp index of between 1 and 2.33. By comparison, the next day was a washout, possibly thanks to a Kp index increase to 3.67, thanks to a coronal mass ejection, or CME, that passed Earth at 1506UTC. Poor conditions continued on Thursday, the 5th, when the solar wind speed increased to more than 500 kilometres per second, the Kp index increased to 5.33, and maximum usable frequencies across a 3,000km path struggled to exceed 20MHz. Incidentally, February and March are good months for 10m band paths to the US. By April, paths start to drop away and start favouring South America, so if you need US states for your Worked All States award, now is the right time! In the meantime, keep an eye on active region 4366 as it may still have a sting in its tail. This monstrous sunspot group, 15 times the width of Earth, was Earth-centric on Thursday, the 5th. As always, we recommend visiting solarham.com for daily updates on space weather. Next week, NOAA predicts that the solar flux index will be in the 130 to 150 range, although the Kp index might be unsettled at times, with an average Kp index of 3. Friday, the 13th of February, is forecast to be particularly unsettled with a Kp index of 5. And now the VHF and up propagation news from G3YLA and G4BAO The markedly unsettled weather pattern continues to bring a mix of rain and showers and very strong winds at times, plus the threat of snowfall in some eastern and northern areas. This probably means that tropo will be hard to find during the coming week but leaves us with plenty of chances for rain scatter for GHz operators. In the solar-terrestrial domain, the disturbed Sun has once again brought a sequence of flares and coronal mass ejections, or CMEs, which has provided frequent auroral alerts as the Kp index has climbed to 4 or more. Listen for fluttery signals on the LF bands and perhaps ghostly sounding signals on HF and VHF, typically 10m to 2m. Meteor scatter operators must rely upon random meteor activity, but over the whole Earth, this can amount to 25 million meteors or meteoroids per day, so there is every chance that even random activity could produce a path for you if you have a quiet site. The mix of meteor activity and a low Kp index can lead to out-of-season Sporadic-E, given some jet stream weather activity. However, this is currently well south of the Mediterranean in its usual winter position, so any Sporadic-E may be a bit too far south to reach from the UK in the short term. This week, Moon declination is negative all week and falling until Thursday, the 12th of February. Moon window length and peak elevation follow suit. Path losses are rising again as we reach apogee, the Moon's furthest point from Earth, on Tuesday, the 10th of February. 144MHz sky noise is low but rising to high by Thursday, the 12th of February. And that's all from the propagation team this week.
Quantum computing is no longer confined to research labs—it's entering the commercial space, and electrical engineers are uniquely positioned to contribute. In this episode of the OnTrack Podcast, host Zach Peterson sits down with quantum hardware designer Šimon Marek to explore the fascinating world of superconducting quantum chips. From transmon qubits and Josephson junctions to control electronics and FPGA-based systems, Šimon breaks down the engineering principles that make quantum computers work, revealing how familiar microwave and RF design concepts translate directly into this cutting-edge field. Whether you're a PCB designer curious about quantum technology or an engineer looking for your next challenge, this conversation offers a practical roadmap for understanding quantum hardware. Šimon shares his journey from Arduino projects to quantum chip design, walks through actual chip layouts and simulation workflows, and discusses the fabrication processes that bring these devices to life. Discover why quantum computing might be more accessible to traditional electronics engineers than you think.
Ob in der Weihnachtszeit oder als Ganzjahresbeleuchtung - Lichterketten sind ein beliebtes Dekoelement. Heutzutage kommen dabei in der Regel LEDs (= Leuchtdioden) anstelle von Glühlampen zum Einsatz. In der 55. Folge von Informatik für die moderne Hausfrau beschäftigen wir uns mit der Funktionsweise von LEDs. Wir lernen in diesem Zusammenhang, was Halbleiter sind und welche Bedeutung sie für den Leuchtvorgang haben. Inwieweit sich Glühlampen und LEDs unterscheiden, was es mit der sogenannten Pulsweitenmodulation auf sich hat und weshalb diese auch in Computern eine Rolle spielt, schauen wir uns ebenfalls an. Diese Folge ist Teil der #WissPodWeihnacht, des Adventskalenders von Wissenschaftspodcasts.de. Weitere Informationen und noch mehr spannende Podcastfolgen findet ihr unter https://wissenschaftspodcasts.de/themenseiten/wisspod-adventskalender-2025/. Falls ihr selbst einen LED-Dimmer basteln bzw. programmieren möchtet, findet ihr hier eine verständliche Anleitung (für Arduino): https://starthardware.org/lektion-13-leds-dimmen-mit-der-analogen-ausgabe/ Alle Informationen zum Podcast findet ihr auf der zugehörigen Webseite https://www.informatik-hausfrau.de. Zur Kontaktaufnahme schreibt mir gerne eine Mail an mail@informatik-hausfrau.de oder meldet euch über Social Media. Auf Instagram und Bluesky ist der Podcast unter dem Handle @informatikfrau (bzw. @informatikfrau.bsky.social) zu finden. Wenn euch dieser Podcast gefällt, abonniert ihn doch bitte und hinterlasst eine positive Bewertung oder eine kurze Rezension, um ihm zu mehr Sichtbarkeit zu verhelfen. Rezensionen könnt ihr zum Beispiel bei Apple Podcasts schreiben oder auf panoptikum.social. Falls ihr den Podcast werbefrei hören möchtet oder die Produktion des Podcasts finanziell unterstützen möchtet, habt ihr die Möglichkeit, dies über die Plattform Steady zu tun. Weitere Informationen dazu sind hier zu finden: https://steadyhq.com/de/informatikfrau Falls ihr mir auf anderem Wege etwas 'in den Hut werfen' möchtet, ist dies (auch ohne Registrierung) über die Plattform Ko-fi möglich: https://ko-fi.com/leaschoenberger Dieser Podcast wird gefördert durch das Kulturbüro der Stadt Dortmund.
This show has been flagged as Clean by the host. Hello, again. This is Trey. Welcome to part 5 in my Cheap Yellow Display (CYD) Project series. If you are still listening to me ramble about this project, thank you. If you wish to catch up on earlier episodes, you can find them on my HPR profile page https://www.hackerpublicradio.org/correspondents/0394.html To review, My project is to build a portable morse code "Keyer memory" which can be connected to any of my HF transceiver radios by simply plugging it in to the code key input port. Then I could transmit stored messages by simply touching their specific icon on the touch screen. I also want to be able to program each macro individually from the graphical user interface (GUI). To do this, I need to learn how to build a GUI. Most of the CYD resources I have been referencing recommend using Squareline Studio for GUI development on the CYD. Sadly, Squareline Studio is not open source. If any of you have experience with a good, open source alternative to Squareline Studio, please record a show to help the rest of us. Squareline does have a free trial and a free single user / single computer license, which I am using for this project. It will run on Windows, Linux, and Mac. After watching several videos about using the CYD with Squareline, I started to outline the functionality I needed. Squareline provides a wide range of pre-configured boards and interfaces to choose from, in addition to widgets and controls which you can drag onto your screens, and it will automatically generate the supporting code in the background. The initial page needs to have the macro buttons, with labels for the message they will send when pressed. There also needs to be navigation buttons to move from one page to others. Another important page will be the configuration page, where the user can store the contents of each macro and set the speed at which code will be sent. I would like to have a keyboard page where the user can type a custom message and send it. I made a few GUI sketches on post-it-notes, then I installed Squareline Studio on my Ubuntu laptop to start designing. There is a bit of a learning curve. Even with guide videos, I found the user experience to be... challenging. Their own GUI leaves much to be desired. It was not designed to run on the laptop's screen size/resolution. I had to switch to a much higher resolution monitor and rearrange frames within the app itself in order to see many of the controls. Button size adjustments, alignments, and label text did not work quite as expected. Getting things sized and aligned properly took quite a bit of fiddling. The text displayed on a button is a separate object from the button itself, so I have had to put some thought into object naming so that I can write code which will change button labels dynamically. I am including some screenshots from Squareline for the interface I designed. One great feature is that you can define actions and conditions for objects in your project. For example, there are buttons on the left which will navigate to specific screens. I defined actions within Squareline, such that when the specific navigation button is pressed, it will change the button appearance to look like it has been pressed and will then scroll left or right to a specified screen. Actions were also valuable for the Speed (WPM) slider on the Config screen. When this slider is moved left and right, the GUI will change the actual number for WPM to the right of the slider. Next, there is a simulator function which can be used to test how well the GUI works. It took some trial and error, but I was able to build and successfully test, navigational actions and the WPM slider. As I was working on building the afore mentioned WPM slider, and thinking about the default words per minute of Morse to use, my ADHD interrupted me (As usual). I decided to change the default speed that I use for the Arduino Nano based Morse code practice keyer which I keep on my desk. You can learn more about this keyer in episode 3 of this series. And we will also discuss Morse code speed in a future episode in this series. The original code (As found on https://github.com/jmharvey1/ArduinoCPO ) specified 12 words per minute (WPM) as the default speed, with buttons to increase or decrease this. However, I am practicing at 20 WPM. Every time I turn on the practice set, I need to turn up the speed and guess when I am close to 20. I went ahead and opened the PracticeOscilator project in Arduino IDE and updated the wpm variable to a value of 20. No, you will not see this change reflected in my own GitHub repo because: A) I wanted to test it locally first B) 20 WPM may be a little fast for a default C) I do not use git the way that it is meant to be used, or the way I SHOULD be using it, with pull requests and all. Bad Trey. D) I was distracted ANYWAY, the reason I bring this up is that it is the first time I have used the Arduino IDE to program a board with this system since I upgraded from Ubunto 20.04 to Ubuntu 22.04. Try as I might, I was not able to get the Arduino Nano's USB port to be recognized in Linux so that I could upload the updated keyer code. I spent several days troubleshooting, using other Arduino devices, different USB ports, and different cables, all to no avail. If anyone has any recommendations, I am open to suggestions. So, I dug out my son's old Windows 10 PC and started again. I had to install the Arduino IDE, load all the necessary libraries, and my code from Github (Which I had to manually change once again, because I don't fully get git). Finally I was able to update the Arduino Nano with its new code, and it works perfectly. But this revealed the same problem for the CYD. I also could not get it to connect over USB to my Ubuntu system. Time to migrate the entire project to Windows. My next step was to install Squareline Studio on Windows. Here, I ran into another snag, as my trial license was only for one system, so I had to uninstall Squareline from Linux before I could activate the license on Windows. Did I mention that I would love to find an open source, free software product to use instead? If you know of one, please ping me or post a comment. I wasted more time trying to get the GUI project I had written on the Linux machine imported into Squareline on Windows, all the while thinking of improvements I could make if I started again from scratch. It would not load, and would not load. In the end, I started all over again. After much blood sweat and tears, my GUI code was working again, and this time in Windows. I was able to run it in the simulation mode and move from page to page successfully and also use the WPM slider. I exported the UI from Squareline, and I loaded the code it generated into a new project within Arduino IE. Now was the moment of truth. I followed instructions found on the Pang YouTube channel video [ESP32 + LVGL] Configuration input device rotary encoder ( https://www.youtube.com/watch?v=aGM6gu9OpbA ). I connected the CYD and uploaded the code. SUCCESS!! You can see my "Send" screen loaded perfectly! Now to try other screens. Wait. Drat. It does not seem like my navigation buttons work. Actually, it does not appear that the touch screen is responding at all. I spent the next several days trying to figure out what went wrong. I checked and double checked interrupt and configuration settings (Such as those described in another of Pang's videos, [CYD + LVGL] Configuration Cheap Yellow Display | Easy Guide ( https://www.youtube.com/watch?v=qmR-mjJVumU ). Nothing worked. I came to realize that I bit off more than I could chew, and I should NOT have started with such an ambitious project. Instead I should have started with a simple equivalence of "Hello World", where I could build and test simple functionality to make sure I knew exactly what I was doing, then expand on it. Lessons learned, and a good stopping point for this episode. I am open to your feedback on what you would recommend, what I should do differently, etc. You can post simple feedback as a comment or send me an email using the address in my HPR profile. As usual, if your feedback is more than a sentence or two, you might want to record it as an episode so that other listeners can benefit from it as well. Time for an espresso. Maybe I will make it a double. Or even a triple! Provide feedback on this episode.
Arduino’s new ToS has some people worried, some projects are starting to move away from GitHub for technical reasons, Raspberry Pi has a new model and prices are going up because of RAM costs, great news for OpenPrinting, old text adventure games get open source, and Joe’s foldable phone breaks in an unexpected way. News Arduino's new terms of service worries hobbyists ahead of Qualcomm acquisition Migrating from GitHub to Codeberg Migrating Dillo from GitHub 1GB Raspberry Pi 5 now available at $45, and memory-driven price rises Sovereign Tech Agency is investing in OpenPrinting Preserving code that shaped generations: Zork I, II, and III go Open Source 1Password Extended Access Management Take the first step to better security by securing your team's credentials. Find out more at 1password.com/latenightlinux and start securing every login. Tailscale Tailscale is an easy to deploy, zero-config, no-fuss VPN that allows you to build simple networks across complex infrastructure. Go to tailscale.com/lnl and try Tailscale out for free for up to 100 devices and 3 users, with no credit card required. Use code LATENIGHTLINUX for three free months of any Tailscale paid plan. Support us on patreon and get an ad-free RSS feed with early episodes sometimes See our contact page for ways to get in touch. RSS: Subscribe to the RSS feeds here
Arduino’s new ToS has some people worried, some projects are starting to move away from GitHub for technical reasons, Raspberry Pi has a new model and prices are going up because of RAM costs, great news for OpenPrinting, old text adventure games get open source, and Joe’s foldable phone breaks in an unexpected way. News Arduino's new terms of service worries hobbyists ahead of Qualcomm acquisition Migrating from GitHub to Codeberg Migrating Dillo from GitHub 1GB Raspberry Pi 5 now available at $45, and memory-driven price rises Sovereign Tech Agency is investing in OpenPrinting Preserving code that shaped generations: Zork I, II, and III go Open Source 1Password Extended Access Management Take the first step to better security by securing your team's credentials. Find out more at 1password.com/latenightlinux and start securing every login. Tailscale Tailscale is an easy to deploy, zero-config, no-fuss VPN that allows you to build simple networks across complex infrastructure. Go to tailscale.com/lnl and try Tailscale out for free for up to 100 devices and 3 users, with no credit card required. Use code LATENIGHTLINUX for three free months of any Tailscale paid plan. Support us on patreon and get an ad-free RSS feed with early episodes sometimes See our contact page for ways to get in touch. RSS: Subscribe to the RSS feeds here
This week's Christmas Gift Guide spotlights tech that sparks curiosity, from KiwiCo kits and 3D pens to Arduino starters and game-dev courses with Thomas Sanjurjo. Dom Bettinelli adds smart car upgrades—plus a bold question: Are we ready for a moral framework for AGI? The post The Gift Guide for Future Makers, Coders, and Drivers appeared first on StarQuest Media.
Recorded on-stage at Øredev 2025, Fredrik talks to David J. Cuartielles Ruizabout the birth and growth of Arduino. It's fantastic when an idea comes alive and starts growing. We talk about how Arduino began, how it started to grow, how you find parts and get things manufactured in northern Italy, and of course a bit about the magical logistics king. Many thanks to Øredev for inviting Kodsnack again, they paid for the trip and the editing time of these keynote recordings, but have no say about the content of these or any other episodes. Thank you Cloudnet for sponsoring our VPS! Comments, questions or tips? We a re @kodsnack, @tobiashieta, @oferlundand @bjoreman on Twitter, have a page on Facebook and can be emailed at info@kodsnack.se if you want to write longer. We read everything we receive. If you enjoy Kodsnack we would love a review in iTunes! You can also support the podcast by buying us a coffee (or two!) through Ko-fi. Links Øredev All the presentation videos from Øredev 2025 David J. Cuartielles Ruiz Open bio-compatible electronics - David's keynote Arduino The school of arts and communication at Malmö university Interaction design institute Ivrea Ivrea Autodesk Piedmont Olivetti Flextronics Titles Algorithms for communication Educational electronics Making boards, not being paid Old factories Buy them by weight The bootstrapping dilemma Our logistics king
Qualcomm +Arduino Drama; Goodbye to Nvidia Pascal - @CircuitRewind joins Talking Heads
This interview was recorded for GOTO Unscripted.https://gotopia.techSimon Peyton Jones - Key Contributor of Haskell & Engineering Fellow at Epic GamesChelsea Troy - MLOps Tech Lead at Mozilla & Lecturer at University of ChicagoRESOURCESSimonhttps://simon.peytonjones.orghttps://en.wikipedia.org/wiki/Simon_Peyton_Joneshttps://www.linkedin.com/in/simonpjChelseahttps://chelseatroy.comhttps://social.clawhammer.net/@HeyChelseaTroyhttps://www.linkedin.com/in/chelseatroyLinkshttps://www.barefootcomputing.orghttps://www.computingatschool.org.uk/resources/2015/januaryhttps://www.computingatschool.org.uk/forum-news-blogs/2023/novemberhttps://chelseatroy.com/2025/05/14https://computingeducation.org.ukhttps://www.raspberrypi.org/blogDESCRIPTIONSimon discusses how a simple math problem led him to discover the binary system 55 years ago. He explores how to maintain the essence of computational thinking in an era where AI can instantly solve coding problems, emphasizing concrete, motivated contexts over abstract algorithms.The discussion spans from elementary programming to his unique role as a computing fellow at Epic Games, where he works with CEO Tim Sweeney to design the Verse programming language, proving that even big companies can prioritize denotational semantics over quarterly profits.RECOMMENDED BOOKSSimon Peyton Jones • The Implementation of Functional Programming Languages • https://amzn.to/3HQE0XnChelsea Troy • Remote Work Sucks • https://heychelsePsst! The Folium Diary has something it wants to tell you - please come a little closer...YOU can change the world - you do it every day. Let's change it for the better, together.Listen on: Apple Podcasts SpotifyBlueskyTwitterInstagramLinkedInFacebookCHANNEL MEMBERSHIP BONUSJoin this channel to get early access to videos & other perks:https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/joinLooking for a unique learning experience?Attend the next GOTO conference near you! Get your ticket: gotopia.techSUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!
This show has been flagged as Clean by the host. Hello, again. This is Trey. Welcome to part 4 in my Cheap Yellow Display (CYD) Project series. If you have hung in there with me so far on this journey, thank you. If you have missed earlier episodes, you can find them on my HPR profile page https://www.hackerpublicradio.org/correspondents/0394.html If you have questions, comments, concerns, or other feedback, please leave an episode comment, or drop me an email (Using the address in my profile). Even better, you could record and upload your own show which shares your viewpoint or expertise. To review, I finally have an actual project to build using the CYD. It is a portable, programmable morse code "Keyer memory" which can be connected to any of my HF transceiver radios by simply plugging it in to the code key input port. Then I could transmit stored messages by simply touching their specific icon on the touch screen. So, now I purchased a pair of CYDs. Each arrived in an anti-static zipper bag with a USB C cable, a 6 inch long 4 pin PB1.25mm to Dupont 2.54mm cable harness, a plastic case holding the CYD itself and a small plastic stylus. There are pictures in the show notes. Depending on how many IO connections I may need, and how I plan to power this, I am probably going to need more 4 pin PB1.25mm wired connectors. You can see a description of the various features and connectors on RandomNerdTutorials writeup about this board ( https://randomnerdtutorials.com/cheap-yellow-display-esp32-2432s028r/ ). The only difference I can see between this description and what I received is that mine have both a MicroUSB and USB C port. Of course, first thing, I had to plug it in and see what happens. It appears to be running some kind of simulation of a web site. The backlit display looks alright. It is not super high resolution, but for the price, it will suite my needs. The touch screen is responsive, but it is pressure sensitive and works best using the provided stylus or a fingernail and not your finger tip. So, I have the CYD. What other hardware do I need? I need to address how one of these will actually connect to my radios. Modern amateur radio transceivers which support continuous wave (CW) transmission (Which is another name for Morse code) generally can use one of two different pieces of hardware for input. The first is what we call a straight key. Below is a photo of the one I own. This is a classic, old fashioned telegraph style code key. It is designed to quickly and easily be pressed down to close a circuit and when released the circuit is opened, effectively making it a normally open push button switch. To send a dot, the operator holds down the key for a short period of time, then releases it. To send a dash, the operator holds down the key for a longer period of time, before releasing it. (We will discuss actual timing specifications for morse code in a future podcast) Connectivity for the switch has been standardized to use a 3.5 mm mono male phone connector which has only sleeve and tip connections. The second option is a paddle style electronic keyer. There are many styles of these, and I am including a picture of the one I use, which once belonged to a close friend of mine who is now silent key. In general, the paddle is two separate normally open switches. In the most common configuration, if an operator presses and releases the paddle on the right, a dash is sent. If the paddle on the right is held, a continuous series of dashes will be sent until that paddle is released. The left paddle works similarly. If it is pressed and released, a single dot is sent. If it is pressed and held, a series of dots is sent until it is released. The function of these paddles can be swapped from left to right using the radio configuration. There is additional functionality which can be configured in some radios for when both paddles are pressed simultaneously, but I am not going to describe those here. The paddle generally uses a 3.5mm stereo male phone connector with the sleeve being common. The tip of the phone connector is wired to the left paddle and ring of the connector is wired to the right paddle. Most modern radios have a built in keyer which can be configured for a paddle and will automatically transmit the dots or dashes at whichever speed is configured based on the paddle pressed. You can see this phone connector illustrated on Wikipedia's phone connector page. . https://en.m.wikipedia.org/wiki/Phone_connector_(audio ) You can learn more about all the various devices which can be used for sending morse and how they function at Morse Code World . https://morsecode.world/keys.html Ideally, controlling all the morse code timing within the CYD would be best. That way, it could be connected as a straight key and any keyer settings already configured within the radio shouldn't matter. However, If I wish to also be able to manually send morse code myself using my paddles, without disconnecting the CYD and reconfiguring the radio, that could be problematic. I may need to factor in the possibility of connecting my paddle to the CYD and then building in code to respond to inputs from the paddles. As I mentioned in a previous episode, I have an Arduino Nano on my desk as a practice oscillator for my paddles. I may be able to reuse some of that code on the CYD. So, if I want the CYD to appear to the radio like a straight key, I will need it to be able to control a switch quickly and accurately. But I also want the CYD and the radio to be electrically isolated from each other. This calls for a relay. I was able to find and order some inexpensive relay modules which work nicely with Arduino and ESP32. These allow connectivity to 5v power and to one of the CYD's GPIO pins. These feed an optocoupler circuit, which, in-turn, drives the coil of the relay. This provides inductive kickback protection to the CYD and can drive a coil which would require more current than the GPIO can provide. Inductive kickback rabbit trail: An inductor is simply a coil of wire. Direct current flowing through any wire generates a magnetic field. Within the inductor, because the wire is coiled, the magnetic field builds from each pass of the wire in the coil. If you include an iron core, it sustains the magnetic field even better. This is the basis for an electro magnet. A relay is simply a momentary contact switch controlled by an electromagnet. One unique property of an inductor is that, current wants to keep flowing in the direction it was applied. To be specific, when the current source is removed, the magnetic field still exists for a while, and it effectively "generates" an electric current within the coil, in the same direction as the one which initially created the magnetic field to begin with. If it has a path to flow, this current will create another weaker magnetic field, which creates its own electric current, in a diminishing loop. If the circuit which drives the coil of a direct current relay is not ready for this continued push of current, damage can be done. Many times this is countered by wiring a "flyback diode" in parallel with the coil and in the opposite direction in which current will be applied. This way, when the current source is stopped, the diode gives a path for the inductive kickback current to safely flow while the magnetic field dissipates. Explained in greater detail at https://inductive-kickback.com/2019/04/inductive-kickback-made-simple-to-grasp-easy-to-handle/ The switch side of the relay is a single pole double throw (SPDT) and makes connections available for common, normally closed (NC), and normally open (NO). It will be easy to connect the common and NO connections to a 3.5mm mono male connector so that it may be plugged into the "key" port on any radio transmitter. I will need to do some testing on the speed of the relay, but I think it will work just fine. Once I start writing some code for the CYD, I will be able to connect and test the relay. Well, this is a good place to end this episode, and it is one of the longest in this series so far. In the next episode, we will begin to look at how we design the user interface for our program, something I do not know anything about (yet). Stay tuned weekdays for additional exciting episodes of Hacker Public Radio, and, at some point, the next episode in this series. If you like what you have heard, please leave an episode comment, or drop me an email (Using the address in my profile). If you have more than a single sentence to contribute on the subject, I encourage you to record an episode with your thoughts and expertise. If you dislike what you have heard, you are encouraged even more strongly to record and upload your own show which shares your viewpoint or opinion. Until next time. Provide feedback on this episode.
This week Qualcomm is back, and maybe everything is terrible with Arduino. Valve has been funding more Open Source work, and we're reading those tea leaves. Blender is out, AMD is writing code for their next-gen GPUs, and there's finally a remote access solution for Wayland. For tips, we have LibrePods for better AirPod support on Linux, paru for an easier time with the Arch User Repository, and the Zork snap to celebrate this newly Open-Sourced game from yesteryear. You can find the show notes at https://bit.ly/49uSNCy and have a great week! Host: Jonathan Bennett Co-Hosts: Jeff Massie and Rob Campbell Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
This week Qualcomm is back, and maybe everything is terrible with Arduino. Valve has been funding more Open Source work, and we're reading those tea leaves. Blender is out, AMD is writing code for their next-gen GPUs, and there's finally a remote access solution for Wayland. For tips, we have LibrePods for better AirPod support on Linux, paru for an easier time with the Arch User Repository, and the Zork snap to celebrate this newly Open-Sourced game from yesteryear. You can find the show notes at https://bit.ly/49uSNCy and have a great week! Host: Jonathan Bennett Co-Hosts: Jeff Massie and Rob Campbell Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
La tassa etica dovuta anche dai creators su OnlyFans. La nuova licenza di Arduino. Windows cambia ma viene criticato. Lo scivolone del Garante della Privacy. Il check-in per gli affitti brevi cambia di nuovo. Queste e molte altre le notizie tech commentate nella puntata di questa settimana.Dallo studio distribuito di digitalia:Franco Solerio, Michele Di Maio, Massimo De SantoProduttori esecutivi:Fabrizio Reina, Fiorenzo Pilla, Andrea Malesani, @Jh4Ckal, Andrea Bottaro, Emilio Botta, Paola Bellini, Alessandro Grossi, Cristian Pastori, Manuel Zavatta, Fabrizio Mele, Alessandro Blasi, Alessandro Lago, Giuseppe Brusadelli, Beconsulting, Davide Bellia, Fabio Brunelli, Arzigogolo, @Akagrinta, Mattia Vailati, Alessio Giannelli, Gianfranco Di Summa, Antonio Manna, Massimo Pollastri, Valerio Bendotti, Vittorio Coppe, Cristian De Solda, Christian Schwarz, Michele Bordoni, Gabriele Gambini, Filippo Brancaleoni, Davide Tinti, Michele Moramarco, Edoardo Volpi Kellerman, Simone Magnaschi, Roberto Basile, Antonio Gargiulo, Angelo Travaglione, @Joanpiretz, @Blis, Nicola Gabriele Del Popolo, Giuliano Arcinotti, Paolo Bernardini, Ligea Technology Di D'esposito Antonio, Isacco Tacchella, Nicola Albertini, Davide Rongioletti, Fabio Zappa, Fabio Filisetti, Enrico De AnnaSponsor:Links:The Batman effect - npj Mental Health ResearchHow I Built QZ—and How Echelon Is Now Breaking ItSiamo entrati in una nuova era il MerdoceneArduino's new Terms of Service and Privacy PolicyCol Digital Omnibus l'Europa può smarrire sé stessaAndroid Quick Share now works with Apple's AirDroplibrepods: AirPods liberated from Apple's ecosystem.The EU made Apple adopt new Wi-Fi standardsWindows 11 is about to change massivelyMicrosoft AI CEO Puzzled by People Being "Unimpressed" by AINeedy ProgramsLa mail del segretario generale del Garante della privacyThe privacy nightmare of browser fingerprintingLe regole sul check-in a distanza sono cambiate ancoraFaced with naked man DoorDasher demands police actionThe DoorDash problem and the great AI browser fightPornhub is urging tech giants to enact age verificationLa tassa eticaLa porno tax colpisce anche i creator di OnlyFansWhy Do We Love Weird Old Tech?Gingilli del giorno:Savoir sans frontieresAI World Clocks - gli orologi del vibe codingListenBrainz - l'alternativa open a last.fmSupporta Digitalia, diventa produttore esecutivo.
Timestamps: 0:00 livin' in the past 0:10 Google forces AirDrop to support Android 1:32 Qualcomm's new Terms worry Arduino lovers 2:50 HP, Dell disable laptop HEVC support 4:07 UPDF! 5:13 QUICK BITS INTRO! 5:21 Xbox Fullscreen Experience on all W11 PCs 6:01 Sturnus Android malware 6:38 Meta ordered to pay Spanish media outlets 7:25 an embryo gene editing startup? 8:16 Grok praises Elon Musk NEWS SOURCES: https://lmg.gg/X4iIu Learn more about your ad choices. Visit megaphone.fm/adchoices
Qualcomm have bought out Arduino, and several weeks later have altered the Terms & Conditions. Dave does a deep dive of the changes. https://www.arduino.cc/en/terms-conditions/ https://web.archive.org/web/20250912221625/https://www.arduino.cc/en/terms-conditions/ 00:00 – Qualcomm have acquired Arduino. I've got a bad feeling about this… 01:02 – How much did they pay for Arduino? 02:54 – They have changed the Terms And …
This is a recap of the top 10 posts on Hacker News on November 21, 2025. This podcast was generated by wondercraft.ai (00:30): Helping Valve to power up Steam devicesOriginal post: https://news.ycombinator.com/item?id=46006616&utm_source=wondercraft_ai(01:52): Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and DockerOriginal post: https://news.ycombinator.com/item?id=46006016&utm_source=wondercraft_ai(03:14): How a French judge was digitally cut off by the USAOriginal post: https://news.ycombinator.com/item?id=46003778&utm_source=wondercraft_ai(04:37): Olmo 3: Charting a path through the model flow to lead open-source AIOriginal post: https://news.ycombinator.com/item?id=46001889&utm_source=wondercraft_ai(05:59): Arduino published updated terms and conditions: no longer an open commonsOriginal post: https://news.ycombinator.com/item?id=46005553&utm_source=wondercraft_ai(07:21): We should all be using dependency cooldownsOriginal post: https://news.ycombinator.com/item?id=46005111&utm_source=wondercraft_ai(08:44): You can make PS2 games in JavaScriptOriginal post: https://news.ycombinator.com/item?id=46006082&utm_source=wondercraft_ai(10:06): Prozac 'no better than placebo' for treating children with depression, expertsOriginal post: https://news.ycombinator.com/item?id=45999622&utm_source=wondercraft_ai(11:28): Homeschooling hits record numbersOriginal post: https://news.ycombinator.com/item?id=45999842&utm_source=wondercraft_ai(12:51): It's hard to build an oscillatorOriginal post: https://news.ycombinator.com/item?id=46002161&utm_source=wondercraft_aiThis is a third-party project, independent from HN and YC. Text and audio generated using AI, by wondercraft.ai. Create your own studio quality podcast with text as the only input in seconds at app.wondercraft.ai. Issues or feedback? We'd love to hear from you: team@wondercraft.ai
This is a recap of the top 10 posts on Hacker News on November 19, 2025. This podcast was generated by wondercraft.ai (00:30): Europe is scaling back GDPR and relaxing AI lawsOriginal post: https://news.ycombinator.com/item?id=45980117&utm_source=wondercraft_ai(01:53): Show HN: I made a down detector for down detectorOriginal post: https://news.ycombinator.com/item?id=45974012&utm_source=wondercraft_ai(03:17): Your smartphone, their rules: App stores enable corporate-government censorshipOriginal post: https://news.ycombinator.com/item?id=45979297&utm_source=wondercraft_ai(04:41): The Death of Arduino?Original post: https://news.ycombinator.com/item?id=45984143&utm_source=wondercraft_ai(06:04): Building more with GPT-5.1-Codex-MaxOriginal post: https://news.ycombinator.com/item?id=45982649&utm_source=wondercraft_ai(07:28): Thunderbird adds native Microsoft Exchange email supportOriginal post: https://news.ycombinator.com/item?id=45978423&utm_source=wondercraft_ai(08:52): Meta Segment Anything Model 3Original post: https://news.ycombinator.com/item?id=45982073&utm_source=wondercraft_ai(10:15): The patent office is about to make bad patents untouchableOriginal post: https://news.ycombinator.com/item?id=45985890&utm_source=wondercraft_ai(11:39): Gaming on Linux has never been more approachableOriginal post: https://news.ycombinator.com/item?id=45985506&utm_source=wondercraft_ai(13:03): Larry Summers resigns from OpenAI boardOriginal post: https://news.ycombinator.com/item?id=45979190&utm_source=wondercraft_aiThis is a third-party project, independent from HN and YC. Text and audio generated using AI, by wondercraft.ai. Create your own studio quality podcast with text as the only input in seconds at app.wondercraft.ai. Issues or feedback? We'd love to hear from you: team@wondercraft.ai
Superpowers for Good should not be considered investment advice. Seek counsel before making investment decisions. When you purchase an item, launch a campaign or create an investment account after clicking a link here, we may earn a fee. Engage to support our work.Watch the show on television by downloading the e360tv channel app to your Roku, LG or AmazonFireTV. You can also see it on YouTube.Devin: What is your superpower?Erin: Creativity and tinkering.Working mothers often face immense challenges balancing professional ambitions with the demands of nursing. Erin Martin, the Co-Founder and CEO of Pump for Joy, turned her personal struggles into a groundbreaking innovation designed to empower mothers in the workplace. In this interview, Erin shared her journey of transforming what she calls an “exclusive pumping” experience into a solution to make life easier for countless moms.Erin described her experience as a working mother pumping breast milk in 2021: “The cleaning between each pumping session would take a long time. Every time I was done, it felt like the next second I was doing another pumping session.” Realizing the lack of support for pumping moms, she envisioned a product that eliminates the hassle of cleaning pump parts while maintaining a commitment to sustainability.Pump for Joy's flagship product is a single-use, 100% biodegradable breast milk collection kit. Designed to simplify the lives of working mothers, the product eliminates the need for extensive cleaning while remaining environmentally friendly. “I cannot bring myself to make a single-use plastic product,” Erin explained. “If I'm creating a convenience product, the very last thing I want to do is hurt the environment.”Developing this innovation has required Erin and her team to navigate the complexities of creating a biodegradable design that meets strict medical device regulations. However, their efforts don't stop there. Erin is actively exploring cellulose-based materials and cutting-edge bioplastics, such as PHA, to push sustainability even further.To fund this mission, Pump for Joy is raising capital through a regulated investment crowdfunding campaign on WeFunder. This approach allows moms and supporters alike to invest in the company's success and become part of the effort to create a better future for working mothers and the planet.As a proud women-owned, minority-owned business, Pump for Joy exemplifies innovation, environmental stewardship, and social impact. Erin's commitment goes beyond solving a problem; it reflects a deep integrity. She put it best: “It's an unwavering commitment to create a better solution for moms and for the environment at the same time.”Those interested in supporting the company can explore its WeFunder campaign at s4g.biz/joy. Pump for Joy is making a real difference in the lives of mothers and contributing to a more sustainable world.tl;dr:Erin Martin created Pump for Joy to empower working moms with a biodegradable breast milk collection kit.The product eliminates cleaning for nursing mothers and prioritizes environmental sustainability with innovative materials.Erin and her co-founder Vanessa leverage their complementary skills to drive Pump for Joy's success.The company is raising capital on WeFunder, inviting the community to invest in its mission.Erin's superpower, creativity and tinkering, has been key to solving challenges and innovating sustainably.How to Develop Creativity and Tinkering As a SuperpowerErin's superpower lies in her ability to creatively tinker and iterate, transforming failure into opportunity. She explained, “I have not ever let go of this idea of constant learning and creativity. If there's a problem to be solved, my brain immediately starts thinking through how we might solve it.” Her passion for experimentation and improvement allows her to approach challenges with curiosity and determination, making her a natural innovator.When developing Pump for Joy's biodegradable breast milk collection kit, Erin faced a design challenge: creating a product that was both user-friendly and environmentally sustainable. Initially, the design was a single piece, but through relentless iteration, it evolved into a multi-part solution. Erin described how she explored everything from magnetic seals to twist mechanisms, testing each idea with prototypes from her 3D printer. Her persistence paid off, resulting in a design that balances functionality and sustainability, a testament to her creative problem-solving.Tips for Developing Creativity and Tinkering:Embrace Failure as a Learning Tool: Erin reminds us, “Failure is not final.” Use setbacks as opportunities to refine your approach.Stay Curious: Approach problems with a mindset of exploration and a willingness to try unconventional solutions.Iterate Relentlessly: Test, tweak, and repeat until you find the best solution.Learn New Skills: Erin's hobbies, like programming in Arduino and 3D printing, directly enhance her creative problem-solving.Adopt a Growth Mindset: Expect your first attempt to fall short and see improvement as part of the process.By following Erin's example and advice, you can make creativity and tinkering a skill. With practice and effort, you could make it a superpower that enables you to do more good in the world.Remember, however, that research into success suggests that building on your own superpowers is more important than creating new ones or overcoming weaknesses. You do you!Guest ProfileErin Martin (she/her):Co-Founder & CEO, Pump For JoyAbout Pump For Joy: Pump for Joy makes single use breast milk collection kits for busy moms. Our kits are biodegradable, safe, and easy to use: no washing or sterilizing away from home. This way, busy moms can spend less time cleaning and more time making waves in the world.Website: pumpforjoy.comLinkedIn Profile: linkedin.com/company/pump-for-joy/Company Facebook Page: facebook.com/profile.php?id=61557243352181#Instagram Handle: @pump.for.joy Other URL: wefunder.com/pumpforjoyBiographical Information: Seasoned product leader with 10+ years of experience launching 0→1 products to market. She's led cross-functional teams, driven go-to-market strategy, and built scalable solutions across various fintech and consumer sectors.LinkedIn Profile: linkedin.com/in/erindevinemartinSupport Our SponsorsOur generous sponsors make our work possible, serving impact investors, social entrepreneurs, community builders and diverse founders. Today's advertisers include FundingHope, and Envirosult. Learn more about advertising with us here.Max-Impact Members(We're grateful for every one of these community champions who make this work possible.)Brian Christie, Brainsy | Cameron Neil, Lend For Good | Carol Fineagan, Independent Consultant | Hiten Sonpal, RISE Robotics | John Berlet, CORE Tax Deeds, LLC. | Justin Starbird, The Aebli Group | Lory Moore, Lory Moore Law | Mark Grimes, Networked Enterprise Development | Matthew Mead, Hempitecture | Michael Pratt, Qnetic | Mike Green, Envirosult | Dr. Nicole Paulk, Siren Biotechnology | Paul Lovejoy, Stakeholder Enterprise | Pearl Wright, Global Changemaker | Scott Thorpe, Philanthropist | Sharon Samjitsingh, Health Care Originals | Add Your Name HereUpcoming SuperCrowd Event CalendarIf a location is not noted, the events below are virtual.Superpowers for Good Live Pitch applications due by November 17. Apply to pitch at the Superpowers for Good live event on December 11, 2025. This is your chance to spark campaign momentum and present to expert investors who frequently invest in our winners. Applicants must have an active Regulation Crowdfunding offering live when applying that will still be live on the event date. Apply by November 17, 2025.SuperCrowdHour, November 19, 2025, at 12:00 PM Eastern — Devin Thorpe, CEO and Founder of The Super Crowd, Inc., will lead a session on “Investing with a Self-Directed IRA.” In this session, Devin will explain how investors can use self-directed IRAs to participate in regulated investment crowdfunding while managing taxes and optimizing returns. He'll break down when this strategy makes sense, how to choose the right custodian, and what fees, rules, and risks to watch for. With his trademark clarity and real-world experience, Devin will help you understand how to balance simplicity with smart tax planning—so you can invest confidently, align your portfolio with your values, and make your money work harder for both impact and income.SuperGreen Live, January 22–24, 2026, livestreaming globally. Organized by Green2Gold and The Super Crowd, Inc., this three-day event will spotlight the intersection of impact crowdfunding, sustainable innovation, and climate solutions. Featuring expert-led panels, interactive workshops, and live pitch sessions, SuperGreen Live brings together entrepreneurs, investors, policymakers, and activists to explore how capital and climate action can work hand in hand. With global livestreaming, VIP networking opportunities, and exclusive content, this event will empower participants to turn bold ideas into real impact. Don't miss your chance to join tens of thousands of changemakers at the largest virtual sustainability event of the year.Community Event CalendarSuccessful Funding with Karl Dakin, Tuesdays at 10:00 AM ET - Click on Events.If you would like to submit an event for us to share with the 10,000+ changemakers, investors and entrepreneurs who are members of the SuperCrowd, click here.We use AI to help us write compelling recaps of each episode. Get full access to Superpowers for Good at www.superpowers4good.com/subscribe
Qualcomm surprised the IoT market by announcing the acquisition of the open-source hardware champion, with a huge hobbyist/enthusiast builder ecosystem. In this episode, I talk to Qualcomm's VP of Product Management, Industrial and IoT BU, Manvinder (Manny) Singh, about the reasoning for the acquisition, challenges of the IoT industry, how AI is changing the game, what Qualcomm brings to the ecosystem, how AI Hub and the other acquisition, Edge Impulse, fit together with Arduino, and more. We also delve into what will and will not change for the Arduino's open-source spirit, as well as the ecosystem, which primarily utilizes microcontrollers and low-power processors. Also, check out Episode 59- Discussion with CEO of Edge AI Foundation: https://bit.ly/TantrasMantra_ep59
In this open discussion episode, host Jen Van Horn chats with community members sharing Halloween stories, Adobe MAX updates, professional wins, and seasonal projects.This episode covers:Halloween and seasonal celebrations: Community costume sharing including K-pop Demon Hunters and sensory rope bunny looks, plus discussion of declining trick-or-treaters and the rise of trunk-or-treat events replacing traditional door-to-door visitsAdobe MAX announcements: Firefly boards emerging as collaborative mood boarding tools combining inspiration collection with AI generation, Content Aware Fill advances enabling 3D subject rotation, and increased availability of sneaks content for remote attendeesIndustry alternatives gaining ground: Affinity design suite now permanently free for all users with newly added vector trace functionality, challenging Adobe's market position for design-focused workflowsProfessional wins across the community: First-time live panel moderation at major industry events, unexpected client partnerships from social media posts, recovery milestones enabling return to full creative work, and Monday Meeting team expansion with new editors and hostsPersonal project momentum: Custom streaming setups with animated alert boxes and Arduino integration, year-end business strategy development for 2026 launches, hand-drawn animation work for independent films, and TA positions providing skill refreshersVisit MondayMeeting.org for this episode and other conversations from the motion design community!SHOW NOTES:Monday Meeting PatreonMonday Meeting DiscordMondayMeeting LinkedInMondayMeeting InstagramMondayMeeting BlueskyMondayMeeting NewsletterAdobe MAX SneaksThe Lemelson FoundationMotion Hatch's Creative and Coin Community
This week Dave and Chris discuss test equipment, the Arduino acquisition, Zephyr, Altium pricing, private equity owning YouTube channels, audio circuits, and more!
We often say that this hobby encompasses so many different aspects that there's always something for everybody to enjoy. Our next guest is all the way from New Mexico and is excellent example someone who enjoys many different aspects of the hobby including operations, building steam pro throttles, rebuilding brass engines working with Arduino's and building his own CTC machines, as well as several other, interesting aspects of the hobby. John Symanski's story is an interesting one, especially when you consider what he did for a living most of his adult life and to his credit he was anxious to share many of his adventures both in and around the hobby. It's a great podcast and one we are sure you'll enjoy!!!
This show has been flagged as Clean by the host. Table of Contents ───────────────── greetings links to software hardware install check it works now the fix outro 0 greetings ═══════════════════ continuation from episode 4388, review of the book the Arduino controlled by eforth by dr chen-hanson ting 1 links to software ═══════════════════ https://github.com/PeterForth/DR-TING-OFFETE-SVFIG-MIRROR, 328eforth source code https://github.com/Ro5bert/avra, opensource assembler https://www.engbedded.com/fusecalc/, configuration fuse calculator https://github.com/avrdudes/avrdude, flashing software https://github.com/oh2aun/flashforth, terminal shell programs 2 hardware ══════════ programmer, avrisp2 recommended, build your own https://www.hackerpublicradio.org/eps/hpr2799/index.html Arduino UNO R3, Arduino Nano 3 install ═════════ download 2159_328eforth.zip unzip that file then cd into it build assembler file, avra 328eforth220.asm 50+ warnings that avra generates because it pads out the words with null characters in order to get the write size for each word an over view of whats going on in the build process flashing process from the book, avrdude -p m328p -c avrisp2 -e -U flash:w:328eforth220.hex:i -U lfuse:w:0xff:m -U hfuse:w:0xd8:m -U efuse:w:0xfd:m what i use, avrdude -p m328p -c avrisp2 -e -U flash:w:328eforth220.hex:i -U lfuse:w:0xe2:m -U hfuse:w:0xd8:m -U efuse:w:0xfd:m 4 check it works ════════════════ open terminal and plug in board, or reset board you should see, 328eforth v2.20 if you hit the return key you'll get an ok 5 now the fix ═════════════ clues from turnkey flush+ : flush+ ( -- ) context @ context i! cp @ cp i! dp @ dp i! last @ last i! flush ; flush+ at the terminal prompt saves words,updates the memory pointers saving words across reboots now you can save newly defined words across reboots 6 outro ═══════ You're currently going through a difficult transition period called, "Life."Provide feedback on this episode.
By Billy Linehan Maker Faire Festival of invention Maker Faire Rome is a family-friendly festival of invention, creativity and resourcefulness. It brings together creators, tinkerers, artists, scientists, engineers and enthusiasts of all ages to showcase their projects, share ideas, learn from each other and connect. Each year the fair attracts a wide range of participants from across Europe and beyond. The 2025 edition, held at the Gazometro Ostiense site in Rome, showed how Italy presents technology as something open to everyone rather than the preserve of specialists or companies. It is a public meeting place where ideas, skills and tools are shared. Curated by Innova Camera The event is promoted and organised by Innova Camera, the Special Agency of the Rome Chamber of Commerce, with support from the Italian Trade Agency and other public partners. ENI, Italy's leading energy company, was the Platinum Partner for Maker Faire Rome 2025, showcasing its work in sustainable energy and innovation. Readers can see my first report on the event, published in Irish Tech News , which gives background on the fair's scale and purpose. This follow-up looks at what stood out for me in 2025 and why Maker Faire Rome continues to matter. A city of invention Rome becomes a city of invention for three days. People attend to show what they have built, not simply what they intend to sell. Exhibitors range from individual hobbyists to full university research groups. Companies such as Digikey and Arduino are there alongside independent makers. Robots, devices made from recycled materials and new teaching tools for electronics and coding are all on display. The organisers placed a stronger emphasis this year on sustainability, digital manufacturing and human-centred technology. Makers tackling real problems Across the halls and marquees, the emphasis was on solving practical problems. Many exhibitors focused on energy, agriculture, health and sustainability rather than consumer gadgets. The DAFNE project (Digital Agriculture Framework for the Networked Economy), led by the University of Tuscia, focused on combatting the Xylella pathogen that attacks olive trees. It showed how crop-protection research can connect scientific study with practical farming applications. At the University of Siena, a public health team presented UV-Heroes , a device for disinfecting stethoscopes that addresses a genuine hospital hygiene issue. Access to digitised heritage Elsewhere, the Rome-based startup Scan Heritage demonstrated both 2D and 3D digitisation of cultural and archival materials. Their work creates accurate digital copies of documents, artefacts and objects to support preservation, study and public access. The approach has some similarities with Ireland's Virtual Record Treasury of Ireland, as both protect fragile archives through digital access. These examples reflected a grounded approach to technology, linking design with real-world needs. Highlights from the fair With hundreds of exhibits spread across four gasometers, halls, pavilions and outdoor spaces, Maker Faire Rome covered everything from electronics and robotics to applied research and digital art. I focused on projects where ideas are being put to use, alongside creators working with materials and form. A lively robot-football tournament drew large crowds. The SPQR team from Sapienza University of Rome played against visiting teams from the Netherlands and Germany, showing how academic research can be turned into fast, reactive machines. Swiss maker Manuel Imboden presented his Open Source Satellite Kit, an open CubeSat model that helps beginners understand space technology. A former film producer, Imboden turned to electronics and engineering during the pandemic and has since built an online following through his YouTube channel. Technology with a Human Purpose Several research projects showed how technology supports social and medical work. The Pet Robots research team from the Universit...
Intel is contributing less to open source and it could easily backfire, Qualcomm buys Arduino and we have concerns, KDE turns 29, Germans are doing excellent work moving towards Linux, and good news for those running Linux on an Amiga. News Intel rethinking how it contributes to open source community Intel's Open-Source Strategy Is... Read More
Intel is contributing less to open source and it could easily backfire, Qualcomm buys Arduino and we have concerns, KDE turns 29, Germans are doing excellent work moving towards Linux, and good news for those running Linux on an Amiga. News Intel rethinking how it contributes to open source community Intel's Open-Source Strategy Is... Read More
This week's EYE ON NPI is as mysterious and powerful as the extra-dimensional being from Star Trek (https://en.wikipedia.org/wiki/Q_(Star_Trek)) - it's the new Arduino UNO Q (https://www.digikey.com/en/product-highlight/a/arduino/uno-q-microcontroller-board) microcontroller board, released as part of the Qualcomm/Arduino acquisition announcement (https://www.qualcomm.com/news/releases/2025/10/qualcomm-to-acquire-arduino-accelerating-developers--access-to-i). This Uno-shaped board is packed with both an STM32 microcontroller and a Qualcomm Dragonwing microprocessor so you get the best-of-both-worlds: 3.3V/5V logic compatibility with timers and ADCs, plus a full Debian install and AI support for running local vision models. We last checked in on Arduino we were reviewing their new announcements based on a partnership with Renesas: the Arduino Nano R4 SoC (https://www.youtube.com/watch?v=QLAI41ZfCfw) which is a miniaturized version of the UNO R4 (https://www.youtube.com/watch?v=uw0EU8urz5M). These boards feature an Arm microcontroller, with lots of fun on-board accessories like an LED grid, Qwiic connector, and WiFi/Bluetooth module. These boards represented a bump in capabilities over the classic UNO R3 (https://www.digikey.com/en/products/detail/arduino/A000073/3476357) but are still under-powered compared to the 'Portenta' line (https://www.digikey.com/en/products/detail/arduino/ABX00045/15294134). So, when we see the Arduino UNO Q (https://www.digikey.com/short/qc9d09fm) is a merging of three separate 'strands' of Arduino development history. One, it's shaped and has hardware-compatibility with the classic UNO which has been their mainstay for decades. Two, it has the powerful microcontroller type that the Pro line features. And three, it revives some of the Linux-based boards that Arduino had previously released like the Yun (https://www.digikey.com/en/products/detail/arduino/A000008/4486331), Tian (https://docs.arduino.cc/retired/boards/arduino-tian/) and Tre (https://docs.arduino.cc/retired/boards/arduino-tre). What sets the Q apart is that this time instead of being just a chip-supplier partnership, Arduino has been acquired as a subsidiary of Qualcomm (https://www.qualcomm.com/news/releases/2025/10/qualcomm-to-acquire-arduino-accelerating-developers--access-to-i) which means that there's going to be first-class engineering support for the onboard Dragonwing processor. Speaking of, let's take a look at the hardware included in the new Q! There's two chipsets on each board: the big processor is a Qualcomm Dragonwing™ QRB2210 (https://www.digikey.com/en/products/detail/qualcomm/QRB-2210-0-NSP752-TR-00-0/27904331) - 64-bit System-on-Chip with 4 × Arm Cortex-A53 running at 2.0 GHz and Adreno 702 GPU running at 845 MHz for 3D graphics. This chip runs mainline Debian OS with upstream support so you can configure a kernel and distribution image without needing patches. Arduino and Qualcomm distribute their own ready to go image too (https://docs.arduino.cc/tutorials/uno-q/update-image/). This chip has modern A/V support with both CSI camera and DSI MIPI display capability to match. Those high speed connects are available on the dual 60-pin bottom connects - while there isn't a sub-connect board right now, it's likely that Arduino will develop one soon. Meanwhile, you can use their documentation (https://docs.arduino.cc/hardware/uno-q/) such as STEP and Gerber files if you want to start adding a direct-plug integration into your hardware now. The second chipset is a STM32U585 Arm Cortex-M33 with 2 MB Flash, 786 kB SRAM and running at 160 MHz - it runs the Arduino Core via Zephyr OS and from the block diagram, looks like it communicates with the main core via UART and SPI. The STM is what handles GPIO, PWM, ADC, DAC, timers, etc since it is 3.3V logic and has some 5V logic-level compatibility. The main headers on the Arduino - and some of the bottom extra headers - expose the STM logic so you can connect standard sensors, OLEDs, relays etc. While there are some GPIO from the Dragonwing also available, they're 1.8V logic and are already allocated in the Linux Device tree. The Arduino UNO Q (https://www.digikey.com/short/qc9d09fm) is available for pre-order right now from DigiKey for a door-busting $44! We've already put in our order, and we'll do a project to check it out as soon as it arrives. After you get your pre-order in, check out some of the projects that have already been published to get a sense of the Q's capabilities like this MAME emulation arcade cabinet (https://projecthub.arduino.cc/jcarolinares/arduino-uno-q-arcade-cabinet-machine-39dd38) or face-recognition car (https://www.youtube.com/watch?v=EGDxAXpH_Ag). You can start dreaming of what you'll be able to do with a full computer + microcontroller board that fits where your old UNO R3 would fit, while you wait for the shipping notification.
This week's EYE ON NPI will help you breathe easier, with the smallest CO2 sensor we've ever seen: it's the Sensirion STCC4 Miniature CO2 Sensor (https://www.digikey.com/en/product-highlight/s/sensirion/stcc4-miniature-co2-sensor) Sensirion has always been our top choice for air quality sensing, and now they've got the tiniest sensor yet with ambient-air CO2 measurements. We've covered many Sensirion CO2 sensors before, and made breakouts for the most popular like the SCD-30 (https://www.digikey.com/en/products/detail/sensirion-ag/SCD30/8445334) and SCD-40 (https://www.digikey.com/en/products/detail/sensirion-ag/SCD40-D-R2/13684003). Sensirion has also made fully-integrated sensors like the SEN-66 which have an SCD sensor inside (https://www.digikey.com/en/products/detail/sensirion-ag/SEN66-SIN-T/25700945). There's also older eCO2 sensors like the SGP30 (https://www.digikey.com/en/products/detail/sensirion-ag/SGP30-2-5K/7400966) which did 'effective' CO2 measurements by estimating based on organic gas concentrations. While CO2 measurements have always been important for keeping humans and animals happy (https://en.wikipedia.org/wiki/Carbon_dioxide#Human_physiology) - our bodies and brains don't like it when the CO2 concentration goes over ~2000 ppm - it was fairly uncommon to see CO2 monitors in homes or offices. That changed with Covid, because CO2 became a good stand-in for air circulation / clearance: outside air is around 400 ppm, so the closer the indoor air is to 400 ppm the better the circulation. For folks who need the most accurate CO2 sensing, we'd still point them to the SCD-30 NDIR as a gold-standard (https://www.digikey.com/en/products/detail/sensirion-ag/SCD30/8445334) but it has the side effect of requiring a lot of space and is not particularly low power. The SCD-40 improved on the size/power requirements, using acoustic sensing instead of infrared light. However, if you want something really small, for wearables or phones or portable sensing, we now have a new sensor! The Sensirion STCC4 Miniature CO2 Sensor (https://www.digikey.com/short/nn982w9w) is only 3mm x 4mm x 1.2mm and uses thermal conductivity of the ambient air to calculate CO2 concentration. This means it works only for 'natural ambient air' measurements that have a similar profile to outdoor/indoor air, it's not good for scientific measurement or extreme/outlier locations and situations. Like the SCD30 and '40 series, the STCC4 will auto-calibrate (https://www.digikey.com/short/nn982w9w) to account for drift. To do that, it must be exposed to outdoor air, with approximate 400 ppm CO2 concentration once a week. Once it has completed its initial startup calibration, it will give measurements with +-100ppm accuracy. Note that this is not as good as the SCD30's +-30ppm or the SCD40's +-50ppm as the tradeoff for the smaller size and price. It also works best with separate temperature + humidity calibration - they suggest the SHT4x series such as SHT40 (https://www.digikey.com/en/products/detail/sensirion-ag/SHT40-AD1B-R3/14322709) or SHT41 (https://www.digikey.com/en/products/detail/sensirion-ag/SHT41-AD1B-R3/15296592) which you can wire up to the peripheral I2C pins for automatic readings. We noted that although the specifications for the STCC4 imply you can use 5V power/logic, that doesn't apply to the SHT4x series so its better to just have everything run at 3.3V. Sensor readings happen over I2C, and if you've used other Sensirion products you're probably familiar with their 'Command / Response / CRC' style of messaging. Thankfully no clock stretching is used, although it will NAK if the message isn't handled during a read. Two I2C addresses are available thanks to an ADDR pin. And if you want to get started fast, there's a ready-written Arduino compatible library available on GitHub (https://github.com/Sensirion/arduino-i2c-stcc4) as well as Python and embedded C (https://github.com/Sensirion?q=stcc&type=all&language=&sort=). For fast plug-and-play integration, Sensirion has also released an eval board (https://www.digikey.com/short/qwn75j80) and we really like that they went with a simple low-cost Qwiic/Stemma QT design (https://learn.adafruit.com/introducing-adafruit-stemma-qt/what-is-stemma) with integrated SHT4x that you can use immediately with dev board that has a JST-SH compatible connector. If you want to integrate the smallest, lowest-cost CO2 sensor we've seen, from the experts at Sensirion, check out the Sensirion STCC4 Miniature CO2 Sensor (https://www.digikey.com/short/nn982w9w) - it's in stock right now for immediate shipment from DigiKey! Order the STCC4 sensor today and by tomorrow morning you'll be taking measurements of indoor CO2 with ready-to-go eval board and firmware example code.
Na série de conversas descontraídas com cientistas, chegou a vez da Professora Associada do Instituto Tecnológico da Aeronáutica (ITA), Mestra em Física Aplicada e Doutora PhD em Materiais Eletrônicos, Inventora e Ativista, Sonia Guimarães.Só vem!>> OUÇA (86min 14s)*Naruhodo! é o podcast pra quem tem fome de aprender. Ciência, senso comum, curiosidades, desafios e muito mais. Com o leigo curioso, Ken Fujioka, e o cientista PhD, Altay de Souza.Edição: Reginaldo Cursino.http://naruhodo.b9.com.br*Sonia Guimarães possui graduação em Licenciatura Ciências - Duração Plena pela Universidade Federal de São Carlos, mestrado em Física Aplicada pelo Instituto de Física e Química de São Carlos - Universidade de São Paulo e doutorado (PhD) em Materiais Eletrônicos - The University Of Manchester Institute Of Science And Technology.Atualmente é Professora Associada I do Instituto Tecnológico da Aeronáutica ITA do Departamento de Ciência e Tecnologia Aeroespacial DCTA.Experiência de pesquisa na área de Física Aplicada, com ênfase em Propriedade Eletroóticas de Ligas Semicondutoras Crescidas Epitaxialmente, atuou principalmente nos seguintes temas: crescimento epitaxial de camadas de telureto de chumbo e antimoneto de índio por difusão, processamento, obtenção e caracterização de dispositivos fotocondutores e sensores de radiação infravermelha.Professora de Física Experimental do 1o e 2o anos das engenharias: elétrica, computação, estruturas de aeroportos, mecânica de aviões, aeronáutica e aeroespacial.Tem experiência na área de Ensino de Física aplicando a Metodologia de Aprendizagem Baseada em Problemas/Projetos ABP (PBL em inglês), utilizando as ferramentas computacionais: Tracker, Arduino e Mathematica. E de Ensino de Física Experimental para Engenheiros, com ênfase em ensiná-los a escrever artigos científicos.Palestrante nos temas: incentivo às meninas para optarem por ciências exatas, tecnologias e engenharias em suas carreiras, revolução digital e as profissões do futuro, empreendedorismo, acolhimento, autoconhecimento e foco para alcançar nossos objetivos e realizar nossos sonhos.Luta contra o racismo e discriminação de gênero, e palestras motivacionais para quem está sendo vítima destes crimes.Membra da Associação Brasileira de Pesquisadores Negros - ABPN, Presidenta da Comissão de Justiça, Equidade, Diversidade e Inclusão - JEDI da Sociedade Brasileira de Física - SBF, Conselheira Fundadora da AFROBRAS, ONG mantenedora da Universidade Zumbi dos Palmares, Conselheira do Conselho Municipal Para a Promoção de Igualdade Racial - COMPIR, da prefeitura da cidade de São José dos Campos, Conselheira Editorial da Revista Ensino Superior.T1. PEDIDO DE PATENTE deferido, e CARTA DE PATENTE registrada, portanto além de cientista agora é inventora de técnica de produção sensores de radiação infravermelha.Está na lista das 100 Pessoas Inovadoras da América Latina de 2023, criada pela Bloomberg Línea. Em 2025 se tornou uma das 15 Mulheres mais Poderosas do Brasil, pela revista FORBES.Lattes: http://lattes.cnpq.br/3737671551535600*APOIE O NARUHODO!O Altay e eu temos duas mensagens pra você.A primeira é: muito, muito obrigado pela sua audiência. Sem ela, o Naruhodo sequer teria sentido de existir. Você nos ajuda demais não só quando ouve, mas também quando espalha episódios para familiares, amigos - e, por que não?, inimigos.A segunda mensagem é: existe uma outra forma de apoiar o Naruhodo, a ciência e o pensamento científico - apoiando financeiramente o nosso projeto de podcast semanal independente, que só descansa no recesso do fim de ano.Manter o Naruhodo tem custos e despesas: servidores, domínio, pesquisa, produção, edição, atendimento, tempo... Enfim, muitas coisas para cobrir - e, algumas delas, em dólar.A gente sabe que nem todo mundo pode apoiar financeiramente. E tá tudo bem. Tente mandar um episódio para alguém que você conhece e acha que vai gostar.A gente sabe que alguns podem, mas não mensalmente. E tá tudo bem também. Você pode apoiar quando puder e cancelar quando quiser. O apoio mínimo é de 15 reais e pode ser feito pela plataforma ORELO ou pela plataforma APOIA-SE. Para quem está fora do Brasil, temos até a plataforma PATREON.É isso, gente. Estamos enfrentando um momento importante e você pode ajudar a combater o negacionismo e manter a chama da ciência acesa. Então, fica aqui o nosso convite: apóie o Naruhodo como puder.bit.ly/naruhodo-no-orelo
In this episode, Ben Bajarin and Jay Goldberg discuss the recent partnership between OpenAI and AMD, exploring its implications for the AI compute landscape. They delve into the competitive dynamics between AMD and NVIDIA, OpenAI's ambitions to become a hyperscaler, and the financial challenges associated with massive AI infrastructure investments. The conversation shifts to Intel's advancements showcased during a tour of their Fab 52, highlighting their competitive edge in semiconductor manufacturing. Finally, they touch on Qualcomm's acquisition of Arduino and its potential impact on the IoT sector.TakeawaysOpenAI's partnership with AMD marks a significant shift in AI compute.AMD is positioning itself as a serious player in AI GPUs.OpenAI's ambition to become a hyperscaler raises questions about funding.The demand for AI compute is concentrated among a few major players.Intel's Fab 52 showcases advanced manufacturing capabilities.Intel's 18A process is competitive but needs to prove itself in products.Qualcomm's acquisition of Arduino aims to strengthen its IoT strategy.The AI infrastructure build-out is unprecedented in scale and cost.There is uncertainty about the long-term demand for AI services.The competitive landscape in cloud computing is rapidly evolving.
On this episode of The Six Five Pod, hosts Patrick Moorhead and Daniel Newman discuss the tech news stories that made headlines this week. The handpicked topics for this week are: AI Investments and Market Dynamics: OpenAI and AMD's $6 billion deal announcement. NVIDIA's response to the AMD-OpenAI partnership. An analysis of the competitive landscape in the AI chip market. Cisco's AI Networking Advancements: Hosts cover Cisco's announcement of its Silicon One-based router for AI hyperscaler data centers and discuss Cisco's role in addressing network constraints in AI infrastructure. Intel's Technology Showcase: Intel's event in Arizona highlighting PC chips, server chips, and 18A process node. A look at the strategic importance of Intel Foundry and its competitive positioning. Qualcomm's IoT and Physical AI Aspirations: Qualcomm's acquisition of Arduino and its implications for IoT development. Hosts reflect on Qualcomm's strategy in expanding beyond mobile chips. IBM TechXchange Highlights: IBM shared its focus on orchestration and agents in IBM's AI strategy and highlighted partnerships with Anthropic and other AI companies. The Flip - AI Bubble Debate: A simulated debate on whether the current AI investment trend is a bubble with an analysis of market valuations, capex trends, and potential risks. Dell Technologies Analyst Meeting Insights: Hosts talk Dell's increased revenue and EPS forecasts, particularly in the data center segment, plus their strategy shifts in the PC market and enterprise AI adoption. Oracle's AI Business Economics: A discussion of a recent controversial report on Oracle's AI infrastructure profitability. Analysis of the challenges in accurately assessing AI infrastructure economics. Industry Updates and Future Events: xAI's $20 billion raise and NVIDIA's investment. Applied Materials' revenue takes a hit due to new export restriction rules. Upcoming tech events and conferences. For a deeper dive into each topic, please click on the links above. Be sure to subscribe to The Six Five Pod so you never miss an episode.
This week Ubuntu has released 25.10, and they broke Flatpak support. Qualcomm has purchased Arduino, and we're not sure that's a good thing. Plasma 6.5 is looking to be a great release, and System76 is already releasing Cosmic on a laptop, Beta and all. For tips we have the workaround to install Flatpaks on Ubuntu, printenv to print out all the environment variables, and btrfs-assistant as a nifty graphical user interface for managing btrfs partitions. You can find the show notes at http://bit.ly/46Qf784 and happy Linuxing! Host: Jonathan Bennett Co-Hosts: Jeff Massie and Rob Campbell Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
This week Ubuntu has released 25.10, and they broke Flatpak support. Qualcomm has purchased Arduino, and we're not sure that's a good thing. Plasma 6.5 is looking to be a great release, and System76 is already releasing Cosmic on a laptop, Beta and all. For tips we have the workaround to install Flatpaks on Ubuntu, printenv to print out all the environment variables, and btrfs-assistant as a nifty graphical user interface for managing btrfs partitions. You can find the show notes at http://bit.ly/46Qf784 and happy Linuxing! Host: Jonathan Bennett Co-Hosts: Jeff Massie and Rob Campbell Download or subscribe to Untitled Linux Show at https://twit.tv/shows/untitled-linux-show Want access to the ad-free video and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.
The nights are drawing in for Europeans, and Elliot Williams is joined this week by Jenny List for an evening podcast looking at the past week in all things Hackaday. After reminding listeners of the upcoming Hackaday Supercon and Jawncon events, we take a moment to mark the sad passing of the prolific YouTuber, Robert Murray-Smith. Before diving into the real hacks, there are a couple of more general news stories with an effect on our community. First, the takeover of Arduino by Qualcomm, and what its effect is likely to be. We try to speculate as to where the Arduino platform might go from here, and even whether it remains the player it once was, in 2025. Then there's the decision by Google to restrict Android sideloading to only approved-developer APKs unless over ADB. It's an assault on a user's rights over their own hardware, as well as something of a blow to the open-source Android ecosystem. What will be our community's response? On more familiar territory we have custom LCDs, algorithmic art, and a discussion of non-stepper motors in 3D printing. Even the MakerBot Cupcake makes an appearance. Then there's a tiny RV, new creative use of an ESP32 peripheral, and the DVD logo screensaver, in hardware. We end the show with a look at why logic circuits use the voltages they do. It's a smorgasbord of hacks for your listening enjoyment.
Подводим итоги недели в подкасте Telegram-канала ForGeeks. Расскажем про слухи об уходе Тима Кука, зачем крупной корпорации стартап, как играть в кубик Рубика с экранами и многое другое. Слушайте новый выпуск, читайте и подписывайтесь на ForGeeks в Telegram.
Cette semaine : Microsoft ROG Xbox Ally, Sega Rally 2: 25th Anniversary Repack, une update pour Clair Obscur: Expedition 33, Affinity c'est Affinito ?, Vivaldi 7.6 Mobile, The Orb - Buddhist Hipsters, Demo le projet de film d'Alex Pilot, The Lowdown, le clavier cadran rotatif de Google, ChatControl bloqué par l'Allemagne, le futur d'AMD : Strix Halo, AMD a aussi son deal avec OpenAI, AMD et Sony : c'est toujours l'amour, et Qualcomm rachète Arduino. Lisez plutôt Torréfaction #347 : Patch pour Clair Obscur: Expedition 33, Vivaldi 7.6 Mobile, pack de news AMD, et bien plus ! avec sa vraie mise en page sur Geekzone. Pensez à vos rétines.
Timestamps: 0:00 Soren K didn't have that sigma grindset 0:14 Win11 local account loopholes blocked 1:39 Qualcomm acquires Arduino 3:05 Synology walks back verified drives policy 4:27 Micro Center! 5:21 QUICK BITS INTRO 5:31 Nintendo sues Reddit mod for $4.5M 6:21 Logitech shutting down POP smart buttons 7:08 Steam, Xbox, Playstation all hit by DDoS 7:59 Sora 2's copyright drama 8:54 Neuralink patient controls robot arm NEWS SOURCES: https://lmg.gg/RWh1P Learn more about your ad choices. Visit megaphone.fm/adchoices
The team discusses Qualcomm's acquisition of Arduino, and AMD's new partnership with OpenAI. We also look at the rise of AI-powered web browsing, plus Apple's latest anti-Microsoft video. Our Hot Hardware candidate is the Philips Brilliance 5K monitor, a feature-packed, high-quality display that costs less than you might expect.
The MagTag 2025 edition has all the same features but now has a new chip driver with support for Arduino and CircuitPython. https://www.adafruit.com/product/4800 With the new SSD1680 chip driver on the 2025 edition, you'll want to install the latest stable release of Circuit Python, version 10.0. The new case has ample room for a 500mAh lipo battery (or smaller) and mounting holes for M3 hardware like these mini magnet feet. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Shop for parts to build your own DIY projects http://adafru.it/3dprinting 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Connect with Noe and Pedro on Social Media: Noe's Twitter / Instagram: @ecken Pedro's Twitter / Instagram: @videopixil ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Adafruit Monthly Deals & FREE Specials https://www.adafruit.com/free?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting 3DThursday Posts: https://blog.adafruit.com/category/3d-printing?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting New tutorials on the Adafruit Learning System: http://learn.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Music by Dan Q https://soundcloud.com/adafruit -----------------------------------------
The MagTag 2025 edition has all the same features but now has a new chip driver with support for Arduino and CircuitPython. https://www.adafruit.com/product/4800 With the new SSD1680 chip driver on the 2025 edition, you'll want to install the latest stable release of Circuit Python, version 10.0. The new case has ample room for a 500mAh lipo battery (or smaller) and mounting holes for M3 hardware like these mini magnet feet. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Shop for parts to build your own DIY projects http://adafru.it/3dprinting 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Connect with Noe and Pedro on Social Media: Noe's Twitter / Instagram: @ecken Pedro's Twitter / Instagram: @videopixil ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Adafruit Monthly Deals & FREE Specials https://www.adafruit.com/free?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting 3DThursday Posts: https://blog.adafruit.com/category/3d-printing?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting New tutorials on the Adafruit Learning System: http://learn.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Music by Dan Q https://soundcloud.com/adafruit -----------------------------------------
This is a recap of the top 10 posts on Hacker News on October 07, 2025. This podcast was generated by wondercraft.ai (00:30): Qualcomm to acquire ArduinoOriginal post: https://news.ycombinator.com/item?id=45502541&utm_source=wondercraft_ai(01:51): German government comes out against Chat ControlOriginal post: https://news.ycombinator.com/item?id=45506143&utm_source=wondercraft_ai(03:12): Gemini 2.5 Computer Use modelOriginal post: https://news.ycombinator.com/item?id=45507936&utm_source=wondercraft_ai(04:34): Deloitte to refund the Australian government after using AI in $440k reportOriginal post: https://news.ycombinator.com/item?id=45500485&utm_source=wondercraft_ai(05:55): Show HN: Timelinize – Privately organize your own data from everywhere, locallyOriginal post: https://news.ycombinator.com/item?id=45504973&utm_source=wondercraft_ai(07:16): Nobel Prize in Physics 2025Original post: https://news.ycombinator.com/item?id=45501189&utm_source=wondercraft_ai(08:38): Canadian bill would strip internet access from 'specified persons', no warrantOriginal post: https://news.ycombinator.com/item?id=45502216&utm_source=wondercraft_ai(09:59): Doing Rails WrongOriginal post: https://news.ycombinator.com/item?id=45505692&utm_source=wondercraft_ai(11:20): IKEA Catalogs 1951-2021Original post: https://news.ycombinator.com/item?id=45504470&utm_source=wondercraft_ai(12:42): California law forces Netflix, Hulu to turn down ad volumesOriginal post: https://news.ycombinator.com/item?id=45499281&utm_source=wondercraft_aiThis is a third-party project, independent from HN and YC. Text and audio generated using AI, by wondercraft.ai. Create your own studio quality podcast with text as the only input in seconds at app.wondercraft.ai. Issues or feedback? We'd love to hear from you: team@wondercraft.ai
This week I talked to Liz from Blitz City DIY. She makes a lot of music and electronics related projects. We discuss how she went from a music major to experimenting with Arduino to creating DIY YouTube videos and guides for Adafruit. We discover why patterned plywood might be related to quilting and a bit about modular synths. Check out Liz on Instagram, Youtube and the Adafruit web site.
In this episode of the Programming Electronics Academy Podcast, we talk with the Red Snapper team—three high school students from Italy who designed and built a prosthetic arm using 3D printing, servos, EMG sensors, and Arduino technology. They share how the project began, the challenges they faced with design and control systems, and how their innovation won them first place at the national RoboCup robotics competition. Follow the Red Snapper team on Instagram: https://www.instagram.com/pac_tech_ Or check out their website here: https://pactech.mystrikingly.com/ Learn more about Programming Electronics Academy: https://programmingelectronics.com