Skip to content

FloFerrier/Demo-BLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo-BLE

Build Status

This project contains source code for embedded target and python script.

  • Embedded Target: NUCLEO-F446RE
  • Embedded Plugin: Board with RN4871 (module BLE)

Embedded Environment

Start the project

Get submodules HAL with libopencm3 and OS with FreeRTOS:

$ git submodule update --init
$ git submodule update --remote --merge

Make commands

  • make release: compilation in release mode
  • make debug: compilation in debug mode
  • make clean:
  • make mrproper:
  • make flash: flash program on the board
  • make gdb: start program on debugging mode

Debugging with logs

A console debug is enabled for viewing log through UART.

$ sudo apt install picocom
$ sudo picocom -b 115200 /dev/ttyUSB0

Python script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published