File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 37
37
receiving a 60 byte packet at a time--don't try to receive many kilobytes of data at a time!
38
38
39
39
* Author(s): Tony DiCola
40
+
41
+ Implementation Notes
42
+ --------------------
43
+
44
+ **Hardware:**
45
+
46
+ * Adafruit `RFM69HCW Transceiver Radio Breakout - 868 or 915 MHz - RadioFruit
47
+ <https://www.adafruit.com/product/3070>`_ (Product ID: 3070)
48
+
49
+ * Adafruit `RFM69HCW Transceiver Radio Breakout - 433 MHz - RadioFruit
50
+ <https://www.adafruit.com/product/3071>`_ (Product ID: 3071)
51
+
52
+ * Adafruit `Feather M0 RFM69HCW Packet Radio - 868 or 915 MHz - RadioFruit
53
+ <https://www.adafruit.com/product/3176>`_ (Product ID: 3176)
54
+
55
+ * Adafruit `Feather M0 RFM69HCW Packet Radio - 433 MHz - RadioFruit
56
+ <https://www.adafruit.com/product/3177>`_ (Product ID: 3177)
57
+
58
+ * Adafruit `Radio FeatherWing - RFM69HCW 900MHz - RadioFruit
59
+ <https://www.adafruit.com/product/3229>`_ (Product ID: 3229)
60
+
61
+ * Adafruit `Radio FeatherWing - RFM69HCW 433MHz - RadioFruit
62
+ <https://www.adafruit.com/product/3230>`_ (Product ID: 3230)
63
+
64
+ **Software and Dependencies:**
65
+
66
+ * Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
67
+ https://github.com/adafruit/circuitpython/releases
68
+ * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
40
69
"""
41
70
import time
42
71
You can’t perform that action at this time.
0 commit comments