Principles of Algorithm Analysis I

Analysis plays a role at every point in the process of designing and implementing algorithms. At first, as we saw, we can save factors of thousands or millions in the running time with appropriate algorithm design choices. As we consider more efficient algorithms, we find it more of a challenge to choose among them, so we need to study their properties in more detail. In pursuit of the best ( in some precise technical sense ) algorithm, we find both algorithms that are useful in practice and theoretical questions that are challenging to resolve. 继续阅读“Principles of Algorithm Analysis I”

Quectel BC95系列模组调试小记 III

利用相关串口软件完成附网测试(Quectel BC95系列模组调试小记 II)以后,本文通过STM32串口发送相应AT命令依照附网流程进行附网及UDP通信,至此实现模组基本功能调试。至于南向终端设备将需要上报的数据通过NB-IoT网络发送到移动OneNet物联网平台,而后北向应用通过RESTful接口获取这些数据或者OneNet物联网平台推送已订阅的数据,这些涉及各方面因素,有机会再讨论。 继续阅读“Quectel BC95系列模组调试小记 III”

Quectel BC95系列模组调试小记 II

Quectel BC95系列模组调试小记 I  中遗留的问题已经解决,前文中明确电压、纹波、上电时序反复确认没问题,只能说手工焊接模块还是存在风险,自身学艺不精,有待提高。BC95系列B5/B8两款模组分别对应电信网络与移动网络两者区别如下图所示,基于现实原因考量,最终选择移动频段模组BC95-B8,后面调试以此为主。
继续阅读“Quectel BC95系列模组调试小记 II”

Quectel BC95系列模组调试小记 I

当哩个当,当哩个当,
当哩个当哩个当哩个当!
闲言碎语莫要讲,表一表模组运营商。

BC95-B5和BC95-B8是Quectel BC95系列模组中的两款,B5频段中心频率850MHz,运营商为中国电信,B8频段中心频率900MHz,运营商为中国移动和中国联通,这些我们之前在 三大主流NB-IoT模组拆解对比分析 中有所阐述,本文对两款模组进行初步的调试,为后续附网以及数据通信做准备。 继续阅读“Quectel BC95系列模组调试小记 I”