Bluepill is a popular STM32 Arm Cortex-M3 development board in a compact form factor, and can be programmed with the Arduino IDE thanks to STM32duino project. A key selling point is also its ultra low price since it is now available for $1.67 including international shipping.
I’ve now been informed a similar board is available, but instead of an STMicro MCU, it comes with Microchip ATtiny88 AVR micro-controller. We first discovered MH-Tiny ATtiny88 micro development board on Electrodragon where it is sold for $2.94, but the board is also listed on Aliexpress for virtually the same price as Bluepill board.
MH-Tiny ATtiny88 micro development board specifications:
- MCU – Microchip ATtiny88 8-bit AVR MCU @ 16 MHz with 8KB ISP flash memory (over 6KB available after bootloader footprint taken into account), 64 bytes EEPROM, 512 bytes SRAM
- USB – 1x Micro USB port for power and programming
- Expansion – 2x 15-pin headers with 26x I/O pins including I2C, SPI, 2x PWM, 8x ADC
- Programming – 6-pin ICSP (in-circuit serial programming) header
- Misc – Reset button, power LED and test/status LED
- Power supply
- 5V via USB or 7-35V (12V or lower recommended) via external source through Vin pin
- On-board 500ma 5v regulator
- Dimensions – 44.5 x 18.3 x 3 mm
The board support for the Arduino IDE for Mac OS X, Windows, and Linux, and being a Microchip/Atmel part may have better Arduino support than the STM32 Bluepill board (TBC).
Microchip ATTiny88 microcontroller does not include a hardware USB interface, and considering there’s no other chip, the board must be pre-loaded with a bootloader with virtual USB. You’ll find instructions to get started with the Arduino IDE using “MH-ET LIVE Tiny88” in the official website.
Thanks to Zoobab for the tip.
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
This news made my day, actually.
128K flash vs 8K. 20K RAM vs 0.5K. 80MHz ARM Cortex-M3 vs 16MHz Attiny 8 bit. Native USB vs bitbanged USB.
That’s not really very attractive. Good find, but I’m going to stick with the blue (and black) pill boards.
And also built-in RTC, CAN, 3xUART, 2×12-bit ADC and more.
I think nothing else can get even close to STM32F103C8T6 in this price point!
To clarify what iridumsat said, those are features of the STM32, not the ATTiny88. Blue and black pill board even come with 32KHz OSCs for the RTC. You just need to add battery for it to work. The ADC can manage up to 1MS/s.
On the flip side, I’m sure the AVR slaughters the STM32 at power efficiency.
Nice board, but this a Nano Alternative at best.
I was going to find the price for a nano clone and add a list of features for it by way of comparison to the tiny88 board when I found this:
https://www.aliexpress.com/item/1pcs-TTGO-XI-8F328P-U-nano-V3-0-Development-board-Or-Replace-For-Arduino/32946700366.html
I’ve never heard of this atmega328 clone! Anyone heard of it? I’m ordering a few to play with.
Here is an old board for an earlier model of this chip.
https://www.itead.cc/wiki/Iteaduino_Lite
hi, I need help with getting the board set up on macOS