CircuitPython Editor Application icon

CircuitPython Editor 1.0.5

3.1 MB / 5+ Downloads / Rating 3.7 - 7 reviews


See previous versions

CircuitPython Editor, developed and published by Foamy Guy, has released its latest version, 1.0.5, on 2018-12-22. This app falls under the Tools category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 3.7, based on 7 reviews.

CircuitPython Editor APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.foamyguy.circuitpythoneditor

Updated: 6 years ago

Developer Name: Foamy Guy

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing CircuitPython Editor on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.7
Total 7 reviews

Reviews

2 ★, on 2019-10-12
App is giving me error, unable to read file from my trinket m0 (using android 8.1.0 ) On file load error say "F" is not defined. Os find only usb keyboard. No fat drive. Code.py is on root of trinket m0 fat drive.

5 ★, on 2019-01-12
A much needed step in the right direction

3 ★, on 2019-10-27
Cannot change baudrate

Previous Versions

CircuitPython Editor 1.0.5
2018-12-22 / 3.1 MB / Android 4.0+

About this app

Use USB Serial to communicate with Circuit Python boards. You can use it to see the print() outputs for debugging, or enter the REPL to execute python commands on the board. Using the REPL we can read and write the code.py and other files stored on the board that would be inaccessible due to file storage incompatibility on Android.

See the Hackaday.io project page for more: https://hackaday.io/project/162561-android-circuit-python-editor

WARNING: This app is in the alpha stage, it may not work at all for you. Or worse it may work improperly and erase, or overwrite with non-sense the code on your board. Please keep an extra copy of any important code stored on your PC or somewhere other than the Circuit Python board. That way you can always remount to read-only and save your working code on the board using the standard USB Storage file transfer method.

New features

Fix a problem with adding newlines to your code.py file from the editor.