Search found 52 matches

by MCHobby
Mon Nov 01, 2021 2:03 pm
Forum: Other Boards
Topic: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
Replies: 19
Views: 40142

Re: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc

Hi,
I'm just MicroPython addict (I do prefer that API)
Regards,
Dominique
by MCHobby
Sat May 08, 2021 7:28 pm
Forum: General Discussion and Questions
Topic: MicroPython-Board-Catalog + compiled firmware
Replies: 3
Views: 4023

Re: MicroPython-Board-Catalog + compiled firmware

------------------------------------- Edit may 9, 21: I have published 2 first boards definition in _board of the repository and listed down a boards TODO list :D ------------------------------------- I did published an initial template (inspired from CircuitPython) for the board description here: m...
by MCHobby
Sat May 08, 2021 12:55 pm
Forum: General Discussion and Questions
Topic: MicroPython-Board-Catalog + compiled firmware
Replies: 3
Views: 4023

Re: MicroPython-Board-Catalog + compiled firmware

Hi @mattyt, OK, I will move forward the board centric cataloging and will cames back with primary results. Mattyt, did you remember our conversation about the SAMD21/SAMD51 support in this thread "Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc " ? I did move forward around SAMD21 ...
by MCHobby
Sun May 02, 2021 12:14 pm
Forum: Development of MicroPython
Topic: Samd21 build help - handling pin definition for boards
Replies: 2
Views: 4048

Re: Samd21 build help - handling pin definition for boards

Damned stupid question!

Just move the machine_pin.h with pin definition into the /ports/samd/ADAFRUIT_TRINKET_M0/ .

So each board can have a customized pin definition.
by MCHobby
Sat May 01, 2021 11:40 pm
Forum: Development of MicroPython
Topic: Samd21 build help - handling pin definition for boards
Replies: 2
Views: 4048

Samd21 build help - handling pin definition for boards

I'm working on the Samd21 version of MicroPython. I can blink the onboard LED of the Trinket M0 from MicroPython :D I will need some help to organize the PIN declaration for multiple SAMD21 board (Trinket M0, Itsy Bitsy M0, Feather M0, Gemma M0). Primilarily work Presently that LED is assigned to PA...
by MCHobby
Sat May 01, 2021 9:09 pm
Forum: Development of MicroPython
Topic: Samd21 build help - include of hal_gpio
Replies: 1
Views: 2859

Re: Samd21 build help - include of hal_gpio

I did finally find my way in manipulating the MCU registers.
by MCHobby
Fri Apr 30, 2021 8:33 pm
Forum: Development of MicroPython
Topic: Samd21 build help - include of hal_gpio
Replies: 1
Views: 2859

Samd21 build help - include of hal_gpio

Hi, I'm working on Samd21 build. I did already prepared the machine.Pin class and the firmware get compiled properly (and run perfectly). Now I have to connect the pipes between the Pin class and the MCU. I have two options: 1) Manipulates MCU registers (looks easy but will implies bit shifting oper...
by MCHobby
Fri Apr 30, 2021 12:39 pm
Forum: Other Boards
Topic: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
Replies: 19
Views: 40142

Re: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc

Hi there,
I'm progressing on the implementation... I just compiled a living SAMD21 MicroPython with Pin class declaration.
Did not work with C since my 25 (I'm also 50 now)... OMG... so hard!

Now, I still need to connect pipes.... but that's promising
Sélection_048.png
Sélection_048.png (2.35 KiB) Viewed 14119 times
by MCHobby
Thu Apr 29, 2021 11:33 am
Forum: General Discussion and Questions
Topic: MicroPython-Board-Catalog + compiled firmware
Replies: 3
Views: 4023

MicroPython-Board-Catalog + compiled firmware

Hi Everyone, Hi MicroPython Team, I'm currently working on a MicroPython catalog project to offer a better overview of the MicroPython world to unskilled users. This is more like "MicroPython Advertising" material . Our community definitively need it... a recent event demonstrated it.. that killed m...
by MCHobby
Sun Apr 04, 2021 10:36 pm
Forum: Other Boards
Topic: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc
Replies: 19
Views: 40142

Re: Wio Terminal with ATSAMD51 + Realtek RTL8720DN + 2.4 screen + etc

Before working on a more complex portage (ATSAMD51) I did focus my intention on SAMD21. So I compiled MicroPython for the Adafruit Trinket M0 featuring an SAMD21E18A mcu. 1) I did install an Ubuntu machine on a virtual machine (Linux machine to ease the installation process). I did notice that Ubunt...