MicroPython PyBoard v1.1

Rating:
100% of 100
SKU: PYBV1-1 Brand: Micropython
The MicroPython Pyboard v1.1 is the original PyBoard from MicroPython. It's a small but capable development board running the MicroPython programming language. Micro-USB cable required.
$47.50 AUD, inc GST
$43.18 AUD, exc GST

In stock, ships same business day if ordered before 2PM
Delivered by Fri, 19th of Apr

Quantity Discounts:

  • 10-25 $41.89 (exc GST)
  • 25+ $41.02 (exc GST)
- +

14 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Favourite product

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

The MicroPython Pyboard v1.1 is the original PyBoard from MicroPython. It's a small but capable development board running the MicroPython programming language.

The PyBoard connects to your PC over micro-USB, allowing you to save your Python scripts as text files directly to the 'flash drive'. In addition, you also get a serial Python prompt (a REPL) for instant programming when you use your PyBoard over USB.

This board works on all current operating systems(Windows, Mac & Linux Distro's), all you will require is a micro-USB cable.

MicroPython is a very lean implementation of the Python 3.4 Programming language that is optimised to run on microcontrollers. It achieves optimal speed by using less RAM that it's big brother, Python. It was funded via Kickstarter and released under the MIT open source license. The best part of MicroPython is that it's a full-featured port of Python and supports original Python syntax. As Micropython runs bare metal (it's installed on the hardware), it essentially gives you a Python operating system. The libraries you need to control all the usual peripherals (UART, I2C, SPI, ADC and DAC) are built-in too, meaning you won't need to spend time installing them.

You can program and use your PyBoard in one of these 3 ways:

  • REPL: A Read-Evaluate-Print Loop can be accessed using the USB connection on the PyBoard. This will allow you to pass single expressions directly to your PyBoard and have them executed one-at-a-time (piecewise). When you connect your PyBoard up to your PC, it will appear as a USB virtual comms port that can be accessed using any Serial program. Essentially you will be able to type and execute Python Commands straight to your PyBoard!
  • Remote script: You can change from REPL to raw REPL mode by sending ctrl-A, and then in raw REPL mode you can send an arbitrary Python script to the board for it to execute immediately. A Python script is available which makes using this mode very simple: you just run python pyboard.py script_to_run.py and this will execute script_to_run.py on the pyboard, returning any output.
  • From file: The PyBoard acts like a USB flash drive, with a built in filesystem that you can upload text files to. You can also add storage space using an SD card (see the slot onboard). To execute a micro-python script on startup of the board, you simply need to name it main.py and it will automatically execute!

Main features of the hardware:

  • STM32F405RG microcontroller
  • 168 MHz Cortex M4 CPU with hardware floating point
  • 1024KiB flash ROM and 192KiB RAM
  • Micro USB connector for power and serial communication
  • Micro SD card slot, supporting standard and high capacity SD cards
  • 3-axis accelerometer (MMA7660)
  • Real time clock with optional battery backup
  • 24 GPIO on left and right edges and 5 GPIO on bottom row, plus LED and switch GPIO available on bottom row
  • 3x 12-bit analog to digital converters, available on 16 pins, 4 with analog ground shielding
  • 2x 12-bit digital to analog (DAC) converters, available on pins X5 and X6
  • 4 LEDs (red, green, yellow and blue)
  • 1 reset and 1 user switch
  • On-board 3.3V LDO voltage regulator, capable of supplying up to 250mA, input voltage range 3.6V to 16V
  • DFU bootloader in ROM for easy upgrading of firmware

There are two M2 Sized mounting holes on the PyBoard, each has perforations if you want to remove them entirely.

There are a few other PyBoards available, you can see the features, similarities and differences on the feature tableSchematics (PDF) (Backup link) are also available.

You PyBoard will be shipped in a small plastic ESD (anti-static) box.

The important differences between PYBv1.0 and PYBv1.1:

  • high-speed crystal changed from 8MHz to 12MHz
  • LDO changed from MCP1802 to MCP1703
  • USB VBUS power diode replaced with silicon diode
  • JST battery connector pads added with protection FET

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Guides

Writing Code Onto MicroPython Boards

You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and ...
You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and ...

Flash MicroPython Onto An ESP32

The ESP32 family of microcontrollers are incredibly powerful (2 Cores on a Microcontroller!) and whe...
The ESP32 family of microcontrollers are incredibly powerful (2 Cores on a Microcontroller!) and whe...

How to Debug MicroPython Code

When you are working on microcontrollers it can be very difficult to know what your code is doing, w...
When you are working on microcontrollers it can be very difficult to know what your code is doing, w...

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...

Mailbox Delivery Notification System

Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...
Introduction During the Covid lockdown, I needed something to do. The Postman or woman does not de...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.