Skip to content

Releases: LSatan/SmartRC-CC1101-Driver-Lib

SmartRC-CC1101-Driver-Lib

01 Apr 00:42
bf1dada
Compare
Choose a tag to compare

Driver Library :set AGCCTRL2 from 0x07 to 0xC7. Reception is significantly improved!

SmartRC-CC1101-Driver-Lib

31 Mar 22:48
48d858d
Compare
Choose a tag to compare

Driver Library :set FSCTRL1 from 8hex to 6hex. for better receive.

Driver Library :set SpiWriteReg to public. Make it fit for debug tool!

Driver Library :set SpiStrobe to public. Make it fit for debug tool!

SmartRC-CC1101-Driver-Lib

24 Mar 19:43
1955b8a
Compare
Choose a tag to compare

Driver Library :Set gdo2 from input to output. Errors in libraries that use the pins directly.

examples :Set gdo2 from setting 2 to 0 in default examples. Gdo2 is not required for these examples.

SmartRC-CC1101-Driver-Lib

19 Mar 01:47
b0f9ed9
Compare
Choose a tag to compare

Driver Library :ESP8266/32 core panik. Fixed! The cc1101 must be initialized before setting options!

examples :all examples have been adapted.

examples :internal cc1101 examples have been adapted for esp8266/32.

examples :ESPiLight examples added.

SmartRC-CC1101-Driver-Lib v2.3.0

18 Mar 15:51
d8c9847
Compare
Choose a tag to compare

18.03.2020

Driver Library :"RcSwitch-cc1101-driver-lib" becomes "SmartRC-cc1101-driver-lib".

Pull request :#20 Removed unnecessary initializations when setting Tx or Rx mode. Agreed / accepted improves speed when changing rx / tx. Special thanks to fleibede.

Pull request :#19 Added spi state after SPI pins have been set for default pins. The problem was solved differently. Special thanks to fleibede.

Pull request :#18 Updated AVR types conditional defines. Agreed / accepted. Special thanks to fleibede.

Driver Library :Frequency calculator certain frequencies were calculated incorrectly. fixed!

Driver Library :Intelligent Pa Table system added. When changing the band The corresponding table is set via setTx / Rx and the frequency set to basic calibrated. All module internal transmission powers can now be set according to the band.

Driver Library :Newly calibrated base frequency on chan 0 according to the SmartRF Studio.

Driver Library :Channel spacing calculator can enter directly the spacing area in khz.

Driver Library :Modulation setting added for internal transmission methods

Driver Library :ESP32 reception improvements.

Driver Library :Direct conversion of the RSSI level in the library.

Driver Library :Correction of version numbering.

examples :New examples added "RemoteSensor library".

examples :New examples added "Elechouse CC1101 default examples"

examples :Remote Fusion has been removed and given an extra library.