Search found 3 matches

by holger
Tue Jul 10, 2018 1:49 pm
Forum: ESP32 boards
Topic: Micropython on Odroid Go?
Replies: 7
Views: 5364

Micropython on Odroid Go?

Has anyone tried Micropython on this nice Gear?

https://www.hardkernel.com/main/products...2875062626

Holger
by holger
Sun Jun 10, 2018 9:59 am
Forum: General Discussion and Questions
Topic: How to get the Degree Sign (chr176) in Micropython?
Replies: 3
Views: 3412

Re: How to get the Degree Sign (chr176) in Micropython?

You are right. Its a Problem with my terminal. I use uPycraft and on print(chr(176)) i got the reply "recv unexpected word." With putty "print(chr(176)) works well.
by holger
Thu Jun 07, 2018 3:24 pm
Forum: General Discussion and Questions
Topic: How to get the Degree Sign (chr176) in Micropython?
Replies: 3
Views: 3412

How to get the Degree Sign (chr176) in Micropython?

Hello Folks,
i stuck in display the ° Sign in Micropython on an ESP8266. Python 3.5 converted by typing "print(chr(176))" the degree sign well. But with micropython 1.9.4 and the fork from loboris for the ESP32 i got the message: "recv unexpected word."

Any solutions?

Kind regards,

Holger