Search Results

USBCDCDevice Class

…USBCDCDevice::setManufacturerString Set USB manufacturer string USBCDCDevice::setModelString Set USB 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…

Read More »

USBHIDDevice Class

…USB endpoint polling interval. USBHIDDevice::setVID Set USB vendor 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…

Read More »

Amazon Service

…and Continue” 新增AVS App 填完之后会来到Amazon开发者的管理后台 我们点选 “Alexa Voice Service” 之后点击”Get Started”开始Arduino Alexa的设定流程 Product Information 这个页面里要填写device相关的资讯: 1. Product Name: 这里的资讯应该会与我们在注册成为开发者的一样 2. Product Type ID: 只能使用字母, 数字, 与底线。这里面的内容会在范例里用到 3. Product Type: 选择…

Read More »

Standard SDK: [RTL8195] QQ物联 – 手机QQ与Ameba相互通讯

…update.c ($sdk\component\common\utilities) 打开WRITE_OTA_ADDR: #define WRITE_OTA_ADDR 1 qq_device.c ($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中。 使用步骤…

Read More »

Solar panel – Upload Temperature and Humidity Data To LASS System

…官网使用的太阳能板是这一块: http://www.seeedstudio.com/depot/1W-Solar-Panel-80X100-p-633.html 功率大小的差别在于要花多久的时间将锂电池充饱,一般来说1W的太阳能板在台湾晴朗微云的天气是够用的。 锂电池 晚上时需要依靠锂电池度过晚上,加上考虑到可能会有连续2~3天阴天的情况,这边锂电池的大小选择1100 mAh。一般来说不建议小于500 mAh。 锂电池充放电模组 在白天时,我们希望太阳能板供应电源给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…

Read More »

BLEHIDDevice Class

…between different products made by the vendor. version: The Product Version field is a numeric expression identifying the device release number in Binary-Coded Decimal. Returns NA Example Code NA Notes…

Read More »

Regulations

…with information about our technologies, product or service releases, news, and other communications To allow your participation in activities, such as online discussion groups or chats, communities and surveys; and…

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 »

E-Paper – Display User-Generated QR Code

…296×128解析度/部分刷新Arduino范例代码来成功获取e-Paper显示: http://www.good-display.com/product/201.html [2] 提供如何在e-Paper模块上生成二维码的链接: https://eugeniopace.org/qrcode/arduino/eink/2019/07/01/qrcode-on-arduino.html [3] 用于在 C 中生成 QR 码的库,针对处理和内存受限系统进行了优化: https://github.com/ricmoo/QRCode#data-capacities 解决方案 IoT SoC / MCU Video SoC 开发者专区 购买开发版 Standard SDK Ameba ARDUINO AWS IoT ExpressLink Amazon FreeRTOS…

Read More »

E-Paper – Display Images

…3 个不同的二维码(如下图所示,您可以扫描二维码了解更多信息)。最后,以 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…

Read More »

E-Paper – Display Text

…Eink 库 AmebaEink.zip。 接着安装 AmebaEink.zip。打开 “DisplayText” 范例 “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…

Read More »

UVC – Video Streaming

…x 1 Logitech C170 web cam x 1 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…

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 SDK…

Read More »

E-Paper – Display Text

…/ Partial Refresh Arduino 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…

Read More »

E-paper – Display User-generated QR code

…1-2 秒,让 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…

Read More »
请先确认已安装QQ通讯软体