Proteus IoT Builder PDF
Proteus IoT Builder PDF
Proteus IoT Builder PDF
IoT BUILDER
IoT Builder is a unique product designed to make it quick and
easy to control remote Arduino™ or Raspberry Pi® electronics
from a mobile device.
How It Works:
• Design your hardware with a library of ready-made shields/hats.
• Design your front panel with buttons, switches, dials, displays and charts.
• Link the UI and the hardware with flowchart methods in your firmware.
• Simulate the entire system and single step debug to find & fix problems.
• Control the simulation or the real hardware from your phone or tablet.
IoT BUILDER
Draw your user
interface with drag
and drop inside FRONT PANEL DESIGN PROGRAM CONTROL
Proteus. The front panel design is the remote The firmware program is where
user interface to your Raspberry Pi we need to interact with both
or Arduino appliance and what you the hardware peripherals of our
will see and interact with on your appliance and the IoT controls on
mobile, tablet or internet browser. our remote front panel. This needs
In IoT builder the front panel design to work in both directions. For
is created by drawing rather than example, a button press on the front
coding. Controls such as buttons, panel may turn on an LED in the
displays and dials are added to the appliance, but equally sensor data
project and then the user arranges from the appliance may update a
them on the panel in a suitable way. display on the front panel.
Since both the appliance and the
Program your A rich library of controls is pre- front panel are designed in Proteus,
hardware with drag and supplied and several themes ranges IoT Builder is able to make life
drop onto flowchart or from contemporary to steampunk much easier during programming.
source file . are available to help creating The project tree contains a list of
stunning GUI control panels for your the peripherals you have added
project. More advanced users can and also a list of the IoT controls
even use vector graphics tools such in your front panel. You can then
as Inkscape to design their own drag and drop these method calls
control themes. directly from the project tree into
your program.