thingy52 repl

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

thingy52 repl

Post by skylin008 » Tue Apr 20, 2021 3:46 am

Hello, everyone! I had a thingy52 board.It include nRF 52832 chip and lots of sensors. I copy the pca10040 file to suit the thingy52 board.The uart port to setting P0.2 P0.3 .When build this: make BOARD = thingy52 MICROPY_VFS = 1, it can be used the repl. But when build include the SoftDevice Protocol, the command is : make BOARD=thingy52 SD=s132 MICROPY_VFS = 1, the repl port is disabled.How solve this issues. Attatch the thingy52 config file.
Attachments
thingy52.rar
(1.51 KiB) Downloaded 140 times

Post Reply