Manual Python Rasb
Manual Python Rasb
RASPBERRY Pi
Visual Designer for Raspberry Pi® is a breakthrough product
allowing you to design, simulate and debug complete embedded
systems using the Raspberry Pi 3 and Zero W baseboards.
How it works
• Design your hardware by selecting hats or circuit blocks from the Peripheral Gallery.
• Create the program by drag and drop flowchart design or Python script.
• Simulate the entire system in Proteus using the built in debugging tools.
• Program the equivalent Raspberry Pi® hardware at the press of a button.
VISUAL DESIGNER
Vout
Use Peripheral
Gallery to simplify
the schematic HARDWARE DESIGN PROGRAM CONTROL
design. The schematic is your virtual The flowchart editor makes it really
hardware. You can use the easy to create the logic that will
peripherals gallery to choose from a control the electronics.
range of popular Raspberry Pi hats,
Any hardware blocks that you
grove sensors or general breakout
added from the Peripheral Gallery
boards that you want to add to your
are presented with a set of high
design. These will be auto-placed
level method functions that can
onto the schematic and connected
be dragged onto the flowchart.
to GPIO lines on the Raspberry Pi.
For example, you might see
More advanced users can also methods such as drawBitmap(),
choose from the thousands of setDCMotor(), spinForwards()
electronic components in the Proteus that allow you to drive complex
Create your software libraries and then manually connect hardware from the flowchart without
program with drag them up on the schematic. Building needing to understand any low level
and drop flowchart or your system on the schematic interconnect protocols that may be
Python script. makes it easy to change, simulate involved.
and test your application before
Again, more advanced users can
deploying to the real hardware.
switch to Python script or drive the
electronics manually using CPU
methods such as digitalWrite() and
digitalRead().