Jordi Orlando's Posts (2)

Sort by

An Arduino Micro Clone

3689520113?profile=original

Hello, my name is Jordi. I'm currently a high school senior, but I will be graduating in a few weeks, after which I will be attending university with a major in Electrical Engineering. I've been a long-time follower of the diydrones community and have made a few posts in the past. In August of last year I made a blog post entitled "Introducing Glowduino!". I had created a board that was designed to control multicolored LEDs on various unmanned vehicles. I ordered the boards and assembled them, but made the stupid mistake of using a TQFP ATMega328 and not including an ICSP header. I had known this would be a problem, so I also designed some small breakout boards for programming. I simply pressed the chip onto the board to program it, and then soldered it to the Glowduino. Once everything was assembled I plugged it in and...it didn't work. After a good deal of searching I realized that I had accidentally flashed the wrong Arduino bootloader to the chip. I was using a 16Mhz crystal, yet I flashed a 8Mhz crystal-less bootloader. I don't have a hot-air rework station, and desoldering it didn't work so well (believe me, I tried). With the board bricked and my hopes dashed, I put the project aside to focus on school work.

3689520017?profile=original

3689520061?profile=original

    A month or two ago I decided to come back to the project and see if I could at least get it into a working state. I designed and ordered some breakouts for the various chips that are used on the project and began breadboarding the design (I know I know, I should have done that first :)) and writing some code. I soon realized that the entire concept behind Glowduino might be more successful if the system were more modular. This got me looking into viable Arduino-compatible microcontrollers, and I soon came across the Arduino Micro. While all of its features are very well suited to my needs, I didn't really like the form factor, among a few other small things. For these reasons I decided to set out to create a 'better' Arduino Micro. I barely changed anything from the original design. The only changes I made were to include higher capacity regulators and to shrink the size of the board. I shrank the width by 0.1" and the length by 0.3". This meant that instead of having two rows of 17 pins it now has two rows of 16, and they are 0.5 inches apart (1 row closer together on a breadboard). I also rearranged the order of the pins to better match the larger Arduino Uno and Leonardo pinouts. All this came with a price, however, and no matter how hard I tried I simply could not route the board on two layers.

3689520140?profile=original

3689520033?profile=original

    I only have the free version of Cadsoft's Eagle which only allows the creation of 2-layer boards. I had heard of Kicad and it sounds awesome, but after weeks of trying to migrate all my libraries and design files over to it I realized that I would be forced to stay with Eagle for the time being. After laying this project on the shelf for a bit I remembered that I had a friend who owned the full professional Eagle software. I asked him if I could use it and he agreed, and after a long bit of routing, ripping up, and re-routing I had a 100% routed 4-layer board that could be purchased from OSHPark. This time, however, I didn't immediately order the boards. Instead, I bought an ATMega32u4 and breakout from Futurlec and set to work breadboarding the project. I have made all the necessary connections and I am currently trying to get my usbasp to talk to the chip so that I can flash a bootloader. I haven't made too much progress on this front yet, tho, as AP Tests are coming up, final projects for my classes are due soon, and I am acting in my school's current musical.

3689520076?profile=original

3689520153?profile=original

In the above photos, the purple board is a breakout for the TLC5947. It is larger than my final Arduino clone will be :)

    With the completion of this new microcontroller the Glowduino has been turned into a 'shield' for it. The idea is that the system will be super modular, with the option for more 'shields' in the future. In fact, it would be almost trivial to create an adapter for using preexisting Arduino shields with this microcontroller. Users could have the option of only installing one shield on each vehicle and simply plugging the microcontroller into whichever one they wish to use. Additionally, expansion boards could be designed that extend the Glowduino's capabilities, such as the ability to control EL wire or LED matrixes (thank you Jonathan Lederer!).

3689520044?profile=original

    I know I will at least make a few of these boards for my friends and I, but this is where I would like some feedback. Is this a good idea? Would you buy it? What ideas do you have for something you could do with it? Is there anything you'd like to see? What is a reasonable price-point? I'm completely into open-sourcing everything, so the design files, schematics, bill of materials etc. will all be released completely once the project is finished. I will be updating my flickr (which is currently quite sparse) with photos soon, here's the link: Flickr Photostream. I would love to be able to actually build these in the future, and I very much appreciate your feedback. Thank you!

Read more…

Introducing Glowduino!

3689471987?profile=original

Hi, my name is Jordi. I am currently building the first Glowduino prototype, and would like to gauge the interest level in the community. I guess I should tell you what it is.

Glowduino is an Arduino-compatible LED controller board for use on multicopters. It utilizes a TLC5947 to provide constant-current sinks for 8 separate common anode RGB LED strips. In addition, Glowduino can be programmed to react to different sensor inputs or to information from your Ardupilot. For example, you could use this board to control navigation lights on your quadcopter, or control different status lights, etc.

Now here's where I need your help. There are a few things I need to know before I embark on this project. First, are you interested? Second, how much would you be willing to pay for this? Currently I'm thinking maybe in the $40-50 range. Lastly, do I need a USB vendor ID? This will be published as open-source hardware, and uses the FT232RL FTDI chip. If I do need one, is there any way I can get one for a bit less than $2000?

Thanks for reading, now here are some specs and photos.

- Brains: ATMEGA328 running Arduino bootloader (Arduino compatible)

- FT232RL for communication via USB

- TLC5947 for driving the LEDs

- 12V 3A regulated LED power supply

- 24 constant-current sinks

- 6 analog inputs (A0-A5)

- Header for expansion for more outputs (future)

- Prototypes will be from OSH Park, so purple :p (let me know if you know of a better option)

- RoHS Compliant (I think...)

- 4 status LEDs (TX, RX, ON, and L) and 2 buttons (Reset and Mode)

- Comes preprogrammed with several awesome modes!

- Powered from 2S to 6S Lipo

- Small-ish at 2" x 2"

- No mounting holes, sorry (no space...)

- Yeh!

3689472105?profile=original

 

Read more…