在线观看www成人影院-在线观看www日本免费网站-在线观看www视频-在线观看操-欧美18在线-欧美1级

0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
會員中心
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示

NanoBeacon? BLE掃描器教程(第三部分)

橙群微電子 ? 2023-06-08 10:40 ? 次閱讀

Let’s recap what we covered in the previous articles within this series:

讓我們回顧一下我們在本系列的前幾篇文章中所涉及的內容:

  • Requirements, installation, and setup steps for using the mobile app
  • 使用移動應用程序的要求、安裝和設置步驟
  • Overview of the different sections within the app
  • 應用程序內不同部分的概述
  • Running a few test case scenarios with different advertising data types
  • 用不同的廣播數據類型運行一些測試案例場景
  • A detailed look at device filters
  • 詳細了解設備過濾器
  • Differences between the iOS and Android versions of the app
  • 該應用程序的iOS和Android版本之間的差異


In this particular tutorial, we will focus on one of the most unique features of our app: App Notifications (even in the background) for detecting Triggered Advertising Sets.

在這個特別的教程中,我們將專注于我們應用程序的一個最獨特的功能:應用通知(甚至在后臺),用于檢測觸發的廣播集。


So, how do these work? what exactly do we mean by “Triggered”? What are the limitations of app notifications in both versions of the app (Android and iOS)?

那么,這些是如何工作的?"Triggered "到底是什么意思?在兩個版本的應用程序(安卓和iOS)中,應用程序通知的限制是什么?


Triggered Advertising Sets觸發式廣播集


Triggered advertising sets allow the user to configure the device to send advertising packets only when certain conditions occur.

觸發式廣播集允許用戶配置設備,使其僅在某些條件發生時發送廣播包。


This can be very useful in use cases where advertising packets are only needed when one or more conditions are met, for example, the battery level going below 10% or the temperate going over 40 degrees Celsius. In this case, sending advertising data all the time regardless of these conditions (which is what is referred to as “Continuous Advertising Mode” in the NanoBeacon Config Tool) would unnecessarily increase battery consumption, so it makes sense to only send them out based on certain conditions.

這對于只有在滿足一個或多個條件時才需要廣播數據包的用例非常有用,例如,電池電量低于10%或溫度超過40攝氏度。在這種情況下,不管這些條件如何,一直發送廣播數據(這就是NanoBeacon配置工具中所說的 "連續廣播模式")會不必要地增加電池消耗,所以只根據某些條件發送廣播是有意義的。


Here’s a look at the various options available for this mode within the NanoBeacon Config Tool:

下面我們來看看NanoBeacon配置工具中該模式的各種可用選項:


0f45fb1a-0014-11ee-ba01-dac502259ad0.png

1、Triggered advertising event count: this defines the number of advertising events transmitted if a triggered condition is met.

1、觸發的廣播事件計數:這定義了在滿足觸發條件時傳輸的廣播事件的數量。


2、Trigger event will reset triggered advertising event count: enabling this will reset the advertising event count set above in #1, meaning that if any of the trigger conditions are met, it will keep resetting the count and continue sending the advertising packets. Once none of the trigger conditions are met, the advertising event count will start decrementing. For example, suppose this option was enabled, and the trigger condition was a high threshold for internal temperature ≥ 25 deg C, and the temperature surpassed this threshold. In that case, it will continue sending advertising events until the temperature is below the threshold, and then it will only send the number of advertising events set in option #1.

2、觸發事件將重置被觸發的廣播事件計數:啟用這個功能將重置上面#1中設置的廣播事件計數,這意味著如果滿足任何一個觸發條件,它將不斷重置計數并繼續發送廣播數據包。一旦沒有一個觸發條件被滿足,廣播事件計數將開始遞減。例如,假設該選項被啟用,而觸發條件是內部溫度≥25攝氏度的高閾值,并且溫度超過了這個閾值。在這種情況下,它將繼續發送廣播事件,直到溫度低于閾值,然后它將只發送選項#1中設置的廣播事件數量。


3、Single trigger, Recurring trigger, Advertise indefinitely after 1st trigger:

