Odroid go support

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
marfis
Posts: 215
Joined: Fri Oct 31, 2014 10:29 am
Location: Zurich / Switzerland

Odroid go support

Post by marfis » Fri Sep 07, 2018 8:53 pm

a bunch of files for odroid go users to get you started with buttons, joystick, LCD, speaker etc:
https://github.com/hoihu/projects/blob/master/odroidgo

it is based on the uPy loboris fork.

jedie
Posts: 252
Joined: Fri Jan 29, 2016 12:32 pm
Contact:

Re: Odroid go support

Post by jedie » Tue Oct 02, 2018 3:24 pm

I have a Odroid go and whant to run microPython...

Which microPython firmware do you use? The original microPython?

https://wiki.odroid.com/odroid_go/micro ... _for_esp32 suggest the original esp32-20180710-v1.9.4-257-gfcf621b0.bin firmware and python scripts from https://github.com/hardkernel/ODROID-GO-MicroPython

But maybe https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo is a better basis?
But after first tests it doesn't run perfectly. I get something like:

Code: Select all

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 19] ENODEV
I created: https://github.com/loboris/MicroPython_ ... issues/221 for this.

Post Reply