Close

Choosing right microcontroller

A project log for Mining Bitcoins In ATTiny

My attempt to create system, that will mine in smallest footprint possible.

pawel0woznypawel0wozny 12/14/2017 at 20:530 Comments

First thing that I have to decide is to find uC, that suits my needs. My requirements:

Long story short, I have to choose between easier (STM32) but boring environment and more challenging (AVR8), but harder. You probably know by now what I choose.

For now I stick to ATXmega128a3u which I have (I've made long time ago). Once Everything will be nice and neat I will port it to the smallest ATTiny possible.

Discussions