IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












Hacking An Actual WiFi Toothbrush With An ESP32-C3  

3users  
hackaday.com  


Following on the heels of a fortunately not real DDoS botnet composed of electric toothbrushes, [Aaron Christophel] got his hands on a sort-of-electric toothbrush which could totally be exploited for this purpose. Evowera Planck Mini will never gonna give you up, never let you down. (Credit: Aaron Christophel) The Evowera Planck Mini which he got is the smaller, children-oriented version of the Pl



 

2024/03/07 13:00
 



 

















CH32 RISC-V MCUs Get Official Arduino Support  

3users  
hackaday.com  


Like many of you, weve been keeping a close eye on the CH32 family of RISC-V microcontrollers from WCH Electronics. You can get the CH32V003, featuring 2 kB RAM and 16 kB of flash for under fifteen cents, and the higher-end models include impressive features like onboard Ethernet. But while the hardware is definitely interesting, the software side of things has been a little rocky compared to wha



 

2024/01/06 03:18
 













Building A Better Keyboard And Mouse Switch  

3users  
hackaday.com  


Switching inputs between desktops seems like something that should be simple but can prove to be a pain in reality. [Hrvoje Cavrak] decided to take matters into his own hands and build a better keyboard and mouse switch. DeskHop is built from two Raspberry Pi Pico boards connected via UART and separated by an Analog Devices ADuM1201 dual-channel digital isolator. Through the magic of Pico-PIO-USB



 

2023/12/28 19:17
 



 











A Mysterious 6502 Apple 2 Simulator  

3users  
hackaday.com  


Nice, visual simulators of CPUs such as the 6502 are usually made much later and with more modern tooling than what they simulate. But what if that wasnt the case? What if a simulator runs on the very hardware its simulating? This is what [Tea Leaves] stumbled upon when he found a mysterious disk with only APL6502.SIM on it. [Tea Leaves] demonstrates the simulator with a basic 6502 assembly pr



 

2023/11/12 16:06
 















Perfect Dark: Recompiled  

3users  
hackaday.com  


Theres an interesting renaissance of Nintendo 64 gaming, powered by the ability to decompile N64 ROMs back into C code using Ghidra. There are projects around multiple classic games, taking the Ghidra output and renaming the generic function and variable names. There are two approaches to these projects, sometimes happening in parallel. The first is to perfectly recreate the original work, and ge



 

2023/11/08 14:36
 













Open-Source Cell Phone Based On ESP32  

4users  
hackaday.com  


Over the past decade or so, smartphones have exploded in popularity and seamlessly integrated themselves into nearly every aspect of most peoples lives. Although that comes with a few downsides as well, with plenty of people feeling that the smart phone makes it a little too easy to waste time and looking to switch to something simpler, like an older-style flip phone. If this style of phone is mo



 

2023/08/05 08:37
 













An Open-Source, Free Circuit Simulator  

15users  
hackaday.com  


The original circuit simulation software, called the Simulation Program with Integrated Circuit Emphasis, or SPICE as it is more commonly known, was originally developed at the University of Califorina Berkeley in the 1970s with an open-source license. Thats the reason for the vast versions of SPICE available now decades after the original was released, not all of which are as open or free as we



 

2023/07/31 21:08
 



 











Thermochromic Treatment Keeps Solderless Breadboards Smokeless

3users  
hackaday.com  


This is me. There are more shenanigans done with that idea. A good way is to mix several thermochromes with different threshold temperatures, for a wider indication range. https://www.improwis.com/2017-07-20-ThermochromicBreadboardPrototype/ https://www.improwis.com/2017-07-14-ThermochromicCupsMugPrototypes/ The mix is also handy for visual indication the tea kettle is hot, the tea mug is cold eno



 

2023/07/14 16:32
 













Quetzal-1 Satellite Goes Open Source  

3users  
hackaday.com  


Back in 2020, students from Universidad Del Valle De Guatemala (UVG) pulled off a really impressive feat, designing and building a CubeSat that lasted a whopping 211 days in orbit. In addition to telemetry and radio equipment, it carried a black-and-white camera payload. But it turns out space is hard. The first pictures were solid black or white, with the automatic exposure process failing pretty



 

2023/07/05 00:41
 













A 32-Bit RISC-V CPU Core In 600 Lines Of C  

34users  
hackaday.com  


