For CircuitPython-specific issues, see the CircuitPython software FAQ.

The PyPortal screen is all white or blank when powered on.

In shipping, the connector for the display may pop the retention tab(s) (red circles below). If you see one that is not in the position below, check to see if the orange display ribbon cable is straight. If so, gently push the tab down towards the main connector.

If you see the ribbon cable crooked, pop both tabs and slide the cable gently so it is in the connector like the picture and straight. then clip each side down.

Repower the PyPortal afterwards and hopefully you'll see the CircuitPython boot text on the screen.

I'm using the STEMMA I2C connector to attach sensors and experiencing issues.

If you look at the pads circled in yellow below, there is a tiny connection between the V and 5 pads indicating a default of 5V power, which may cause issue in certain setups. If you are connecting one our sensors and seeing boot or other issues, try changing the voltage to 3.3V

If you want 3.3 volt power for your I2C connector, carefully cut that tiny trace between V and 5, then using a soldering iron connect the 3 and V pads. The PyPortal was not made to switch often between these two values so double check your I2C data sheets, some sensors can take 3.3 and 5V power so leaving it at 5 should be ok.

I'm seeing "AT" or other text being inserted at the REPL prompt.

If you're on Linux, and are seeing multi-second delays connecting to the serial console, or are seeing "AT" and other gibberish when you connect, then the modemmanager service might be interfering. Just remove it; it doesn't have much use unless you're still using dial-up modems. To remove, type this command at a shell:

sudo apt purge modemmanager

What does the status NeoPixel indicate once my code.py is running?

Once your PyPortal boots up and successfully loads your code.py or main.py, the status NeoPixel will turn green briefly. Then, the NeoPixel will show one of the following color codes to indicate the status of the WiFi connection/activity or file operations:

  • Red = not connected to WiFi
  • Blue = connected to WiFi
  • Yellow = fetching data
  • Green = got data
  • Cyan = file opening

My PyPortal Pynt JST STEMMA sockets arent working!

The PyPortal Pynt has the D3 and D4 sockets mislabeled, they should be swapped (to match the pyportal classic)

This guide was first published on Feb 26, 2019. It was last updated on Oct 21, 2017.

This page (PyPortal Hardware FAQ) was last updated on Mar 04, 2019.

Text editor powered by tinymce.