3、單次觸發、重復觸發、第1次觸發后無限期廣播:

  • Single Trigger: choosing this type will set the behavior to only send the advertising events upon any of the trigger conditions being met just once. If the trigger conditions are met later (during the same power cycle), no advertising events will be transmitted.

  • 單次觸發:選擇這種類型將設置行為,只在任何一次觸發條件被滿足時才發送廣播事件。如果以后再滿足觸發條件(在同一電源周期內),將不發送廣播事件。

  • Recurring Trigger: choosing this type will send out advertising events every time a trigger condition is met.

  • 循環觸發:選擇這種類型,每次觸發條件被滿足時都會發送廣播事件。

  • Advertise indefinitely after 1st trigger: as the name suggests, choosing this type will send out advertising events indefinitely after any of the trigger conditions are met.

  • 第1次觸發后無限期廣播:顧名思義,選擇這種類型將在滿足任何觸發條件后無限期地發送廣播事件。

4、Sensor trigger source: this defines one or more sources for trigger conditions, which are set in the “Global Trigger Settings” section within the NanoBeacon Config Tool. Examples of trigger sources include VCC, Internal Temperature, ADC channels, 1-wire sensor readings, and I2C slave readings.4、傳感器觸發源:這定義了一個或多個觸發條件的來源,在 NanoBeacon 配置工具中的 "全局觸發設置 "部分設置。觸發源的例子包括VCC、內部溫度、ADC通道、單線傳感器讀數和I2C從屬讀數。


5、GPIO trigger source: this defines one or more sources for trigger conditions based on GPIO status. The GPIOs available are: GPIO2, GPIO3, MGPIO4, MGPIO5, MGPIO6, and MGPIO7.

5、GPIO觸發源:這定義了一個或多個基于GPIO狀態的觸發條件源??捎玫腉PIO是:GPIO2, GPIO3, MGPIO4, MGPIO5, MGPIO6, 和 MGPIO7.


Keep in mind that the triggered event will occur if anyof the defined conditions are met.

請記住,如果滿足任何定義的條件,觸發的事件就會發生。


Triggered Advertising Sets on the Mobile App移動應用上的觸發式廣播集

Now that we better understand how triggered advertisements work and the different options available, we can now test them out to see what they look like and how they behave on both the Android and iOS versions of the mobile app.

現在我們更好地了解了觸發式廣播的工作原理和不同的選項,我們現在可以測試一下,看看它們在移動應用的安卓和iOS版本上是什么樣子的,表現如何。


Referring back to the previous article, where we covered the differences between the iOS and Android versions of the app, the following is a significant difference related to notifications:

參考之前的文章,我們介紹了iOS和Android版本的應用程序之間的差異,以下是與通知有關的重大差異:

  • Android supports background notifications for all types of Triggered advertisements.

  • 安卓支持所有類型的Triggered廣播的后臺通知。

  • iOS only supports background notifications for Triggered iBeacon advertisements.

  • iOS只支持Triggered iBeacon廣播的后臺通知。

Due to this, we’ll use iBeacon as the primary test case in this tutorial.

由于這個原因,我們將使用iBeacon作為本教程的主要測試案例。


Test Case: Single Advertising Set: Triggered iBeacon

測試案例:單一廣播集:觸發的iBeacon

For this test case, we’ll go ahead and define one advertising set as iBeacon and configure it in Triggered mode.

在這個測試案例中,我們將繼續將一個廣播集定義為iBeacon,并將其配置為觸發模式。


We’ll also define the following configuration parameters, all in the NanoBeacon Config Tool:

我們還將在NanoBeacon配置工具中定義以下配置參數

  • Advertising Interval = 100 ms (to make it easier to discover the advertising sets, in practice, you may want to increase the interval to reduce power consumption).

  • 廣播間隔=100毫秒(為了使廣播集更容易被發現,在實踐中,你可能想增加間隔以減少功耗)。

  • Global Triggers: set the source for Trigger #2 to be Internal Temperature and set the High Threshold to some temperature value that’s greater than the current environment you’re in to be able to manually invoke the trigger condition. I’ve set the value to 3000 (which translates to 30 deg C). Note that the value you enter here will be multiplied by the “On-Chip Measurement Unit” defined in the “On-Chip Measurement Units” section accessible from the main screen of the Config Tool.

  • 全局觸發器:將觸發器#2的來源設置為內部溫度,并將高閾值設置為某個溫度值,該值要大于你當前所處的環境,以便能夠手動調用觸發條件。我把這個值設置為3000(換算成30攝氏度)。請注意,你在這里輸入的值將乘以 "片上測量單位",該單位定義在 "片上測量單位 "部分,可從配置工具的主屏幕上訪問。

  • Set the Advertising Data Format to iBeacon and set the UUID, Major, Minor, and Tx Power values as you’d like.

  • 將廣播數據格式設置為iBeacon,并根據你的需要設置UUID、Major、Minor和Tx Power值。

  • Set the Advertising Mode to Triggered Advertising and enable “High Trigger 2” in the Sensor Trigger Source section.

  • 將廣播模式設置為觸發式廣播,并在傳感器觸發源部分啟用 "高觸發器2"。

