Classes | |
| class | rx |
| class | tx |
Functions | |
| def | _crc_ccitt_update (crc, data) |
| def | _sym2nibble (symbol) |
Variables | |
| int | _CTL = 3 |
| list | _HEADER = [0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x38, 0x2c] |
| list | _SYMBOL |
| int | BPS = 2000 |
| int | MAX_BPS = 10000 |
| int | MAX_MESSAGE_BYTES = 77 |
| int | MIN_BPS = 50 |
| int | msg = 0 |
| pi = pigpio.pi() | |
| int | RX = 11 |
| rx = vw.rx(pi, RX, BPS) | |
| start = time.time() | |
| int | TX = 25 |
| tx = vw.tx(pi, TX, BPS) | |
This module provides a 313MHz/434MHz radio interface compatible with the Virtual Wire library used on Arduinos. It has been tested between a Pi, TI Launchpad, and Arduino Pro Mini.
|
private |
|
private |