NRF5340-DK Board


#1

Hello, could someone tell me please if I can use uLisp to program this board?

https://www.digikey.fr/en/products/detail/nordic-semiconductor-asa/NRF5340-DK/13544603

I’m really new to programming embedded devices, so any advice, suggestions, comments would be highly appreciated.


#3

See: Porting uLisp to a new platform.

I can’t see any Arduino support for this board, so it’s not going to be an easy process.

The nearest alternatives, all of which have good uLisp support, are:

Adafruit nRF52840 boards
Circuit Playground Bluefruit
Seeed Studio XIAO nRF52840
BBC Micro:bit and Calliope Mini


#4

Thanks a lot for your reply! Oh, these are all really nice alternatives, I think that’s what I’ve been looking for. I need to use the Bluetooth module of the nRF52840 chip but in the uLisp tutorials for the boards you’ve listed I didn’t see any examples of Bluetooth usage. Is my understanding correct that I’ll have to somehow call into C Bluetooth software stack of that chip from uLisp?


#5

I ported (parts) of ulisp to Zephyr, which is what the Nordic SDK is based on.
I tested it with the native_posix and nrf52840dk_nrf52840 board targets, but I think it should “just work” on nrf5340 too. (The zephyr target would be nrf5340dk_nrf5340_cpuapp).