index tutorials

[Link] Hardware Store Chemicals Transform Sheets Into Waterproof Tarps

Read: 23/11/2022 hackaday.com

For hackers in the Northern Hemisphere, the seasons of wet and cold are upon us.

activist tutorials diy hackaday tutorials


[Link] PlayStation 2 Gets A Seamless Media Center Makeover

Read: 4/7/2022 hackaday.com

We often see Raspberry Pi boards of various flavors stuck inside vintage computers and the like. [El Gato Guiri] has instead installed one inside a PlayStation 2 Slim, and rather artfully at that. The result is a tidy little media center device.

diy emulation hackaday hardware hacking homebrew hardware media centers playstation 2 retro consoles retrofit tutorials


[Link] The Virtue Of Wires In The Age Of Wireless

Read: 10/4/2022 hackaday.com

We ran an article this week about RS-485, a noise resistant differential serial multidrop bus architecture. (Tell me where else you’re going to read articles like that!) I’ve had my fun with RS-485 in the past, and reading this piece reminded me of those days.

ethernet explanations hackaday opinion pieces tutorials wired and wireless wireless tech


[Link] Soil Moisture Sensor Coating Lessons Learned The Hard Way

Read: 3/3/2022 hackaday.com

Ever wanted to measure soil moisture? Common “soil moisture meter module arduino raspberry compatible free shipping” PCBs might deceive you with their ascetic looks.

diy hackaday homebrew hardware irrigation sensors tutorial tutorials


[Link] Rainbow DIP Switch Is The Coolest Way To Configure Your Project

Read: 2/2/2022 hackaday.com

Oftentimes, when programming, we’ll put configuration switches into a config file in order to control the behaviour of our code. However, having to regularly open a text editor to make changes can be a pain.

computer hardware cute diy electronics hackaday hardware tutorials user interface design


[Link] Long Range Burglar Alarm Relies On LoRa Modules

Read: 30/1/2022 hackaday.com

[Elite Worm] had a problem; there had been two minor burglaries from a storage unit. The unit had thick concrete walls, cellular signal was poor down there, and permanent wiring wasn’t possible. He thus set about working on a burglar alarm that would fit his unique requirements.

diy electronics hackaday lorawan tutorials


[Link] Blast Chips With This BBQ Lighter Fault Injection Tool

Read: 30/1/2022 hackaday.com

Looking to get into fault injection for your reverse engineering projects, but don’t have the cash to lay out for the necessary hardware? Fear not, for the tools to glitch a chip may be as close as the nearest barbecue grill.

diy electronics hackaday tutorials


[Link] ESP8266 Based WiFi Game Boy Cartridge Browses WikiPedia

Read: 19/12/2021 hackaday.com

[Sebastian Staacks] came across his old Game Boy and was wondering (as you do) what happened to recent attempts at getting a WiFi interface wedged into a standard cartridge. After a while the conclusion was that people had been scuppered by approaching the problem in a way that made it too hard.

computer hardware diy esp8266 game boy hackaday hardware hardware hacking homebrew hardware open source hardware retro computers retro consoles retrofit tutorials wikipedia


[Link] 6 Crazy Google Sheets Formulas That Are Extremely Useful

Read: 16/11/2021 www.makeuseof.com

Creating a spreadsheet by entering a few columns of data and applying the basic functions of mathematics is simply the tip of the iceberg. More utility and automation lies under the ocean of things that you can do on Google Sheets.

google sheets lists productivity spreadsheets tutorials


[Link] How to Build an E-Paper To-Do List with Raspberry Pi

Read: 15/11/2021 www.tomshardware.com

I’ve often struggled with procrastination, and to-do applications have been lifesaving. I sometimes find myself needing a reminder to just focus on getting the most important task done before working on anything else.

diy eink hackaday productivity raspberry pi tutorial tutorials


[Link] 5 Most Powerful One-Liners You Should Know in Python Programming

Read: 25/10/2021 towardsdatascience.com

Python offers a unique set of features! Python programmers use them to write code quickly and in a more Pythonic way.

code python python libraries tutorials


