当前位置: 首页 > news >正文

用cubieboard做示波器

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

最近发现一个很有意思的新闻,还没有来得及有时间翻译,这里转发出来

Headless Connected Oscilloscope based on Cubieboard or Beaglebone


Warsaw ELHEP (Electronics for High Eenergy Physics Experiments) Group is currently working on MMS (Mobile Measurement System) Project. This project features what I would call a “headless connected oscilloscope”, which can be detected on the network via SSDP, send the data via Websocket, and display it on iOS, Android, or Windows Phone devices. This oscilloscope does not feature any screen, and receives/transmits data via Ethernet, Wi-Fi, or Bluetooth.


Cubieboard_Oscilloscope1.jpg 

The original hardware is based on three main boards:

  • CTI-VMAX – ARM9 with Wi-Fi, Bluetooth, and Ethernet connectivity.

  • ARM SCOPE v1.0.1 with  8 channel ADC.

  • ARM SCOPE v1.0.2 with 4 high speed ADC (100MSPS).

The ELHEP researchers have been looking at replacing CTI-VMAX with low cost boards, and after considering several options, they chose to design two versions of their oscilloscope: one based on Cubieboard, and the other on the Beaglebone.


Beaglebone_oscilloscope2.jpg 



So they designed expansions boards for the Cubieboard and Beaglebone in order to connect the ARM SCOPEs.

This project involved hardware development, software development (Linux firmware in Beaglebone/Cubieboard, MMS protocol, and app development), and once everything is setup you can see the waveform on a mobile device as shown below.



Their mobile app first discovers the measurement equipment on the network (left), remotely configures the device (middle), and displays the waveform (right).
The researchers/students are still working on perfecting the project. You can find out more on MMS Project page (in Polish).


Read more: http://www.cnx-software.com/tag/cubieboard/#ixzz2OcLLhLRS




原文作者:matson

原文链接:http://forum.cubietech.com/forum.php?mod=viewthread&tid=200&extra=page%3D1

转载于:https://my.oschina.net/u/1982421/blog/308255

相关文章:

  • STL标准容器类简介
  • 如何建设云数据中心
  • 执行计划中常见index访问方式(转)
  • 下一代Asp.net开发规范OWIN(1)—— OWIN产生的背景以及简单介绍
  • Sql语句执行顺序
  • Eclipse Java注释模板设置详解
  • 利用泛型减少Dao方法的数量
  • curl 浏览器模拟请求实战
  • 【BZOJ】1673: [Usaco2005 Dec]Scales 天平(dfs背包)
  • BM和KMP字符串匹配算法学习
  • MySql数据库3【优化1】表的优化
  • PHP学习路线图
  • JavaScript Cookie
  • 大数据时代,统计学方法有多大的效果?
  • 第三章:推荐系统冷启动与CB
  • 10个最佳ES6特性 ES7与ES8的特性
  • bearychat的java client
  • JavaScript-Array类型
  • mysql 数据库四种事务隔离级别
  • open-falcon 开发笔记(一):从零开始搭建虚拟服务器和监测环境
  • React+TypeScript入门
  • uni-app项目数字滚动
  • Vue学习第二天
  • windows下使用nginx调试简介
  • 百度地图API标注+时间轴组件
  • 关于extract.autodesk.io的一些说明
  • 关于List、List?、ListObject的区别
  • 汉诺塔算法
  • 聊聊springcloud的EurekaClientAutoConfiguration
  • 模型微调
  • 软件开发学习的5大技巧,你知道吗?
  • 使用 Xcode 的 Target 区分开发和生产环境
  • 微信小程序开发问题汇总
  • 我建了一个叫Hello World的项目
  • 一些css基础学习笔记
  • Android开发者必备:推荐一款助力开发的开源APP
  • 如何用纯 CSS 创作一个菱形 loader 动画
  • #数学建模# 线性规划问题的Matlab求解
  • ${ }的特别功能
  • %3cscript放入php,跟bWAPP学WEB安全(PHP代码)--XSS跨站脚本攻击
  • (差分)胡桃爱原石
  • (动手学习深度学习)第13章 计算机视觉---微调
  • (附源码)springboot 个人网页的网站 毕业设计031623
  • (附源码)ssm基于微信小程序的疫苗管理系统 毕业设计 092354
  • (一)硬件制作--从零开始自制linux掌上电脑(F1C200S) <嵌入式项目>
  • (原)本想说脏话,奈何已放下
  • (转)http-server应用
  • (轉貼) 2008 Altera 亞洲創新大賽 台灣學生成果傲視全球 [照片花絮] (SOC) (News)
  • (最简单,详细,直接上手)uniapp/vue中英文多语言切换
  • .bat批处理(六):替换字符串中匹配的子串
  • .net core 6 集成和使用 mongodb
  • .net 重复调用webservice_Java RMI 远程调用详解,优劣势说明
  • .net知识和学习方法系列(二十一)CLR-枚举
  • .net中调用windows performance记录性能信息
  • .pyc文件还原.py文件_Python什么情况下会生成pyc文件?