You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +67,7 @@ The **.pyd** format release is for Windows shared library and **.so** format rel
67
67
68
68
### Python 3
69
69
70
-
* Install Python *3.6 or 3.8 or 3.10* which mapping with [TLKCore_release](/release), and follow reference user guide of [Getting Started with Python Sample Code](/examples/Python/README.md) to make sure your Python environment first.
70
+
* Install Python *3.6 or 3.8 / 3.10 / 3.12* which mapping with [TLKCore_release](/release), and follow reference user guide of [Getting Started with Python Sample Code](/examples/Python/README.md) to make sure your Python environment first.
This topic introduces TLKCore how to process FBS (Fast Beam Steering), it loads a readable beam configuration file, then generates a internal data structure, and converts to SPI signals to BBoxOne/Lite.
153
188
154
189
* TMYBeamConfig
155
190
* It comes from *tlkcore.TMYBeamConfig.py* in the downloaded library package with source code.
156
191
157
-
* Beam configuration file, i.g. [CustomBatchBeams_D2230E058-28.csv](/examples/C_Cpp/examples/config/CustomBatchBeams_D2252E058-28.csv). You can edit/pre-config it via Office-like software or any text editor, **PLEASE RENAME** it for real environment, and passing parameter to TMYBeamConfig()
192
+
* Beam configuration file, i.g. [CustomBatchBeams_D2230E058-28.csv](/examples/C_Cpp/examples/config/CustomBatchBeams_D2252E058-28.csv). You can edit/pre-config it via Office-like software or any text editor, please **RENAME** it for real environment, and passing parameter to TMYBeamConfig()
158
193
* Basic beam type, there are two basic types, usually we define to CHANNEL CONFIG as default.
159
194
* A whole **BEAM config (BeamType=0)**
160
195
* beam_db: gain with float type, please DO NOT EXCEED the DR (dynamic range).
@@ -174,6 +209,26 @@ This topic introduces TLKCore how to process FBS (Fast Beam Steering), it loads
174
209
* Default gives **degree 0** for theta, phi ... etc
175
210
* Example: TX beam1 will be MAX of DR with degree(0, 0), and TX beam8 just modify ch 9~12 to 1dB
176
211

212
+
*[Notice] TLKCore generates the Beam_Configuration_{SN}_{Freq}GHz_{AAKitName}.json after fetch CSV file, please remove this json file if your json overrided.
213
+
214
+
## DFU
215
+
216
+
Device FW Update, starting from TLKCore v1.2.1, to update Beamform series firmware via TLKCore.
217
+
218
+
1. Make sure your Python environment installed tftpy package, if not, please `pip install tftpy==0.8.2`
219
+
2. Query/download FW image for your BBoxOne/BBoxLite/BBoard/CloverCell device
220
+
3. Please disable firewall first to allow tftp protocol transmission
0 commit comments