There is a bunch of stuff in my closet, so it requires only time and appropriate mood to build some hardware device. And there is a summer around and weather is rather hot, so it’s not a surprising idea to build a thermometer.
DS1820 is a great thermometer and I started with it, but I have a spare HDPM01 barometer module with built-in thermometer, so let’s use it.
read more
Category Archives: electronic
AVR electronic hardwareWireless Arduino thermometer with data logger
20.07.2016 – 03:34
Implement CPU in FPGA. Core SomeAVR on verilog
24.06.2013 – 00:14
In this article I try to talk about implementation part of CPU that can execute instructons subset of original AVR core. It’s only preview and can be use for academic using only. Because most useful programm that this CPU can execute is LED blinking :-) You can view this in following video:
Here right 8 LEDs indicate value of register R20. Left 8 LEDs – value of IP(PC). read more