ESPNode
Functions | Variables
rf24gw.h File Reference
#include "common.h"
#include <RF24.h>
Include dependency graph for rf24gw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RF24 radio (RF24_RADIO_CE_PIN, RF24_RADIO_CSN_PIN)
 Ein Objekt zur Verwaltung des RF24 Interfaces. More...
 

Variables

payload_t payload
 Der Payload vom Typ payload_t. More...
 
uint8_t rf24_node2hub [] = RF24_NODE2HUB
 Funkkennung Node in Richtung Hub. More...
 
uint8_t rf24_hub2node [] = RF24_HUB2NODE
 Funkkennung Hub in Richtung Node. More...
 
bool do_rf24gw
 
String rf24gw_hub_server
 
uint16_t rf24gw_hub_port
 
uint16_t rf24gw_gw_port
 
uint8_t rf24gw_gw_no
 
bool do_log_rf24
 
udpdata_t udpdata
 Eine Variable zur Aufnahme der UDP Daten Struktur. More...
 
WiFiUDP udp
 Ein Objekt für udp Daten. More...
 

Function Documentation

◆ radio()

RF24 radio ( RF24_RADIO_CE_PIN  ,
RF24_RADIO_CSN_PIN   
)

Ein Objekt zur Verwaltung des RF24 Interfaces.

Parameters
RadioCE Pin
RadioCSN Pin

Variable Documentation

◆ do_log_rf24

bool do_log_rf24

◆ do_rf24gw

bool do_rf24gw

◆ payload

payload_t payload

Der Payload vom Typ payload_t.

◆ rf24_hub2node

uint8_t rf24_hub2node[] = RF24_HUB2NODE

Funkkennung Hub in Richtung Node.

◆ rf24_node2hub

uint8_t rf24_node2hub[] = RF24_NODE2HUB

Funkkennung Node in Richtung Hub.

◆ rf24gw_gw_no

uint8_t rf24gw_gw_no

◆ rf24gw_gw_port

uint16_t rf24gw_gw_port

◆ rf24gw_hub_port

uint16_t rf24gw_hub_port

◆ rf24gw_hub_server

String rf24gw_hub_server

◆ udp

WiFiUDP udp

Ein Objekt für udp Daten.

◆ udpdata

udpdata_t udpdata

Eine Variable zur Aufnahme der UDP Daten Struktur.