Background
01
Magicbit Core is a tiny programmable computer which takes inputs from the
environment, process them and drive outputs according to the programmed logic.
You can find dozens of these type of tiny programmable computers in washing
machines, Televisions, Microwave ovens and many more devices. These tiny
computers are mostly either microcontrollers or system on chips (SoC).
There are three main components of a system (even for us humans) Inputs,
Output and Processor.
Sensors act as Input to listen to physical world and convert physical property to
an electrical signal. some examples are temperature, light & movement sensors.
Actuators act as Output to the physical world again to convert back electrical
signal to a physical property like sound, light or movement.
Microcontrollers or SoC get inputs from sensors and drive output according to
pre programmed logic. As an example, a light sensor sends light level to Magicbit
and it turns on a bulb when dark or you can use temperature sensor reading to
turn on a fan.
You can make amazing things by programming these tiny computers. It's all
about your creativity to make a useful outputs from inputs. We, as Magicbit is
here to make the process simple for you.