Driver for SX1272 connected to Pulga devices using only DIO0 pins and polling (error states and timeout).

Dependents:   pulga-mbed-lorawan-gps mbed-lorawan-pulga mbed-lorawan-pulga-testing-channel mbed-lorawan-pulga-serial_rx ... more

Committer:
brunnobbco
Date:
Thu Nov 12 22:09:59 2020 +0000
Revision:
2:6c5853c2fd72
Parent:
0:561d07a737bc
Removed debug related code.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
brunnobbco 0:561d07a737bc 1 {
brunnobbco 0:561d07a737bc 2 "name": "sx1276-lora-driver",
brunnobbco 0:561d07a737bc 3 "config": {
brunnobbco 0:561d07a737bc 4 "spi-frequency": {
brunnobbco 0:561d07a737bc 5 "help": "SPI frequency, Default: 8 MHz",
brunnobbco 0:561d07a737bc 6 "value": 8000000
brunnobbco 0:561d07a737bc 7 },
brunnobbco 0:561d07a737bc 8 "buffer-size": {
brunnobbco 0:561d07a737bc 9 "help": "Max. buffer size the radio can handle, Default: 255 B",
brunnobbco 0:561d07a737bc 10 "value": 255
brunnobbco 0:561d07a737bc 11 },
brunnobbco 0:561d07a737bc 12 "radio-variant": {
brunnobbco 0:561d07a737bc 13 "help": "Use to set the radio variant if the antenna switch input is not connected.",
brunnobbco 0:561d07a737bc 14 "value": "SX1276UNDEFINED"
brunnobbco 0:561d07a737bc 15 }
brunnobbco 0:561d07a737bc 16 }
brunnobbco 0:561d07a737bc 17 }