If you have ever wanted to implement a RISC-V CPU core in about 600 lines of C, youre in luck! [mnurzia]s rv project does exactly that, providing a simple two-function API. Technically, its a user-level RV32IMC implementation in ANSI C. There are many different possible flavors of RISC-V, and in this case is a 32-bit base integer instruction set (RV32I), with multiplication and division extensi



 

2023/06/28 16:31
 













 











An Entire RISC-V Operating System In 2000 Lines  

23users  
hackaday.com  


While Microsoft and Apple dont release the source code for their operating systems, a good estimate is that it takes around 50 million lines of code to run these software behemoths. The Linux kernel alone holds around 30 million lines, with systemd containing over one million lines on its own, which doesnt include estimates for the desktop environment or other parts of a standard installation. B



 

2023/05/20 08:41
 











 











Dead Raspberry Pi Boards, PMICs, And New Hope  

3users  
hackaday.com  


Since the Raspberry Pi 3B+ release, the Pi boards we all know and love gained one more weakpoint  the PMIC chip, responsible for generating all the power rails a Pi needs. Specifically, the new PMIC was way more vulnerable to shorting 5V and 3.3V power rails together  something thats trivial to do on a Raspberry Pi, and would leave you with a bricked board. Just replacing the PMIC chip, the MxL



 

2023/03/25 10:21
 













RP2040 Runs Linux Through RISC-V Emulation  

3users  
hackaday.com  


Were used to running Linux on CPUs where it belongs, and the consensus is that RP2040 just isnt up for the task  no memory controller, and nowhere near enough RAM, to boot. At least, thats what you might believe until you see [tvlad1234]s Linux-on-RP2040 project, reminding us theres more than one way to boot Linux on a CPU like this! Just like with the Linux on AVR project in 2012 that emu



 

2023/03/23 21:31
 













Probably The Most Over-Specified Calculator To Ever Be Manufactured  

9users  
hackaday.com  


Its possible quite a few of our older readers will remember the period from the 1960s into the 70s when an electronic calculator was the cutting edge of consumer-grade digital technology. By the 1980s though, they were old hat and could be bought for only a few dollars, a situation that remains to this day. But does that mean calculator development dead? Perhaps not, as [Li Zexi] writes for CNX



 

2023/03/07 21:53
 





 











Internal Heating Element Makes These PCBs Self-Soldering  

4users  
hackaday.com  


