Workshop plan

tags: planning

Introducing ourselves

  • Ruslan
  • Amer
  • Osama

The Goal

  • The goal of this workshop is to help everyone to get started

Available IDE

Installing pymakr Addons

Connecting device

Hardware upgrade

Update Firmware, Pycom

Problems solving and Questions

  • Any problems so far?

Connecting to PyBytes

Manual [Video Tutorial by Fredrik] (https://www.youtube.com/watch?v=2THov7819GA)

Hello World Application

print(“Hello World)”

import pycom import time pycom.heartbeat(False)


while True:
    pycom.rgbled(0xFF0000)  # Red
    time.sleep(1)
    pycom.rgbled(0xFF00FF)  # MAGNETTA
    time.sleep(1)
    pycom.rgbled(0x0000FF)  # Blue
    time.sleep(1)

Problems solving and Questions

  • Any problems so far?

If time permits

Connecting Electrokit sensors