Once that’s all set, make sure your IN100 development board and programmer board are attached and connected to the computer running the NanoBeacon Config Tool.

一旦設置完畢,確保你的IN100開發板和編程板連接到運行NanoBeacon配置工具的計算機上。


Now you can Probe the device, select it, and then Run in RAM to run your configuration on the IN100 tag.

現在你可以探測設備,選擇它,然后在RAM中運行,在IN100標簽上運行你的配置。


Here are some screenshots showing the settings described above:

下面是一些顯示上述設置的屏幕截圖:


0f533d7a-0014-11ee-ba01-dac502259ad0.png

0f5ffcfe-0014-11ee-ba01-dac502259ad0.png

0f6d08f4-0014-11ee-ba01-dac502259ad0.png

0f818d7e-0014-11ee-ba01-dac502259ad0.png

0f8e063a-0014-11ee-ba01-dac502259ad0.png

Now we’re ready to import this configuration into the mobile app. I’ll be using the iOS version for this test.

現在我們準備把這個配置導入到移動應用中。我將使用iOS版本進行這項測試。


Using the QR Code display functionality in the Config Tool and the QR Code import functionality in the mobile app, import the configuration:

使用配置工具中的QR碼顯示功能和移動應用程序中的QR碼導入功能,導入配置:


0f9a4b0c-0014-11ee-ba01-dac502259ad0.png

0fb1b224-0014-11ee-ba01-dac502259ad0.png

Now, navigate to the Scanner view within the mobile app and select “Only show project configuration matches” in the filter options. Give that the temperature is below the high threshold condition you set (30 degrees C in my case), you should not see any devices in the list:

現在,在移動應用程序中導航到掃描儀視圖,在過濾器選項中選擇 "只顯示項目配置匹配"。鑒于溫度低于你設置的高閾值條件(在我的例子中是30攝氏度),你應該在列表中看不到任何設備:


0fc48ee4-0014-11ee-ba01-dac502259ad0.png

As a simple way to enable the trigger condition, you can place your finger (or momentarily point a heat gun) on the IN100 chipset on the development board

作為啟用觸發條件的一個簡單方法,你可以將手指(或用熱風槍瞬間指向)放在開發板上的IN100芯片組上

0fdb51f6-0014-11ee-ba01-dac502259ad0.png

If you wait long enough for the temperature to hit the high threshold, the Scanner view in the mobile app should now show the iBeacon advertising set, along with a notification at the top of the screen:

如果你等待足夠長的時間讓溫度達到高閾值,移動應用程序中的掃描器視圖現在應該顯示iBeacon廣播設置,同時在屏幕頂部有一個通知:


0ff9e51c-0014-11ee-ba01-dac502259ad0.png

Even if you have the app running in the background and the phone locked, you should see the notifications come through for each Triggered advertising set being discovered:即使你的應用程序在后臺運行,并且手機被鎖定,你也應該看到每個被發現的觸發式廣播集的通知都會出現:


1011a986-0014-11ee-ba01-dac502259ad0.png

That’s all you need to do to get notifications for Triggered advertising sets from the mobile app!

這就是你需要做的,從移動應用中獲得觸發式廣播集的通知!

Keep in mind that iBeacon is the only Advertising Data Format type that can trigger notifications on iOS devices. On Android, that limitation is not present.

請記住,iBeacon是唯一可以在iOS設備上觸發通知的廣播數據格式類型。在安卓上,這個限制是不存在的。


Conclusion & Summary 結論與總結In this tutorial, we covered how to discover Triggered Advertising Sets and showed how app notifications work in the mobile app.

在本教程中,我們介紹了如何發現觸發式廣播集,并展示了應用通知在移動應用中的作用。


In the next tutorial, we will go over another unique feature of our mobile app: Logs.

在下一個教程中,我們將介紹我們的移動應用程序的另一個獨特功能:日志。


With logs, you’ll be able to view the history of discovered advertising sets and the advertising data contained in them as well as the ability to export those logs outside of the app to your computer or any other device for later analysis!

通過日志,你將能夠查看已發現的廣播集的歷史和其中包含的廣播數據,并能夠將這些日志導出到你的電腦或任何其他設備,以便日后分析!

聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。 舉報投訴
  • BLE
    BLE
    +關注

    關注

    12

    文章

    660

    瀏覽量

    59441
  • 掃描器
    +關注

    關注

    0

    文章

    169

    瀏覽量

    11932
收藏 人收藏

    評論

    相關推薦

    松下MPS媒體制作平臺第八篇:視頻混合插件(第三部分)

    ? 歡迎?????大家觀看松下操作教程 MPS媒體制作平臺????? 第八篇:視頻混合插件(第三部分) 視頻混合(Video Mixer)插件可以輕松進行主體鍵控,不受拍攝地點的局限,同時便于將
    的頭像 發表于 01-08 10:10 ?35次閱讀
    松下MPS媒體制作平臺第八篇:視頻混合<b class='flag-5'>器</b>插件(<b class='flag-5'>第三部分</b>)

    工業二維碼條碼掃描器流水線條碼掃描

    在工業生產的廣闊舞臺上,工業二維碼條碼掃描器以其卓越的耐用性和高效的掃描能力,成為了連接自動化生產與信息管理不可或缺的橋梁。它們不僅是工廠流水線上的“慧眼”,更是提升生產效率、保障產品質量的得力助手
    的頭像 發表于 01-07 16:07 ?78次閱讀
    工業二維碼條碼<b class='flag-5'>掃描器</b>流水線條碼<b class='flag-5'>掃描</b>

    哪種二維碼掃描器適合生產線應用?

    在當今的工業生產中,二維碼掃描器扮演著至關重要的角色,它能夠快速、準確地采集數據,提高生產效率和管理水平。然而,面對眾多的二維碼掃描器產品,選擇適合生產線應用的并非易事。首先,我們需要考慮生產線
    的頭像 發表于 12-19 16:43 ?131次閱讀
    哪種二維碼<b class='flag-5'>掃描器</b>適合生產線應用?

    紅外、光感雙重觸發的條碼掃描器,用于生產線上

    隨著工業自動化的不斷發展,生產線上的效率與準確性成為了企業追求的目標。紅外、光感雙重觸發的條碼掃描器作為一種先進的自動識別技術,正逐漸在生產線上發揮著重要作用。本文將詳細介紹這種條碼掃描器的工作原理
    的頭像 發表于 12-17 16:02 ?118次閱讀
    紅外、光感雙重觸發的條碼<b class='flag-5'>掃描器</b>,用于生產線上

    固定式掃描器哪款好?盤點高性價比型號推薦,打造高效掃碼體驗

    在現代企業中,固定式掃描器已成為一種不可或缺的工具。無論是在零售、物流、倉儲還是生產線,固定式掃描器都能有效提升工作效率與準確性。那么,市場上眾多型號中,哪款固定式掃描器更具性價比呢?本文將從
    的頭像 發表于 12-12 14:56 ?190次閱讀
    固定式<b class='flag-5'>掃描器</b>哪款好?盤點高性價比型號推薦,打造高效掃碼體驗

    工業固定式掃描器怎樣用?固定式工業條碼掃描器解決方案

    在現代制造業和物流領域,條碼掃描技術已經成為提高效率、減少錯誤的重要工具。工業固定式掃描器作為其中一種高效的解決方案,能夠在生產線、倉儲和物流管理中發揮關鍵作用。本文將探討工業固定式條碼掃描器
    的頭像 發表于 12-05 15:29 ?210次閱讀
    工業固定式<b class='flag-5'>掃描器</b>怎樣用?固定式工業條碼<b class='flag-5'>掃描器</b>解決方案

    嵌入式條碼掃描器的幾種掃描模式

    嵌入式條碼掃描器掃描模式是指其在識別條碼時的工作模式,這些模式會影響到掃描器的使用效果和適用場景。以下是幾種常見的嵌入式條碼掃描器掃描
    的頭像 發表于 11-19 16:27 ?208次閱讀
    嵌入式條碼<b class='flag-5'>掃描器</b>的幾種<b class='flag-5'>掃描</b>模式

    如何設置條形碼掃描器模塊,掃碼常見技術問題的解決

    隨著現代商業和工業的快速發展,條形碼掃描器模塊已經成為日常工作中不可或缺的一部分。然而,對于許多用戶來說,如何正確地設置這些設備仍然是一個挑戰。為了幫助大家解決這一問題,深圳遠景達(RAKINDA
    的頭像 發表于 11-11 15:38 ?233次閱讀
    如何設置條形碼<b class='flag-5'>掃描器</b>模塊,掃碼<b class='flag-5'>器</b>常見技術問題的解決

    Air780EP硬件設計原理解析(第三部分

    ? 接下來,我們繼續學習第三部分。 四、射頻接口 天線接口管腳定義如下: 表格 14:RF_ANT 管腳定義 ? 4.1 射頻參考電路 ? 注意: 連接到模塊RF天線焊盤的RF走線必須使用微帶線或者
    的頭像 發表于 11-06 15:07 ?272次閱讀
    Air780EP硬件設計原理解析(<b class='flag-5'>第三部分</b>)

    實際的正弦波震蕩電路主要由哪三部分組成

    實際的正弦波振蕩電路主要由以下三部分組成,盡管有時在更詳細的描述中可能會提及四部分(包括穩幅環節),但以下三部分是構成正弦波振蕩電路的核心: 放大電路 : 放大電路是振蕩電路的核心部分
    的頭像 發表于 10-09 16:59 ?564次閱讀

    數字芯片設計驗證經驗分享(第三部分):將ASIC IP核移植到FPGA上——如何確保性能與時序以完成充滿挑戰的

    本篇文章是SmartDV數字芯片設計經驗分享系列文章的第三篇,將繼續分享第五、第六主題,包括確保在FPGA上實現所需的性能和時鐘兩個方面的考量因素。
    的頭像 發表于 08-26 14:31 ?1927次閱讀
    數字芯片設計驗證經驗分享(<b class='flag-5'>第三部分</b>):將ASIC IP核移植到FPGA上——如何確保性能與時序以完成充滿挑戰的

    學習hypervisor嵌入式產品安全設計

    、PRTOS的配套工具等內容。第三部分(第13~15章)介紹嵌入式Hypervisor的高級應用和未來規劃,涵蓋μC/OS-II與Linux內核的虛擬化過程,以及PRTOS社區的愿景等內容。
    發表于 08-25 09:11

    什么是固定式條碼掃描器?固定式掃描器怎么選?

    1.產品特性固定式條碼掃描器以其高度的可靠性而聞名。這種設備的設計旨在提供無與倫比的性能,無論是在高速掃描還是長時間持續工作的環境下。其多種掃描模式使其能夠適應各種不同的應用環境,無論是需要快速
    的頭像 發表于 05-23 14:47 ?565次閱讀
    什么是固定式條碼<b class='flag-5'>掃描器</b>?固定式<b class='flag-5'>掃描器</b>怎么選?

    工業二維碼掃描器 工業RFID工業讀碼

    模塊掃描器
    深圳市遠景達物聯網技術有限公司
    發布于 :2024年05月08日 13:56:40

    第三部:信號、電路與系統新說課程啟動

    出合理的系統,者缺一不可。 但是,無論是課堂、上還是工作中,甚至是書籍里,并沒有相關的內容,導致同學們難以入門 模擬電路,因此看海親自創作了 《運放秘籍》第三部:信號電路與系統新說! 計劃目錄如下: ? 第一章信號基
    的頭像 發表于 04-07 08:41 ?609次閱讀
    <b class='flag-5'>第三部</b>:信號、電路與系統新說課程啟動
    主站蜘蛛池模板: 模特视频一二三区| 美日韩一区二区| 最好看的2019中文字幕免费高清 | 日韩久久精品视频| 手机在线色| 天天拍天天色| 5月婷婷6月丁香| 午夜一区二区三区| 天天噜天天干| 久久国产精品99久久久久久牛牛 | 韩国最新三级网站在线播放| 黄色短视频免费观看| 国产午夜精品一区二区理论影院| 国产裸露片段精华合集链接| 97玖玖| 天天拍夜夜添久久精品免费| 久久香蕉国产视频| 91精品福利久久久| 5g国产精品影院天天5g天天爽| 清朝荒淫牲艳史在线播放| 一级黄色毛片免费看| 色天使色护士 在线视频观看 | 99久久久久久久| 午夜视频色| 欧美.成人.综合在线| 国产91久久最新观看地址| 亚洲精品影视| 狠狠干免费视频| 一区二区三区在线免费| 一级一级18女人毛片| 色激情综合| 狠狠色综合久久久久尤物| 午夜韩国理论片在线播放| 东北美女野外bbwbbw免费| 一区免费视频| 性日韩| 激情综合视频| 天天搞天天爽| 看黄视频网站| 亚洲国产欧美精品一区二区三区| 欧美一二三区|