Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Security

Submission + - Hardware hackers begin to open source Homeland Sec (ladyada.net)

ptorrone writes: "Hardware hacker extraordinaires Ladyada (Adafruit Industries) and Phil Torrone (MAKE magazine) have just published an open source "Homeland Security" project, a non-lethal LED-Based Incapacitator: THE BEDAZZLER. After attending a conference where the $1million "sea-sick flashlight" (THE DAZZLER) was demoed by Homeland Security, the duo decided to created an under $250 version and just released the source code, schematics and PCB files. The team also released a 5 minute video describing the "official version" as well as how they created the "open source hardware" version."

Comment Re:A few glitches in the vodka (Score 1) 155

ancient hacker, the chip has a 'always on WDT' and the only place the dog is kicked is a function where we also set the timer & port registers fresh. if a register freaks out, say the one that has the port direction or the PC, then either the dogkicker will be called (and reset the registers) every 2 seconds OR the chip is completely latched in which case the WDT will reset the chip. same with the BOD, which cuts in at 1.8V (the chip can run down to 1.8V) however, there is -always- a possibility for cosmic waves, so our design accomdates a pulldown to the fet gate and a 200mA 0.1 polyfuse after the DC jack. all shipping kits have this (we'll update the schem shortly). experimenting with wreaking havoc on the FET and causing a dead-short, the fuse kicks in and 'stabilizes' below the rated DC current for the inductor and FET. thanks for helping us think about all this again, if you're still reading this send us a note support@adafruit and we'll send you out a kit once we ship the first round of orders out.

Comment Re:A few glitches in the vodka (Score 2, Informative) 155

it is firmware controlled but its set once, its not like an interrupt has to go off at the exact right time. AVRs are pretty good about not freaking out as long as you have BOD set and a WDT (which it does). also, to make the clock display brightness adjustable you cant just use an RC oscillator...how would you set the PWM duty cycle? could it *possibly* screw up? sure. just like logic chips sometimes die or glitch. but its not medical equipment, theres no interlocks, its a DIY desk clock kit in a plastic enclosure.

Comment Re:Low-power RTC (Score 2, Informative) 155

Yup! If you look at the schematics or design document you will see how this works - its described in detail there but basically: If power is unplugged, the microcontroller kills the display and runs at 50uA off of a coin cell for a couple of weeks until power is restored. the low power RTC is used when theres a blackout or the clock is moved, etc. Its a big pet peeve, all clocks should do this!

Comment Re:It has software? (Score 2, Informative) 155

if you read the design document, schematic and source you'll see theres a lot more in there than just a counter. theres day calculator, date, alarm, low power mode, RTC, HV boost, menu system with configuration, etc etc. a $2.50 microprocessor isnt overkill when you consider its doing -everything- except drive the HV VFD.
Biotech

Florida Lab Gets Pregnant 149

Synthetic Biology, a relatively new field, is seeking to find out what happened to a bunch of chemicals to make them capable of supporting a metabolism, replicating, and evolution. A Florida lab is showing some of the most promising advancements in this direction with their AEGIS (Artificially Expanded Genetic Information System) experiment. "AEGIS is not self-sustaining, at least not yet, and with 12 DNA building blocks -- as opposed to the usual four -- there's little chance it will be confused with natural life. Still, Benner is encouraged by the results. 'It's evolving. It's doing what we designed it to do,' said Benner, a biochemist with the Gainesville, Fla.-based Foundation for Applied Molecular Evolution. In addition to providing an example of how alien life might be cobbled together, synthetic biology has a broad array of uses on the home front."
Hardware Hacking

Hackable Microcontroller-Powered Valentine's Card 133

compumike writes "If you have a significant other to impress this Valentine's Day, consider putting your programming skills to use. This video tutorial shows how to build an LED Heart Valentine's card, powered by a microcontroller running C code, with a neat randomized 'twinkling' effect in an interrupt handler. Think about it: how many ladies can say that their Valentine's card runs at 14 MHz?"

Comment Funny... (Score 0) 532

I've never seen the word "Pringle" (singular) used before. And yet, we all know exactly what it means. Speaking of which, I could really go for a Twik now.

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...