I’m truly sorry if this is considered off-topic. Mod, please delete immediately if it is.
The dev kits are sold out – I found out about Arduboy this morning and I’m dying to start developing software for it. This is the perfect platform for me and as a seasoned programmer, I’m genuinely very interested in growing this effort.
Could anyone help me get a dev kit? I promise to use it to substantially contribute to the development community and I’m willing to pay $50-$90 for it.
It would be nice if those of us who got the devkit pack on kickstarter got them a little sooner then 1 month+. =( I regret not buying a devkit separately or I would have been able to do some work on a real unit already.
Adafruit sells two different 128 x 64 OLED displays that use the same SSD1306 controller as the Arduboy:
To start developing tomorrow, all you’d need to do is hook up one of these displays to an Arduino Leonardo / Micro or a Pro Micro, add some buttons, a piezo, and start coding!
@Toasty,
It depends on how close you want to get. The Uno is based on an ATmega328. The Arduboy, Leonardo and Micro are based on an ATmega32U4.
There are differences between the two processors. For example, the 32U4 has 2.5K RAM vs only 2K in the 328. For another, the 32U4 USB can emulate a keyboard and mouse but the FTDI USB chip on the UNO can’t. Some pin mappings and functionality differ.
So, some Arduboy sketches may not run properly on a ATmega329 based system such as the UNO, at least without some modifications. Arduboy libraries also may need to be modified.
I glanced too quickly at the Uno description and only saw FTDI in the sentence “The Uno differs from all preceding boards in that it does not use the FTDI USB-to-serial driver chip.”
I’ll be shipping out a few Dev kits this next week to people who wanted one. If you already messaged me I’ll make sure I’ve got your information otherwise be sure to let me know soon!
I’m waiting to hear back from the factory any day now, but most of the parts are arrived we are just waiting on the OLED display that are proving to be very difficult to get right now. I’m buying every OLED display like it in china I think.
Of course, if you stick with the white, you can use the Space Invaders / Vextrex trick to make a colour game.
You could likely print about 24 different colour overlays on a single letter sized transparency. Cut them out as rectangles, figure out some way to hold them over the display, and presto - a colour screen Arduboy!