Skip to content

KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power …

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

hmscj-cesar/knot-hal-source

 
 

Repository files navigation

	KNOT HAL for Linux and Arduino


KNOT HAL is part of KNOT project. It aims to provide hardware abstraction
layer for SPI and nRF24L01 radios. Allowing power constrained embedded
devices to join a wireless network and exchange datagrams using nRF24L01
radios.

The initial target platforms are Arduino (nodes), and Raspiberry PI GW.
nRF24L01 is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver
IC for the 2.4GHz ISM band. On a second project phase, other radio access
technologies such as Bluetooth Low Energy, and Wi-Fi are planned.

dependencies:
glib >= 2.28
json-c
automake
autotools

How to install dependencies:
	sudo apt-get install automake libtool glib2.0 libjson0 libjson0-dev

How to build:
        ./bootstrap-configure
        make

About

KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power …

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.8%
  • C++ 5.8%
  • Other 5.1%
  • Makefile 2.8%
  • M4 1.3%
  • Shell 0.2%