简体   繁体   English

从哪里学习接口原型?

[英]From where do I learn Interface Prototyping?

I am interested in prototyping and developing gadgets and devices using arduino board and other stuffs, however I only get tutorials on arduino but not in interface prototyping. 我对使用arduino板和其他东西进行原型设计和开发小工具和设备感兴趣,但是我只获得了关于arduino的教程,但没有接口原型的教程。 I found a book but it is in other language not in English (link is :http://prototypinginterfaces.com/) 我找到了一本书但是用其他语言不是用英语(链接是:http://prototypinginterfaces.com/)

I also don't know the exact term to look for in Google, for tutorials. 对于教程,我也不知道谷歌要查找的确切术语。 That might be the reason why I'm not getting the suitable results. 这可能是我没有得到合适结果的原因。 Basically what I want to learn is the same as the book says. 基本上我想要学习的内容与书中所说的相同。

I have no idea from where do I start, and what to look for at first. 我不知道从哪里开始,一开始要寻找什么。 If anybody can help me, please. 如果有人可以帮助我,请。

from the software perspective, I'd recommend getting into Processing. 从软件的角度来看,我建议进入Processing。 It's the programming language Arduino is derived from, and with both of them, in tandem, you can code and build interactive prototypes. 它是Arduino的编程语言,并且与它们两者串联起来,您可以编写和构建交互式原型。 O'Reilly has some excelent books and video lessons to tackle those: O'Reilly有一些优秀的书籍和视频课程来解决这些问题:

With these two references, most of what the link you provided says, is covered. 通过这两个引用,您提供的链接的大部分内容都将被涵盖。

From the hardware perspective, you might also enjoy the following: 从硬件角度来看,您可能还会喜欢以下内容:

  • Making things Move 让事情变得动人
  • Making thins Talk 做好谈话
  • Arduino Cookbook Arduino食谱

Sorry for the extreme focus on one editorial house, however, they rock!. 对不起,我们非常关注一个编辑室,但是,他们摇滚! Best luck. 好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何调用从通用接口派生的属性的方法,而该接口的具体类型未知? - How do I call a method of an attribute derived from a generic interface, where the specific type is not known? 如何编写一个重载运算符,其中两个参数都是接口 - How do I write an overload operator where both arguments are interface 我在哪里将我的界面放在以下函数中? - Where do I put my interface in the following function? 我应该在哪里放置界面? - Where should I put interface? 当我从扩展特定接口的class创建一个object时,我可以在我使用这个接口的地方使用这个object吗? - When I create an object from a class that extends a specific interface, can I use this object in the place where I use this interface? 如何从通用枚举类型检索常量的接口? - How do I retrieve the interface of the constants from a generic enum type? 如何从其他文件实现接口? - How do I implement an interface from a different file? 如何模拟作为接口的接口属性 - How do I Mock an interface property that is an interface 如何从接口获取派生类? - How do I get the derived class from a interface? 我在哪里应该在Android中调用Interface? - Where should I call Interface in android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM