Fabian Peter Hammerle
|
f664ea7b00
test against python3.11 & declare compatibility
|
1 year ago |
Fabian Peter Hammerle
|
296016cc42
drop compatibility with python3.6
|
2 years ago |
Fabian Peter Hammerle
|
4e1d3ec4a5
drop compatibility with python3.5; test against python3.10
|
3 years ago |
Fabian Peter Hammerle
|
d3bcfe052b
release v2.7.3
|
3 years ago |
Fabian Peter Hammerle
|
c8c4200c90
add method _wait_for_packet
|
3 years ago |
Fabian Peter Hammerle
|
2638b7c9cc
release v2.7.2
|
3 years ago |
Fabian Peter Hammerle
|
ed0dfb0b1e
recommend to check wiring & bus selection when receiving chip version 0
|
3 years ago |
Fabian Peter Hammerle
|
126915720f
release v2.7.1
|
3 years ago |
Fabian Peter Hammerle
|
f72c934511
fix: close & unlock SPI device file when error occurs while entering context
|
3 years ago |
Fabian Peter Hammerle
|
2f871fcb9e
release v2.7.0
|
3 years ago |
Fabian Peter Hammerle
|
3345c1b9b1
all commands: added parameter -p/--output-power
|
3 years ago |
Fabian Peter Hammerle
|
9a7736aaf6
command cc1101-export-config: append values of PATABLE register as comment
|
3 years ago |
Fabian Peter Hammerle
|
cebeeb5207
rename set/get_output_power_levels to set/get_output_power as a higher patable setting does not necessarily imply a higher output power level (see table 39)
|
3 years ago |
Fabian Peter Hammerle
|
b8822f9497
added method set_output_power_levels
|
3 years ago |
Fabian Peter Hammerle
|
a6d73ebb68
added method get_output_power_levels
|
3 years ago |
Fabian Peter Hammerle
|
feca9fb7fb
fix default config & _set_power_amplifier_setting_index: no longer set FREND0.LODIV_BUF_CURRENT_TX to 0 (cc1101's default: 1)
|
3 years ago |
Fabian Peter Hammerle
|
d6626d050e
release v2.6.1
|
3 years ago |
Fabian Peter Hammerle
|
79dd977bcb
fix _set_modulation_format
|
3 years ago |
Fabian Peter Hammerle
|
9137985007
release v2.6.0
|
3 years ago |
Fabian Peter Hammerle
|
15e2949290
added command cc1101-export-config to export / inspect register values after configuration via args/options
|
3 years ago |
Fabian Peter Hammerle
|
dff95838f7
cc1101-transmit: flock SPI device file to avoid race conditions with other processes
|
3 years ago |
Fabian Peter Hammerle
|
6908fb3511
transmit command: configure transceiver after reading from stdin to avoid delay between configuration and transmission, if pipe is slow
|
3 years ago |
Fabian Peter Hammerle
|
89486cce9f
release v2.5.0
|
3 years ago |
Fabian Peter Hammerle
|
91b19abd96
warn when selecting frequency below supported range
|
3 years ago |
Fabian Peter Hammerle
|
9d34140b5b
added command `cc1101-transmit` to transmit via command-line interface
|
3 years ago |
Fabian Peter Hammerle
|
36b3f65fb7
release v2.4.0
|
3 years ago |
Fabian Peter Hammerle
|
067b4ff01d
support chip version 0x04
|
3 years ago |
Fabian Peter Hammerle
|
78da9b6a06
release v2.3.0
|
3 years ago |
Fabian Peter Hammerle
|
2d2c1ebaba
added method `.unlock_spi_device` to release the lock manually
|
3 years ago |
Fabian Peter Hammerle
|
b41be144dc
constructor: added option `lock_spi_device` to set a `flock` on the selected spi device
|
3 years ago |