Search Results

USBCDCDevice Class

product model string. USBCDCDevice::setSerialString Set USB product serial number string. USBCDCDevice::USBconnected Check if the USB port is connected to a host. USBCDCDevice::connected Check if the USB CDC serial terminal is…

Read More »

USBHIDDevice Class

…ID value. USBHIDDevice::setPID Set USB product ID value. USBHIDDevice::setManufacturerString Set USB manufacturer string. USBHIDDevice::setModelString Set USB product model name string. USBHIDDevice::setSerialString Set USB product serial number string. USBHIDDevice::USBconnected Check if…

Read More »

Amazon Service

…我們點選 “Alexa Voice Service” 之後點擊”Get Started”開始Arduino Alexa的設定流程 Product Information 這個頁面裡要填寫deivce相關的資訊: 1. Product Name: 這裡的資訊應該會與我們在註冊成為開發者的一樣 2. Product Type ID: 只能使用字母, 數字, 與底線。這裡面的內容會在範例裡用到 3. Product Type: 選擇Alexa-Enabled Device 其他欄位及選項如下列圖片所示,結束後按NEXT Security Profile 接著要設定Security…

Read More »

Standard SDK: [RTL8195] QQ物聯 – 手機QQ與Ameba相互通訊

…($sdk \component\common\application\qqlink) 將void device_run()中info.product_id = XXXXXXXXX;的 info.product_id的數值改為在QQ物聯中您的設備的PID值。 uint8_t CLIENT_PUB_KEY[] 和uint8_t AUTH_KEY[]的值 需要用到密鑰生成工具以及服務器公鑰,點擊設備編輯頁面中的“服務器公鑰下載” 下載後打開密鑰生成工具,點擊“生成共享密鑰和客戶端公鑰”,用記事本打開剛剛下載的服務器公鑰,將其複製到“請輸入服務器公鑰:”中,點擊“生成” ,即可獲得”client_pub_key”和”ecdh_key”. uint8_t CLIENT_PUB_KEY[] = “client_pub_key”後面的內容, uint8_t AUTH_KEY[] = “ecdh_key”後面的內容 完成如上修改後,點擊make,然後將其download到Ameba中。 使用步骤 1. 如果是第一次使用,Ameba會提示沒有“SN/LICENSE”,因此需要用AT commad “ATCQ”將您生成好的一組SN 和LICENSE存入flash。 2….

Read More »

Solar panel – Upload Temperature and Humidity Data To LASS System

…鋰電池充放電模組 在白天時,我們希望太陽能板供應電源給Ameba之外,如果有多餘的能量可以用來對鋰電池充電;但如果太楊能板供電不足,也可以從鋰電池供電給Ameba。所以我們須要一個鋰電池充放電模組。這裡我們使用Lipo Rider pro,它使用JST 2.0的接頭,在處理接頭上需要找對應的線材。 充放電模組也有其它類似的產品: Lipo Rider: http://www.seeedstudio.com/depot/Lipo-Rider-v13-p-2403.html PowerBoost 500C: https://www.adafruit.com/product/1944 PowerBoost 1000C: https://www.adafruit.com/product/2465 DS3231 RTC 我們使用的DS1307RTC library支援DS1307/ DS1337/DS3231,這邊我們使用DS3231。 AMS1117-3.3V Lipo Rider Pro的輸出預設是5V,直接接Ameba的開發版就可以。但如果想要更省電,可以考慮使用AMS1117降壓至3.3V並直接供電給Ameba module。 範例說明 這個範例裡會使用太陽能板,當太陽能板供電超過Ameba,可以將多餘的電將鋰電池充電。到晚上時則使用鋰電池供電。 我們打開範例 “File” ->…

Read More »

BLEHIDDevice Class

…Vendor ID field is intended to uniquely identify the vendor of the device. pid: The Product ID field is intended to distinguish between different products made by the vendor. version:…

Read More »

Regulations

…or register an account. You agree that Realtek may use your personal data for commercial purposes including for instance: To provide you with information about our technologies, product or service…

Read More »

BLEHIDDevice Class

…the vendor of the device. pid: The Product ID field is intended to distinguish between different products made by the vendor. version: The Product Version field is a numeric expression…

Read More »

UVC – Video Streaming

