Search found 3 matches

by tralamazza
Wed Apr 12, 2017 1:49 pm
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52850

Re: Porting to Nordic Semiconductor nRF52

Hi mattyt, Your observation is correct. There isn't much talk about the nrf52 port. However, it does not mean that there is no activity ;) The nrf52 branch that you found is the initial POC made by me (Daniel), to provide a REPL over Bluetooth LE. This POC depends on libraries and modules from the N...
by tralamazza
Wed Sep 07, 2016 4:38 pm
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52850

Re: Porting to Nordic Semiconductor nRF52

I'm pushing what I've here: https://github.com/tralamazza/micropython/tree/nrf52

Supported hardware: PCA10040 (the official Nordic dev board) and D52Q (dynastream dev board).
I'm building the PCA10040 by default https://github.com/tralamazza/micropyth ... kefile#L21
by tralamazza
Sat Jul 30, 2016 1:39 pm
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 52850

Re: Porting to Nordic Semiconductor nRF52

Hi all, I've a VERY basic port working for two nRF52 boards: PCA10040 and D52Q. I have the REPL running over BLE (using nordic's uart service and a small console node app https://github.com/tralamazza/nus_console). I am starting to port the pyb mods (pins etc), but I'm having trouble understanding q...