Category Archives: News

LED Display for Gold Rates

Learn how to make a LED based display system for jewelery stores for showing current rate of gold. The system is operated using a IR remote and displayed digits could be updated easily using the remote. This tutorial on Digital-Wizard explains in details the complete procedure to make such a system. Read more …

How to use ST-LINK to program STM32

Learn how to program a STM32F0 32 bit ARM based microcontroller with a low cost ST-LINK USB Dongle. This tutorial on Digital-Wizard explains in details the complete procedure so that easily use your ST-LINK with any STM32F0 microcontroller. Read more …

How to interface DS18B20 with AVR ATmega8

Learn how to read data from a one-wire digital temperature sensor like ds18b20. This tutorial on Digital-Wizard explains in details the complete procedure so that easily use your DS18b20 sensor with any AVR microcontroller. Read more …

Programming STM8 MCUs

Learn how you program an STM8 MCU using a ST-LINK Programmer. This tutorial on Digital-Wizard explains in details the complete procedure so that easily program your STM8 MCU without any trouble. Read more …

Token Number Display Project

This article on Digital Wizard describes how to make a token number display system using AVR ATmega8 microcontroller. The article has everything including detailed schematics, program, and Proteus simulation files. This makes it very easy to fabricate even by a new user. Read more

Making a LED Message Display using ATmega8 and P10

This LED moving message display is four feet in length and six inches in length. Horizontally their are 128 leds and vertically 16. It can show message in English language scrolling from right to left. The system is made using four P10 led display modules and ATmega8 as microcontroller. It has PS/2 keyboard interface that is used to enter message to the board. To enter text, keyboard is connected and Esc key is pressed, this brings the device into text entry mode. After this the whole message is typed using keyboard, at the end of message Enter key is pressed, this saves the message in internal EEPROM of the ATmega8. Now the keyboard can be removed. Read more …

Interfacing DHT11 Humidity Sensor with PIC MCU

This article on DigitalWizard describes how you can easily interface DHT11 humidity sensor module to a PIC microcontroller. A working C program is developed to command the sensor to start measurement and then send the data to microcontroller. The data sent from the sensor is in form of a special serial format that is decoded by the MCU to get the humidity and temperature information which is finally shown in LCD. Please click here to read more.