Categories
- animatronics (12)
- apple (11)
- arduino (179)
- art (41)
- articles (121)
- artificial intelligence (11)
- automation (421)
- avr (205)
- bitcoin (3)
- breadboard (9)
- cameras (57)
- cars (26)
- cell phones (28)
- clothing mods (21)
- console mods (26)
- dangerous (94)
- desktop mods (24)
- embedded (5)
- flying things (54)
- fpga (22)
- gaming creations (108)
- interface (225)
- internet (17)
- laptop mods (6)
- lasers (22)
- linux (7)
- magnetic (3)
- medical (12)
- microcontrollers (51)
- misc projects (152)
- msp (12)
- music (124)
- pic (90)
- projects (23)
- pyroedu (76)
- raspberry pi (26)
- robots (312)
- security (36)
- sensors (307)
- software (200)
- solar (19)
- stamp (9)
- tools (149)
- tutorials (98)
- Uncategorized (45)
- usb (44)
- wireless (256)
Sponsors
Posted January 6, 2020 by Chris
“The temperature and relative humidity of indoor air is an important parameter that can influence indoor microbial survival, abundance, and community structure. Temperature and relative humidity can also be used to infer other information about indoor environments, such as whether or not it is being heated or cooled.”
Posted December 18, 2019 by Chris
“Working in my lab with electronics I came across different little challenges once in a while, and noticed that I am missing tools to handle them efficiently. Just a quick list, I am sure you could add various items to the list…Of course these aren’t any issues that you could not handle with the tools you have. But each of these take time….so, announcing the Little Helper!”
Posted April 15, 2018 by Chris
"This article is based on the research made between 1996 and 2000.
The past ten years of my research into hardware security showed that any microcontroller, FPGA, secure memory, smartcard, ASIC or custom chip can be successfully attacked given enough time and resources. The question is whether the semiconductor chip used in a particular application can withstand multi-million-dollar attack or would fail to defeat a 10-dollar attack."
Posted March 11, 2018 by Chris
"I started this project more to gather some experience with FPGAs, rather than to design or own such a device, but it ultimately developed into a complete design, consisting of several boards."
Posted July 29, 2017 by Chris
"This circuit is simply a digital thermometer. I use a Microchip PIC Microcontroller to communicate to a Dallas DS18B20 Digital Temperature Sensor, interpret the data, and display the temperature on a multi 7 segment LED display."
Posted July 2, 2017 by Chris
"Waking up in the morning is a daily and early task. Throughout my life I have used different ways of waking up: the usual alarm clock connected to a high power siren and flashing lights, a high power buzzer fed by AA batteries hooked to a portable alarm clock, and of course the most used is the mobile phone alarm."
Posted June 29, 2017 by Chris
"I was motivated to find a new solution to controlling my garage door because I didn’t want to carry an extra remote around, and they just don’t work very well. This article demontrates how to use a CC3200 to connect to an existing garage door opener. The CC3200 acts as a TCP server which can send information about the garage door state to any network capable device."
Posted June 26, 2017 by Chris
"This rain detector will give you a heads-up the instant it starts to rain, hopefully giving you time to close windows and bring in possessions. The battery-powered circuit draws virtually no current when the sensor is dry and the current consumption is low when the buzzer is activated so a couple of AA cells will last a long time."
Posted June 5, 2017 by Chris
"A computer’s arithmetic-logic unit (ALU) is the heart of the processor, performing arithmetic and logic operations on data. If you’ve studied digital logic, you’ve probably learned how to combine simple binary adder circuits to build an ALU. However, the 8008’s ALU uses clever logic circuits that can perform multiple operations efficiently."