Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Open Source Software News Build Hardware Science Technology

Scientist Shrinks Arduino To Size Of An AA Battery (techcrunch.com) 47

An anonymous reader writes: Johan Kanflo has managed to make the already small Tiny328 Arduino clone into an even smaller computing platform about the size of a single AA battery. Not only will it fit in a typical AA battery holder, but it will actually draw power from the batteries beside it as it's wired in "backwards" (with the + and - poles reversed). The Arduino platform consists of open-source hardware, open-source software, and microcontroller-based kits, making it easy to (re)program the processors, and develop software for hardware applications using a java-clone and an easy-to-learn IDE. For those interested in the AAduino, Johan has made his creation available online on Github with instructions and schematics to build your own.
This discussion has been archived. No new comments can be posted.

Scientist Shrinks Arduino To Size Of An AA Battery

Comments Filter:
  • by nospam007 ( 722110 ) * on Wednesday April 20, 2016 @05:45PM (#51951569)

    Just put one in any other the target appliances and listen to everything. (until the batteries die and the device gets thrown out with them obviously. :-)

    • So, it makes connecting power marginally 'easier' if you happen to have a suitable 3 cell holder.
      And makes IO significantly more difficult?
      IO is generally the whole point of microcontrollers - he has included a nonstandard Wireless interface, and a couple of temperature
      sensors, so it appears to have perhaps one purpose, but is kind of overkill for that (an esp8266 would be far easier).

      Progress!

      • by Sloppy ( 14984 )

        I think the point of the RFM69 hardware is to use less power (and also get more range!). Wifi might be "standard" but not necessarily the right tool for the job. It's not that hard to have another little "gateway" arduino-like with same kind of radio -- listening, powered by and communicating over USB to a "real computer."

    • So your plan is to provide about a volt and a half less potential energy while concurrently (excuse the pun) drawing measurably more current? You might want to learn about Ohms law [wikipedia.org]. Also, you are trying to put an Arduino in series with the device being powered by the batteries. See also Kirchoff's work [wikipedia.org].

      TLDR: No. Just NO.
  • by BigU+03C0in ( 4356663 ) on Wednesday April 20, 2016 @05:48PM (#51951587)
    I can only imagine...
  • by Anonymous Coward

    That doesn't sound right - surely you would want to keep polarity the same, the arduino becomes a voltage sink instead of source but the polarity doesn't change.

    • It is not connected backwards it is "labeled" as if it were a battery in series with the other batteries.

  • Cool, but not that impressive. My arduino is the size of an ATMega328, with the Arduino bootloader installed on it. There's nothing extraordinary being done here. You take a ATMega328, and solder it into a PCB with the smallest components you can find and you get to be called a "Scientist"? Score!
    • Really none too impressive. Off-the-shelf devices include this
      https://tinycircuits.com/colle... [tinycircuits.com]

    • Agree, no scientists needed to create this. Just a designer and/or engineer. Or like you say, hobbyist. Don't know why scientists always get credit.
    • by Anonymous Coward

      It may not be that impressive, but at least he isn't aiming the shrink ray at his kids this time.

    • Not impressive at all though. First it's an arduino, dumbed down for EE people who don't like to program and CS people who don't like to solder. It's essentially just an introductory system for learning with really good marketing. Many professional systems designed for people make professional products are smaller. Now make it run from a coin cell while being smaller than the coin cell itself while having a radio talking IPv6.

    • Cool, but not that impressive. My arduino is the size of an ATMega328, with the Arduino bootloader installed on it. There's nothing extraordinary being done here. You take a ATMega328, and solder it into a PCB with the smallest components you can find and you get to be called a "Scientist"? Score!

      Many of the "scientists" that are referenced by slashdot posters are merely social studies coasters, and much of the "science" consists of starting with a hypothesis and cherry-picking results for support. This is actually an improvement - at least they don't pretend it is science.

  • From TFA: "Elegant, cool and not something I’ve seen done before."

    This was a common way to convert an old incandescent mini "Mag Lite" to an LED torch. The idea was to replace the bulb (obviously) but to also replace one of the AA batteries with a driver board that would generate a high frequency signal to drive the LED as hard as possible. This was back in the day (15 years ago) when LEDS were still very new and the white ones weren't anywhere near as good as the modern CREE units.

  • by Fnord666 ( 889225 ) on Wednesday April 20, 2016 @06:48PM (#51952027) Journal
    If anyone is interested the Eagle [chantrell.net] and Gerber [chantrell.net] files are downloadable from links on the bottom of the article page.
  • LPC810 is a Cortex-M0+ on an 8-pin DIP. It can be programmed with a simple TTL serial adapter.
    The main limitation of my setup is it needs a 3.3V supply, but I can solder an MCP1700 and decoupling capacitors off the pins easily enough.

    But the limited number of I/Os makes it very difficult to interface with more than a few peripherals. But that limitation tends to force projects to be simple inventions limited to a single task, rather than becoming sprawling swiss army knife projects. (LPC1114 is a DIP with m

    • The main limitation of my setup is it needs a 3.3V supply

      does it also have 3.3v IO? I find that I want 5V a lot more often

      • They are 5V tolerant, so you'll want to level shift the outputs up to where they need to be. I rarely use 5V components in my own projects, but I may be unusual in that I tend to use modern highly integrated modules, accelerometers, lcd modules, GSM cell modules, SDR(lms6002d), etc.

        I would also recommend the ESP8266 as a general microcontroller as well, but it's not 5V tolerant, so quite a bit less compatible with off the shelf stuff hobbyists use.

        I sometimes run into modules that are 1.2V for their I/O (li

  • Did he remember to give it a retarded connector configuration to make it incompatible with Veroboard and anything regular engineers would design?

  • I know metric is hard for Americans, but come on.
    An AA battery is a 14500, that's 14mm diameter, 50.0mm long.
    The Tiny328 is 22.9 x 36.3
    How is that "size of an aa battery"?

  • by mark-t ( 151149 ) <markt AT nerdflat DOT com> on Wednesday April 20, 2016 @10:22PM (#51953093) Journal
    I thought that the arduino was typically programmed in a language more like c, or c++.
    • by cdrudge ( 68377 )

      Didn't you hear, C/C++ are really just clones of Java. /s

      The sentence is poorly worded but I think they are trying to say that the IDE is written in java (which it is).

      • by mark-t ( 151149 )
        Poorly worded? Actually, it's downright completely grammatically incorrect if that was the intended meaning:

        The Arduino platform consists of open-source hardware, open-source software, and microcontroller-based kits, making it easy to (re)program the processors, and develop software for hardware applications using a java-clone and an easy-to-learn IDE

        In fact, if they had honestly meant to be talking about what language the IDE had been written in, then they would not have called it a java "clone" at all,

  • Imagine an alternate track where our electronics had been developed on a tiny scale, but there was this burning human desire to increase the scale over time so we could walk beside and through the individual components. If anyone made anything smaller people would just shrug and say, "What's the point of that?" There would be electron theme parks where you purchase units of charge to propel you through the rides. The thought of a clock strapped to the wrist would seem uncomfortable or disgusting... to disco

  • I know: "why not both?"

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...