Posts

Showing posts from May 16, 2018

A small chip is boon to IoT lover....small,cheap and simple..

Image
Nowadays working on the internet of things projects are very easy due to slim design and easy to program the board coz of user-friendly IDE of the developing board like Arduino. Arduino is awesome and easy to work on and anyone with little programming skill can programme the board and can do lots of stuff with the same. But it getting hectic when you just want to read the parameter just by a single sensor or what to play with some LED. Arduino mini and micro version are good for these project but these are not that much smaller to accommodate in a small space and more thing we need to consider is its power consumption. In this situation, we have a small microcontroller which can solve the problem of space and power and this is ATtiny 85. But every good thing has some problems too. And this microcontroller is not that much popular due to its way of programming just like Arduino and other development board. It also has 8kb of memory which is not that much to give the extra room for the ...