piper准则_Piper Command Center BETA-使用Arduino从头开始构建游戏控制器

本文主要是介绍piper准则_Piper Command Center BETA-使用Arduino从头开始构建游戏控制器,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

piper准则

piper准则

Back in 2018 I posted my annual Christmas List of STEM Toys and the Piper Computer Kit 2 was on the list. My kids love this little wooden "laptop" comprised of a Raspberry Pi and an LCD screen. You spend time going through curated episodes of custom content and build and wire the computer LIVE while it's on!

早在2018年,我就发布了年度圣诞节STEM玩具清单,而Piper Computer Kit 2也在清单中。 我的孩子们喜欢这个小小的木制“笔记本电脑”,它由Raspberry Pi和LCD屏幕组成。 您花时间浏览精选的自定义内容,并在计算机启动时构建并连接LIVE!

The Piper folks saw my post and asked me to take a look at the BETA of their Piper Command Center, so my sons and I jumped at the chance. They are actively looking for feedback. It's a chance to build our own game controller!

吹笛者们看到了我的帖子,并要求我看看他们的吹笛者指挥中心的BETA,所以我和我的儿子们抓住了这个机会。 他们正在积极寻求反馈。 这是建立我们自己的游戏控制器的机会!

The Piper Command Center BETA already has a ton of online content and things to try. Their "firmware" is an Arduino sketch and it's all up on GitHub. You'll want to get the Arduino IDE from the Windows Store.

Piper Command Center BETA已经拥有大量在线内容和可尝试的东西。 他们的“固件”是Arduino的草图,并且都在GitHub上。 您需要从Windows应用商店中获取Arduino IDE 。

Today the Command Center can look like a Keyboard or a Mouse.

今天,命令中心可以看起来像键盘或鼠标。

  1. In Mouse Mode (default), the joystick controls cursor movement and the left and right buttons mimic left and right mouse clicks.

    在“鼠标模式”(默认)下,操纵杆控制光标的移动,并且左右按钮模仿鼠标的左右点击。
  2. In Keyboard Mode, the joystick mimics the arrow keys on a keyboard, and the buttons mimic Space Bar (Up), Z (Left), X (Down), and C (Right) keys on a keyboard.

    在键盘模式下,操纵杆模仿键盘上的箭头键,而按钮模仿键盘上的空格键(向上),Z(向左),X(向下)和C(向右)。

Once it's built you can use the controller to play games in your browser, or soon, with new content on the Piper itself, which runs Minecraft usually. However, you DO NOT need the Piper to get the Piper Command Center. They are separate but complementary devices.

一旦构建完成,您就可以使用控制器在浏览器中玩游戏,或者很快就可以在Piper本身上添加新内容,该内容通常运行Minecraft。 但是,您不需要吹笛者即可获得吹笛者命令中心。 它们是独立但互补的设备。

Assemble a real working game controller, understand the basics of an Arduino, and discover physical computing by configuring a joystick, buttons, and more. Ideal for ages 13+.

组装真正的工作游戏控制器,了解Arduino的基础知识,并通过配置操纵杆,按钮等来发现物理计算。 13岁以上人士的理想选择。

My son is looking at how he can modify the "firmware" on the Command Center to allow him to play emulators in the browser.

我的儿子正在研究如何在Command Center上修改“固件”以允许他在浏览器中播放模拟器。

The parts ot the Piper Command Center
Parts and Wires for the Piper Command Center

The Piper Command Center comes unassembled, of course, and you get to put it together with a cool blueprint instruction sheet. We had some fun with the wiring and a were off by one a few times, but they've got a troubleshooting video that helped us through it.

派珀指挥中心(Piper Command Center)当然是未组装的,您可以将其与一个漂亮的蓝图说明表放在一起。 我们进行了一些有趣的布线,一次断开了几次,但是他们有一个故障排除视频,可以帮助我们解决问题。

Blueprints for the Piper Command Center

It's a nice little bit of kit and I love that it's made of wood. I'd like to see one with a second joystick that could literally emulate an XInput control pad, although that might be more complex than just emulating a mouse or keyboard.

这是一个很好的工具包,我喜欢它是用木头做的。 我想看到一个带有第二个操纵杆的操纵杆,它可以从字面上模拟XInput控制板,尽管它可能比模拟鼠标或键盘要复杂得多。

Go check it out. We're happy with it and we're looking forward to whatever direction it goes. The original Piper has updated itself many times in a few years we've had it, and we upgraded it to a 16gig SD Card to support the latest content and OS update.

去看看吧。 我们对此感到满意,我们期待它的发展方向。 最初的Piper在几年中已经对其进行了多次更新,并将其升级到16gig SD卡以支持最新的内容和操作系统更新。

Piper Command Center is in BETA and will be updated and actively developed as they explore this space and what they can do with the device. As of the time of this writing there were five sketches for this controller.

Piper Command Center位于BETA中,随着他们探索这个空间以及如何使用该设备,将对其进行更新和积极开发。 截至撰写本文时,此控制器有五个草图。

Sponsor: Manage GitHub Pull Requests right from the IDE with the latest JetBrains Rider. An integrated performance profiler on Windows comes to the rescue as well.

赞助商:使用最新的JetBrains Rider从IDE直接管理GitHub Pull Requests。 Windows上的集成性能分析器也可以解决。

翻译自: https://www.hanselman.com/blog/piper-command-center-beta-build-a-game-controller-from-scratch-with-arduino

piper准则

这篇关于piper准则_Piper Command Center BETA-使用Arduino从头开始构建游戏控制器的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/820534

相关文章

vue使用docxtemplater导出word

《vue使用docxtemplater导出word》docxtemplater是一种邮件合并工具,以编程方式使用并处理条件、循环,并且可以扩展以插入任何内容,下面我们来看看如何使用docxtempl... 目录docxtemplatervue使用docxtemplater导出word安装常用语法 封装导出方

Linux换行符的使用方法详解

《Linux换行符的使用方法详解》本文介绍了Linux中常用的换行符LF及其在文件中的表示,展示了如何使用sed命令替换换行符,并列举了与换行符处理相关的Linux命令,通过代码讲解的非常详细,需要的... 目录简介检测文件中的换行符使用 cat -A 查看换行符使用 od -c 检查字符换行符格式转换将

使用Jackson进行JSON生成与解析的新手指南

《使用Jackson进行JSON生成与解析的新手指南》这篇文章主要为大家详细介绍了如何使用Jackson进行JSON生成与解析处理,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录1. 核心依赖2. 基础用法2.1 对象转 jsON(序列化)2.2 JSON 转对象(反序列化)3.

使用Python实现快速搭建本地HTTP服务器

《使用Python实现快速搭建本地HTTP服务器》:本文主要介绍如何使用Python快速搭建本地HTTP服务器,轻松实现一键HTTP文件共享,同时结合二维码技术,让访问更简单,感兴趣的小伙伴可以了... 目录1. 概述2. 快速搭建 HTTP 文件共享服务2.1 核心思路2.2 代码实现2.3 代码解读3.

Elasticsearch 在 Java 中的使用教程

《Elasticsearch在Java中的使用教程》Elasticsearch是一个分布式搜索和分析引擎,基于ApacheLucene构建,能够实现实时数据的存储、搜索、和分析,它广泛应用于全文... 目录1. Elasticsearch 简介2. 环境准备2.1 安装 Elasticsearch2.2 J

使用C#代码在PDF文档中添加、删除和替换图片

《使用C#代码在PDF文档中添加、删除和替换图片》在当今数字化文档处理场景中,动态操作PDF文档中的图像已成为企业级应用开发的核心需求之一,本文将介绍如何在.NET平台使用C#代码在PDF文档中添加、... 目录引言用C#添加图片到PDF文档用C#删除PDF文档中的图片用C#替换PDF文档中的图片引言在当

Java中List的contains()方法的使用小结

《Java中List的contains()方法的使用小结》List的contains()方法用于检查列表中是否包含指定的元素,借助equals()方法进行判断,下面就来介绍Java中List的c... 目录详细展开1. 方法签名2. 工作原理3. 使用示例4. 注意事项总结结论:List 的 contain

C#使用SQLite进行大数据量高效处理的代码示例

《C#使用SQLite进行大数据量高效处理的代码示例》在软件开发中,高效处理大数据量是一个常见且具有挑战性的任务,SQLite因其零配置、嵌入式、跨平台的特性,成为许多开发者的首选数据库,本文将深入探... 目录前言准备工作数据实体核心技术批量插入:从乌龟到猎豹的蜕变分页查询:加载百万数据异步处理:拒绝界面

Android中Dialog的使用详解

《Android中Dialog的使用详解》Dialog(对话框)是Android中常用的UI组件,用于临时显示重要信息或获取用户输入,本文给大家介绍Android中Dialog的使用,感兴趣的朋友一起... 目录android中Dialog的使用详解1. 基本Dialog类型1.1 AlertDialog(

Python使用自带的base64库进行base64编码和解码

《Python使用自带的base64库进行base64编码和解码》在Python中,处理数据的编码和解码是数据传输和存储中非常普遍的需求,其中,Base64是一种常用的编码方案,本文我将详细介绍如何使... 目录引言使用python的base64库进行编码和解码编码函数解码函数Base64编码的应用场景注意