Programming Technique and Multithreading on Microcontroller

Title >> Programming Technique and Multithreading on Microcontroller Author >> Sulhan Setiawan Publisher >> Andi, Yogyakarta ISBN >> 978-979-29-5178-3 Dimension >> 14×21 cm² ⁄ x+278 pages. Printing >> 2016 CD included Multithreading means doing many jobs atau threads at once. Time division is the key. In a program which doing many tasks, actually, those tasks […]

MXLED – LED Matrix Simulator

MXLED version 1.6 MXLED is a simulation of the LED matrix that can be used with a microcontroller simulator on Micro .exe. With MXLED, the system design of LED matrix, commonly referred to as Running Text, or many also call it Moving Sign, be more easily implemented. MXLED on this version provides the size up […]

SSMaker, tool for creating seven segment constant

SSMaker.exe is a program to help make a lighting table of seven segment. Click on the segment to be switched on or off. After that, the table to form the light will be instantly displayed. Lights are represented by the value bit 0. To make the light represented by the value bit 1, check the […]

Microcontroller Project

Microcontroller Project is a graphical IDE (Integrated Development Environment) for MCS-51 microcontroller family that uses the ASEMW.EXE compiler. Thus, the syntax used in the Microcontroller Project is ASEMW syntax if written using assembly language. In addition to using assembly language, Microcontroller Project can also use c language for writing programs, using SDCC. Microcontroller Project integrate […]

Microcontroller tutorial

Compared to some time ago, now the microcontroller chips price is relatively inexpensive. Even to simply make the running lights, microcontroller electable. But apparently cheap price does not necessarily make the fans of electronics using a microcontroller in the design. Instead of nothing, but because they can not programm it! What trick to use? It […]

Questions about “Mudah dan Menyenangkan Belajar Mikrokontroler” book

A book reader Mudah dan Menyenangkan Belajar Mikrokontroler asked as follows: In the program listing of digital clock with button (p. 91), please explain more about the use and calculation of Timer 0 Mode 2 so as to produce an accurate timer of 1 second. Please explain more about the workings of the listing of […]

Showing Images on LED Matrix using Simulator

Controlling the LED matrix is actually almost the same as controlling seven segment. The difference is that the LEDs of seven segment are organized into seven sections which could form the figures. While the LED matrix, LEDs are arranged into a matrix that can be referenced by column and row. The columns on the LED […]