#Hardware#
Generic 2.4GHz radio. Not 802.11, no real framing or protocol. Useful strictly for nRF->nRF communication, although you can read semi-reliably with a decent SDR.
Note these are as cheap as a buck a pop in quanity:
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <fcntl.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #pragma pack(1) | |
| typedef struct t_ext_sb { | |
| uint32_t s_inodes_count; | |
| uint32_t s_blocks_count; |
#Hardware#
Generic 2.4GHz radio. Not 802.11, no real framing or protocol. Useful strictly for nRF->nRF communication, although you can read semi-reliably with a decent SDR.
Note these are as cheap as a buck a pop in quanity:
| #!/bin/bash | |
| TOP=$(dirname $(readlink -f $0)) | |
| declare -A pids | |
| pids[at90usb1287]=2ffb | |
| pids[at90usb1286]=2ffb | |
| pids[at90usb647]=2ff9 | |
| pids[at90usb646]=2ff9 |