
Seriously good work mate, I'm hoping to test it out soon.
Code: Select all
MicroPython v1.8.1-2404-g976785e on 2017-04-29; Bluefruit nRF52 Feather with NRF52832
Type "help()" for more information.
>>>
>>> print('Micropython is running on the Adafruit Feather nRF52!')
Micropython is running on the Adafruit Feather nRF52!
>>>
Code: Select all
> sudo apt-get install build-essential libffi-dev pkg-config gcc-arm-none-eabi
> git clone https://github.com/adafruit/Adafruit_nRF52_Arduino.git
> cd Adafruit_nRF52_Arduino/tools/nrfutil-0.5.2/
> sudo python setup.py install
> cd ../../..
> git clone https://github.com/tralamazza/micropython.git nrf5_no_sdk
> cd nrf5_no_sdk/
> git submodule update --init
> make -C mpy-cross
> cd nrf5/
> make BOARD=feather52
> make BOARD=feather52 dfu-gen
> make BOARD=feather52 dfu-flash
Code: Select all
Traceback (most recent call last):
File "<stdin>", in <module>
ValueError: LED(3) does not exist
MicroPython v1.8.1-2404-g976785e on 2017-04-29; Bluefruit nRF52 Feather with NRF52832
Type "help()" for more information.
Oh yeah, I was ecstatic to see it!c45713 wrote:I'm so happy that you got it running! Nothing is better than seeing that REPL prompt!
Indeed it is; I pulled, rebuilt and no error. Thanks again!c45713 wrote:The issue you saw should be fixed now. I have updated main.c to work with two LEDs only. So, the LED(3) error should be gone.
That would be awesome!When I find a spare ten minutes I'll submit a PR for a readme.
Haha! That's a hard oneNow to figure out what to build with this board...
Feedback taken! Daniel has opened the "Issue tracker" in the repooliverr wrote:I don't suppose anybody could help shed some light on this / point me to where I should be raising this issue? Any advice would be greatly appreciated!