Surface mount components have been a game changer for the electronics hobbyist, but doing reflow soldering right requires some way to evenly heat the board. You might need to buy a commercial reflow oven  you can cobble one together from an old toaster oven, after all  but you still need something, because its not like a PCB is going to solder itself. Right? Wrong. At least if youre [Carl Buge



 

2023/01/19 21:49
 









 











Kirby Sucks, Literally  

4users  
hackaday.com  


Whats common between one of the most legendary video game characters of all time and a fume extractor ? They both suck. [Chris Borge] is not an electronics hobbyist and only does some occasional soldering. This made his regular fume extractor bulky and inconvenient to position where needed. What could serve him better would be a small extractor that could be attached to a clip or an arm on his he



 

2023/01/18 13:12
 





 











New Part Day: ESP32-P4 Espressif RISC-V Powerhouse  

3users  
hackaday.com  


It seems every day theres a new microcontroller announcement for which the manufacturer is keen to secure your eyeballs. Today its the turn of Espressif, whose new part is the ESP32-P4, which despite being another confusingly named ESP32, is a high-performance addition to their RISC-V line-up. On board are dual-core 400 MHz and a single-core low power 40 MHz RISC-V processors, and an impressive



 

2023/01/08 14:33
 













Foot Pedal Ups Vim Productivity, Brings Ergonomic Benefits  

4users  
hackaday.com  


Vim is the greatest or the worst text editor of all time, depending on the tribe youre in. Either way, members of both camps can appreciate this build from [Chris Price], which uses a foot pedal to ease operations for the user. The basic concept was to use a pedal to enable switching between normal and insert modes. In Vims predecessor, vi, switching modes was easy, with the ESC key located neat



 

2022/12/17 14:23
 













Its MacOS. On An Unmodified Wii!  

4users  
hackaday.com  


Were used to the so-called Hackintoshes, non-Apple hardware running MacOS. One we featured recently was even built into the case of a Nintendo Wii. But [Dandu] has gone one better than that, by running MacOS on an unmodified Wii, original Nintendo hardware (French, Google Translate link). How has this seemingly impossible task been achieved? Seasoned Mac enthusiasts will remember the days when



 

2022/11/25 14:03
 













Flashing Booby-Trapped Cisco AP With OpenWrt, The Hard Way  

4users  
hackaday.com  





 

2022/10/27 09:57
 













Making A Handheld NES By Turning DIP Chips IntoQFN?  

3users  
hackaday.com  





 

2022/10/03 17:33
 





 











Add Full-Color Images To Your 3D Prints With Toner Transfer  

4users  
hackaday.com  


Toner transfer is a commonly-used technique for applying text and images to flat surfaces such as PCBs, but anybody who has considered using the same method on 3D prints will have realized that the heat from the iron would be a problem. [Coverton] has a solution that literally turns the concept on its head, by 3D printing directly onto the transparency sheet. The fine detail is great for intuitive



 

2022/09/27 21:39
 













A Raspberry Pi Handheld Computer You Might Want To Use  

3users  
hackaday.com  


Amid the many wonderful form factors being explored by the makers of cyberdecks, theres one thats emerged which harks back to an earlier generation of portable computers: the handheld pad with a keyboard. These units are typically around the size of a hardback book, with the upper half being a screen and the lower a keyboard. The latest to come our way is from [Richard Sutherland], and its a ve



 

2022/09/03 13:20
 













Hackable $20 Modem Combines LTE And Pi Zero W2 Power  

3users  
hackaday.com  


[extrowerk] tells us about a new hacker-friendly device  a $20 LTE modem stick with a quadcore CPU and WiFi, capable of running fully-featured Linux distributions. This discovery hinges on a mountain of work by a Chinese hacker [HandsomeYingYan], whos figured out this stick runs Android, hacked its bootloader, tweaked a Linux kernel for it and created a Debian distribution for the stick  callin



 

2022/08/06 13:55
 













Yes We Have Random Bananas  

6users  
hackaday.com  


If you ask a normal person to pick a random number, theyll usually just blurt out a number. But if you ask a math-savvy person for a random number, youll probably get a lecture about how hard it is to pick a truly random number. But if you ask [Valerio Nappi], you might just get a banana. His post, which is in two parts, details how what computers generate are actually pseudo-random numbers. You



 

2022/06/13 21:28
 



 











Modular Pockit Computer Is More Than Meets The Eye  

3users  
hackaday.com  


Modular and Computer have historically been on the opposite ends of a rather awkward spectrum. One could argue that a hobbyist grade PC is modular, but only to a point. Re-configuring it on the fly is not readily possible. Modular laptops are slowly happening, but what about handheld devices, where our needs might change on a regular basis? Enter the Pockit: a fully modular IoT/edge computing



 

2022/03/12 21:04
 















Make Your Python CLI Tools Pop With Rich  

5users  
hackaday.com  


It seems as though more and more of the simple command-line tools and small scripts that used to be bash or small c programs are slowly turning into python programs. Of course, we will just have to wait and see if this ultimately turns out to be a good idea. But in the meantime, next time youre revamping or writing a new tool, why not spice it up with Rich? Rich is a python library written by [Wi



 

2022/01/21 10:59
 



 











Using Fishing Wire To Hold In Pin Headers Is A Nifty Trick  

3users  
hackaday.com  


Working on a breadboard, one can get used to the benefits of being able to readily plug and unplug jumper wires to reconfigure a project. One could only dream of doing so with PCBs, right? Wrong! [Stewart Russell] recently shared a tip on Twitter on how to do just that, with the help of a little fishing wire. The wire can be neatly threaded through the board to enable quick hookups. The trick is s



 

2021/12/17 05:37
 













HPi95LX Puts Linux In Your Palm

4users  
hackaday.com  


A few decades ago, palmtop computers were mostly based on MS-DOS, and while many users tried to mimic the UNIX experience, the results were mixed. Fast forward to the present and business-card-sized Linux computers modules abound. Canadian tinkerer [Rune Kyndal] decided to make his own Linux palmtop by sacrificing an old HP-95LX and replacing the guts with a Raspberry Pi Zero and a color LCD scree



 

2021/11/30 16:22
 





 








 




























 

hack a day - www.hackaday.com _  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x