Skip to content

Latest commit

 

History

History

net_core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Custom mesh node for the nrf5340 network core

Compiling

See COMPILING.md.

Logging

Log output from the network core will generally go to /dev/ttyACM0, and application core to /dev/ttyACM2. To open a serial port on linux do:

screen /dev/ttyACM0 115200

Documentation for libraries

  • Zephyr
  • nrfx (Nordic specific drivers/hardware access layers)

Structure

C source files are in the src directory.

C header files are in the include directory.

Configuration

prj.conf sets Zephyr configuration options.

The global log level is set in the common header file: ../include/common.h