[Link] 3 Not So Common Yet Functional Python Libraries for Data Science

Read: 25/10/2021 towardsdatascience.com

One of the reasons why Python dominates data science is the rich selection of libraries it offers to the users. The active Python community keeps maintaining and improving these libraries which helps Python to stay on top.

code python python libraries statistical analysis statistics tutorials


[Link] ESP32-Cam Makes A Dandy Motion Detector

Read: 24/10/2021 hackaday.com

Halloween is right around the corner and just about every Halloween project needs some kind of motion sensor. Historically, we’ve used IR and ultrasonic sensors but [Makers Mashup] decided to use an ESP32-Cam as a motion sensor in his latest animatronic creation.

computer vision diy esp8266 hackaday hardware hacking homebrew hardware internet internet of things smart devices tutorial tutorials


[Link] Overclocker doubles Raspberry Pi's clock speed to an incredible 3GHz

Read: 20/10/2021 www.pcgamer.com

The Raspberry Pi is hardly what you'd call a performance machine. Even so, with each iteration, it has been getting faster and more capable—to the point where you can now use the Raspberry Pi 4 Model 4 as a desktop PC.

computer hardware diy hackaday hardware hacking overclocking raspberry pi tutorial tutorials


[Link] ESP32 Clock Pushes Outrun Graphics Over Composite

Read: 19/10/2021 hackaday.com

We’ve covered plenty of clocks powered by the ESP32, but this one from [Marcio Teixeira] is really something special. Rather than driving a traditional physical display, the microcontroller is instead generating a composite video signal of an animated digital clock.

computer hardware diy emulation esp8266 foss hackaday hardware hacking open source retro computers retro games tutorial tutorials vaporwave


[Link] Turning Old Masks Into 3D Printer Filament

Read: 19/10/2021 hackaday.com

Disposable masks have been a necessity during the COVID-19 pandemic, but for all the good they’ve done, their disposal represents a monumental ecological challenge that has largely been ignored in favor of more immediate concerns.

3d printing covid covid masks covid19 diy fabrication hackaday manufacturing masks plastics ppe recycling reuse reused apparel sustainability tutorial tutorials university research


[Link] 10 unmistakable habits of utterly authentic people

Read: 14/10/2021 www.theladders.com:443

Oscar Wilde said, “Be yourself. Everyone else is already taken.” Wilde made it sound so simple, but living with authenticity is a real challenge. To live authentically, you must own your actions and ensure that they align with your beliefs and needs.

advice authenticity confidence conversation emotions motivation optimism self-improvement stress tutorials


[Link] Linux Fu: Globs Vs Regexp

Read: 10/10/2021 hackaday.com

I once asked a software developer at work how many times we called fork() in our code. I’ll admit, it was a very large project, but I expected the answer to be — at most — two digits. The developer came back and read off some number from a piece of paper that was in the millions.

explanations hackaday linux linux fu regex shell fu tutorials


[Link] Keep Scraps Around

Read: 22/8/2021 hackaday.com

When I’m building something, I like to have a decent-sized scrap pile on hand.

diy hackaday salvage tutorial tutorials


[Link] Who Needs Pin Headers?

Read: 13/8/2021 hackaday.com

[Martin] sent this query, along with the lead photo, into the tip line, and he makes a good point. Most development and evaluation boards have multiple rows of pin headers, often arriving loose in the package — soldering is left to the user.

computer hardware explanations hackaday raspberry pi tutorials


[Link] Two Pandas functions you must know for easy data manipulation in Python

Read: 9/8/2021 towardsdatascience.com

I do a lot of data work — some of it data science, some of it data visualisation, some of it data adjacent — like messing around with sports analytics. All of it is done in Python, and almost always Pandas is involved for data manipulation.

code data processing data science pandas library python python libraries tutorials


[Link] Linux Fu: The Windows X11 Connection

Read: 7/8/2021 hackaday.com

The life of a Linux user can be a bit difficult. Sometimes you have to — or want to — run Windows. Why Windows? Sometimes you have a work computer or a laptop that Linux doesn’t support well. Or it might be software.

hackaday linux tutorials windows