Skip to content

Releases: LSatan/SmartRC-CC1101-Driver-Lib

SmartRC-CC1101-Driver-Lib

13 Jul 19:39
b8c6af4
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.7
13.07.2021

Driver Library :Fixed a bug when initalizing multiple cc1101

Driver Library :new commandos for easy handling of multiple cc1101

SmartRC-CC1101-Driver-Lib

06 Apr 14:29
50512ab
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.6
06.04.2021

Driver Library :Add NUM_PREAMBLE. Sets the minimum number of preamble bytes to be transmitted.

SmartRC-CC1101-Driver-Lib

23 Jan 12:09
642ef9c
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.5
23.01.2021

Driver Library :Error correction for CheckRxFifo and CheckReceiveFlag (reception internal CC1101 function).

SmartRC-CC1101-Driver-Lib

23 Jan 02:08
b60cd23
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.4
23.01.2021

Driver Library :No big frequency jumps over SetRx(freq); Possible. Fixed! Big thanks to NorthernMan54 for testing!

Driver Library :double-initaliesing option from V2.5.3 has been removed. Necessary for SetRx(freq); to use.

SmartRC-CC1101-Driver-Lib

22 Jan 20:06
b60cd23
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.3
22.01.2021

Driver Library :Putting rx tx has no effect if they are already in mode. Prevents unnecessary double-initaliesing.

Driver Library :new command added: ELECHOUSE_cc1101.goSleep(); //Enter power down mode. For wakeup set RX or TX.

Driver Library :new command added: ELECHOUSE_cc1101.getMode(); //Return the Mode. Sidle = 0, TX = 1, Rx = 2.

Driver Library :new command added: ELECHOUSE_cc1101.setSidle(); //Set Rx / Tx Off.

Driver Library :new command added: ELECHOUSE_cc1101.getCC1101(); //Test Spi connection and return 1 when true.

Examples :RcSwitch Repeater_cc1101.ino has been shortened.

SmartRC-CC1101-Driver-Lib

01 Oct 21:11
e5365d3
Compare
Choose a tag to compare

Driver Library :SpiWriteReg, SpiReadReg, SpiWriteBurstReg and SpiReadBurstReg change to public. Allows additional modifications from sketch.

Driver Library :Setrx no longer has to be set to receive.(internal transmission methods)

Driver Library :Gdo pins are now set to input / output with set gdo instead of Init.

Driver Library :Added new sending method. Allows sending without a gdo0 pin.

notes :The new internal send and receive methods now work completely without an additional gdo pin.

SmartRC-CC1101-Driver-Lib

17 Aug 22:38
4fb8172
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.1
18.08.2020

Driver Library :When changing from receiving to sending, the program freezes (internal send functions). fixed!

SmartRC-CC1101-Driver-Lib

16 Aug 16:56
ca16360
Compare
Choose a tag to compare

Changelog: SmartRC-CC1101-Driver-Lib_V2.5.0
16.08.2020

Driver Library :Rssi was calculated incorrectly.Fixed Thanks to zapquiyou!

Driver Library :New receiving method for internal examples added. Allows several actions to be carried out in the loop.

Driver Library :Internal Crc check added for internal examples.

Driver Library :Simplification to send char added for internal transfer examples.

Driver Library :A lot of new settings added for internal transmission examples. Everything can be set as in SmartRF Studio and is calculated automatically. An overview: setDeviation, setChsp, setRxBW, setDRate, setSyncMode, setSyncWord, setAdrChk, setAddr, setWhiteData, setPktFormat, setLengthConfig, setPacketLength, setCrc, setCRC_AF, setDcFilterOff, setManchester, setFEC, setPQT, setAppendStatus. description in the examples!

SmartRC-CC1101-Driver-Lib

06 May 23:16
17520d6
Compare
Choose a tag to compare

Driver Library :frequency calculator has been simplified. error-free calculations and less variable.

Driver Library :Added frequency calibration option.

Driver Library :Certain frequencies could not be set. Fixed! Big thanks to gusgorman402!

SmartRC-CC1101-Driver-Lib

14 Apr 12:32
933020a
Compare
Choose a tag to compare

Driver Library :setChsp has been removed to save space. This function is available in the Service / Debug Tool as an extended function.