…Micro USB OTG adapter x 1 範例說明 Ameba板子上共有3個micro usb host的插座,其中在背面的micro usb host可以支援OTG UVC,讓USB攝影機可以將視訊資料傳至Ameba,Ameba再將視訊整理成rtsp串流送到網路上。 Logitech C170是一款平價的攝影機,底下是它的規格: http://www.logitech.com/en-in/product/webcam-c170 目前Ameba預設的串流格式Motion JPEG 320 x 240,使用者可以根據需求嘗試調整參數。 接線的方式如下圖,Ameba先接上Micro USB OTG線,再接上USB Camera。 要注意的是,這種接法裡,攝影機使用了Ameba板子上的電源,如果供電給Ameba的電源不夠的話,會造成攝影機無法啟動。這種情況就需要確保Ameba供電足夠,或者是選擇可以外接電源的USB OTG線。 接著打開範例 “File” ->…

Read More »

E-Paper – Display User-Generated QR Code

…範例 “File” → “Examples” → “AmebaEink” → “DisplayQR”: 根據需要修改 loop() 部分中的 URL,然後驗證代碼並將其上傳到 Ameba 板。 上傳範例代碼後,按重置按鈕,根據您輸入的 URL 生成的二維碼將顯示在e-Paper模塊上。 下面顯示的二維碼可以連結至我們的Ameba IoT 網站. 程式碼說明 [1] 我們使用Good Display GDEH029A1 2.9英寸/ 296×128解析度/部分刷新Arduino範例代碼來成功獲取e-Paper顯示: http://www.good-display.com/product/201.html [2] 提供如何在e-Paper模塊上生成二維碼的鏈接:…

Read More »

E-Paper – Display Images

…3 幀形式出現的 gif 將顯示幾秒鐘。 程式碼說明 [1] 我們使用Good Display GDEH029A1 2.9英寸/ 296×128解析度/部分刷新Arduino範例代碼來成功獲取e-Paper顯示: http://www.good-display.com/product/201.html [2] 提供有關如何在e-Paper模塊上生成QR碼的連結: https://eugeniopace.org/qrcode/arduino/eink/2019/07/01/qrcode-on-arduino.html 解決方案 IoT SoC / MCU Video SoC 開發者專區 購買開發版 Standard SDK Ameba ARDUINO AWS IoT…

Read More »

E-Paper – Display Text

…範例 “File” → “Examples” → “AmebaEink” → “EinkDisplayText”: 將代碼上傳到開發板,上傳完成後按重置按鈕。 就可以看到這些文字: 程式碼說明 [1] 我們使用Good Display GDEH029A1 2.9英寸/ 296×128解析度/部分刷新Arduino範例代碼來成功獲取e-Paper顯示: http://www.good-display.com/product/201.html 解決方案 IoT SoC / MCU Video SoC 開發者專區 購買開發版 Standard SDK Ameba…

Read More »

E-Paper – Display Images

…/ 296×128 Resolution / Partial Refresh Arduino Sample Code: http://www.good-display.com/product/201.html [2] 可參考 EPD 庫: https://github.com/waveshare/e-Paper [3] 在 e-Paper 模塊上生成二維碼: https://eugeniopace.org/qrcode/arduino/eink/2019/07/01/qrcode-on-arduino.html 解決方案 IoT SoC / MCU Video SoC 開發者專區 購買開發版 Standard…

Read More »

E-Paper – Display Text

…Sample Code: http://www.good-display.com/product/201.html [2] 可參考 EPD 庫: https://github.com/waveshare/e-Paper 解決方案 IoT SoC / MCU Video SoC 開發者專區 購買開發版 Standard SDK Ameba ARDUINO AWS IoT ExpressLink Amazon FreeRTOS Arm Mbed Enabled Ameba…

Read More »

E-paper – Display User-generated QR code

…e-Paper 模塊刷新屏幕。 程式碼說明 [1] 我們使用 Good Display GDEH029A1 2.9 Inch / 296×128 Resolution / Partial Refresh Arduino Sample Code: http://www.good-display.com/product/201.html [2] 可參考 EPD 庫: https://github.com/waveshare/e-Paper [3] 提供如何在 e-Paper 模塊上生成二維碼的鏈接: https://eugeniopace.org/qrcode/arduino/eink/2019/07/01/qrcode-on-arduino.html…

Read More »
Please confirm that QQ communication software is installed
請先確認已安裝QQ通訊軟體