You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using the RF24 library with ethercard, I am wondering if I can send the node pipe in a command to my base station instead of having the node pipe fixed in the code.
Hi,
We have received your e-mail and will get back to you
within 24h, should you be having an emergency pls
call me or sms your number to 082 22 11 00 5.
Peter Marynowski
Cell: 082 22 11 00 5
Web: www.killarneynet.co.za
Snr. Technician
Killarney Community Internet KIC
Hello, I am using the RF24 library with ethercard, I am wondering if I can send the node pipe in a command to my base station instead of having the node pipe fixed in the code.
Something like: 192.168.0.10/?nodePipe=0xF0F0F0F0D2LL&message=hello
if(strstr((char *)Ethernet::buffer + pos, "GET /?nodePipe=") != 0) {
uint64_t nodePipe = (the node pipe);
radio.openWritingPipe(nodePipe);
radio.stopListening();
bool ok = radio.write( &message, sizeof(unsigned long) );
}
The Node will have the BS pipe added fixed in the code to respond back.
Is this possible?
The text was updated successfully, but these errors were encountered: