博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
arduino-star-otto
阅读量:6176 次
发布时间:2019-06-21

本文共 1344 字,大约阅读时间需要 4 分钟。

The Arduino Star series of boards feature processors, and the first of the series is the Star Otto. The Otto combines the power of the STM32F469 processor and an Espressif ESP8266 for WiFi, with several on-board peripherals, such as a micro-SD slot, connectors for a camera and an LCD, USB Host, headphone and speaker output, and an on-board stereo microphone.

—-摘自

Star名字取自ST和Arduino的缩写合并, Star Otto是ST和Arduino官方合作推出的Arduino Star系列的第一个板子, 板载了STM32F469 MCU, ESP8266 WiFi, micro-SD插槽, 摄像头和LCD接口, USB Host, 立体声麦克风( stereo microphone), 耳机和扬声器接口(headphone and speaker output). 供电电压5-15V, 引出54个I/O口, 12路PWM输出, PCB尺寸: 101.5x53.3mm, 重34g.

Arduino Star Otto

Arduino Star Otto

关于STM32F469BI


  • Architecture: Cortex-M4
  • Flash: 2MB
  • SRAM: 384KB + 16MB ext SDRAM(在板子背面) + 128KB EEPROM
  • Clock Speed: 180 MHz
  • Analog I/O: 14xADC + 2xDAC
  • Other features: DSI-IF for Display, Camera IF, Audio output, Stereo Mic(指的是扩展的接口吧)

扩展板

:

NFC

NFC shield is an NFC shield based on the ST CR95HF chip that allows Arduino boards to read and write NFC tags. The connection between the shield and the main board can be through UART or SPI. It is also possible to connect the NFC reader using an USB cable.

:

LCD

The Arduino STAR LCD is a touch display developed in cooperation with ST and it is compatible with the only.

相关链接


  • Arduino官方:
  • ST官方:
  • ST官方媒体报道(介绍了STAR名字的由来以及某些xx):

转载于:https://www.cnblogs.com/neverguveip/p/9457292.html

你可能感兴趣的文章
C++语言基础 例程 字符串类
查看>>
堆排序
查看>>
Java的热部署(后期完善)
查看>>
css总结
查看>>
Python学习笔记之六:在VS中调用Python
查看>>
node.js获取参数的常用方法
查看>>
jquery 的 change() 方法的使用
查看>>
本地计算机上的XXX服务启动后又停止了
查看>>
<s:iterator>标签迭代数据不显示
查看>>
判断 SQLServer 触发器类型,支持多行
查看>>
SQL表连接查询(inner join、full join、left join、right join)
查看>>
阿里云OTS(开放结构化数据服务)可视化管理工具的设计和功能介绍
查看>>
Github创建分支
查看>>
转换PHP脚本成为windows的执行程序
查看>>
Python组织文件 实践:将带有美国风格日期的文件改名为欧洲风格日期
查看>>
实现iOS7上tableView的切割线像iOS6中的效果
查看>>
使用阿里云接口进行银行卡四要素实名认证
查看>>
聊聊excel生成图片的几种方式
查看>>
20 万网络节点背后的数据创新应用
查看>>
理论 | 朴素贝叶斯模型算法研究与实例分析
查看>>