forked from CESARBR/knot-hal-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (19 loc) · 760 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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