当前位置:网站首页>Si446 usage record (I): basic data acquisition
Si446 usage record (I): basic data acquisition
2022-07-02 17:24:00 【What's wrong with the world of mortals】
Catalog
One 、 summary
Use si4463 Realization 868M Band wireless communication . First contact si4463, I searched some experience on the Internet , There is still little information ( Or my search is wrong ), And they are all aimed at the debugging process . It's still a little difficult to start with zero foundation , This article simply records the process of using .
I am based on a si4463 Launch program for debugging , So it saves a lot of process . Mainly to find relevant documents , To understand demo Realization of program function 、 Which parameters to modify .
Two 、 Data acquisition
The first is to obtain chip information . find datasheet It's very convenient , Direct Baidu si4463 Just a manual . But only datasheet It's not enough , I got it. datasheet And a demo Program , Registers used for parameter setting in the program , stay datasheet No relevant description can be found in . So we need to get more information from the official website ( Click to enter ):
choice si4463( Fast jump ):
Here is SI4463 Summary of information , I started from FAE Find information at , This is the link given . Should say no , When I found it on the official website , Not found here , The retrieval ability is really a little poor ...
There are many official documents , According to the reading order , Recommend several important documents :
- DS_Si4463-61-60-C.pdf:datasheet
- AN632: WDS User’s Guide for EZRadioPRO Devices
- AN625: Si446x API Descriptions
- AN633: Programming Guide for EZRadioPRO Si4x6x Devices
Later, according to the usage of the document , Record them separately .
3、 ... and 、DS_Si4463-61-60-C:datasheet
Like I said before , This datasheet Is the easiest to get , Baidu or the official website is very convenient .Si4463-61-60-C manual : Click to see 
stay datasheet Both sides mentioned , such as si4463 With the host MCU Hardware connection between 、API、WDS、 Command flow . Some descriptions are more detailed , Some just mentioned this noun many times , I only had one at first datesheet,demo Registers in the program , stay datasheet Only a few words can be found in , I'm confused .
At the beginning of contact , Look at the manual roughly , Just know there's such a thing .
Four 、AN632: WDS User’s Guide
WDS Full name the Wireless Development Suite (WDS), That is, the wireless development kit . It's like menuconfig, A graphical configuration tool .
FAE The advice is : Go and have a look AN632. Use WDS Generating configuration is a very important step , You can also find Chinese documents 《WDS Software user guide ( Chinese mark ).pdf》.
The use of WDS The process of writing a separate article :si446 Use records ( Two ): Use WDS3 Generate header file .
5、 ... and 、AN633: Programming Guide
Click to quickly view :AN633.pdf, Found a Chinese version :si4463api-cn chinese , You can check .
5.1 CTS
si4463 During command processing , Unable to receive new instructions . So the mainframe MCU Before sending instructions , Need to ensure si4463 be in ready Put it on , stay 7.2 Section gives three methods : Software rotation 、GPIO monitor 、IRQ interrupt . I use software polling :
That is, after sending an instruction , Keep sending 0x44 Instructions , Until return 0xFF until . Ensure that the instruction execution is completed ,si4463 Get into ready state . stay 《DS_Si4463-61-60-C.pdf》 Mentioned in the CTS, The flow chart is given :
6、 ... and 、AN625: Si446x API Descriptions
This document is in si4463 The page of data summary cannot be found , You can search directly on the official website AN625. The document has two parts: instructions and attributes . The attribute part is as a command 0x11-- Set properties Subset .
6.1 dispatch orders

6.2 Property settings
Enable mask
Enable several
AN626
The sender does not need to set , Receiver settings ID Filter
边栏推荐
- Briefly introduce the use of base64encoder
- The difference of message mechanism between MFC and QT
- class和getClass()的区别
- Nexus Introduction and Xiaobai use idea Packaging and Upload to Nexus 3 private service detailed tutoriel
- 宝宝巴士创业板IPO被终止:曾拟募资18亿 唐光宇控制47%股权
- Win10 system uses pip to install juypter notebook process record (installed on a disk other than the system disk)
- Sword finger offer 24 Reverse linked list
- Microservice architecture practice: Construction of scalable distributed database cluster
- Does digicert SSL certificate support Chinese domain name application?
- Sword finger offer 27 Image of binary tree
猜你喜欢

社交元宇宙平台Soul冲刺港股:年营收12.8亿 腾讯是股东

A case study of college entrance examination prediction based on multivariate time series

Soul, a social meta universe platform, rushed to Hong Kong stocks: Tencent is a shareholder with an annual revenue of 1.28 billion

使用知行之桥的API端口,提供资源供合作伙伴访问

QWebEngineView崩溃及替代方案

剑指 Offer 27. 二叉树的镜像

Win10系统使用pip安装juypter notebook过程记录(安装在系统盘以外的盘)

Microservice architecture practice: Construction of scalable distributed database cluster

The difference of message mechanism between MFC and QT

福元医药上交所上市:市值105亿 胡柏藩身价超40亿
随机推荐
Tech talk activity preview | building intelligent visual products based on Amazon kVs
社交元宇宙平台Soul冲刺港股:年营收12.8亿 腾讯是股东
Nexus簡介及小白使用IDEA打包上傳到Nexus3私服詳細教程
Meanings of SNAT, DNAT and masquerade in iptables
使用知行之桥的API端口,提供资源供合作伙伴访问
[web technology] 1233 seconds understand web component
The impact of telecommuting on all aspects of our experience | community essay solicitation
ETH数据集下载及相关问题
Soul, a social meta universe platform, rushed to Hong Kong stocks: Tencent is a shareholder with an annual revenue of 1.28 billion
[essay solicitation activity] Dear developer, RT thread community calls you to contribute
Dgraph: large scale dynamic graph dataset
What if the default browser cannot be set?
从收集到输出:盘点那些强大的知识管理工具——优秀笔记软件盘点(四)
Exploration of mobile application performance tools
体验居家办公完成项目有感 | 社区征文
Use the API port of the bridge of knowledge and action to provide resources for partners to access
Smart trash can (V) - light up OLED
Briefly introduce the use of base64encoder
ROS知识点——消息过滤器 ( message_filters)
Sword finger offer 24 Reverse linked list