Coder Social home page Coder Social logo

arduino_touch's Introduction

arduino_touch

##请认准商品真实购买地址

最近发现淘宝有其他商家复制我的点击头商品页面后,再加一定价格再出售,请购买时认准本点击器的真实地址:

本点击器的淘宝店铺唯一地址:

https://fengmm521.taobao.com

请认准本店商品页面地址:

https://item.taobao.com/item.htm?id=592983523791

例子程序

例子程序

https://github.com/woodcol/arduino_touch/tree/master/examples

examples目录下的11p中是目前根据用户需求对11个点击头的主控板编写的所有程序

examples目录下的nano中是最早没有做主控pcb电路板时编写的真对arduino nano小板编写的一些简单示例程序,这些程序对有想自已设计主控板的或者不想买11头主控的程序可以参考

USB转串口芯片驱动程序下载

这是ch340芯片的官方驱动,有linux,mac,windows等等驱动,选择自已适合自已电脑系统的驱动 http://www.wch.cn/products/CH340.html

arduino开发工具下载地址

https://www.arduino.cc/en/Main/Software

点击下载后,会有一个赞助页面,如果不想赞助arduino的开发者,或者现在没有能力赞助,可以选下边的“just download”直接下载。

使用方法

1.在arduino的IDE里打开touchTest目录下的touchtest.ino。

2.设置好arduino的串口,windows下显示com+数字的接口

3.设置好arduino的编程器为AVR ISP.

4.arduino的开发板选择arduino nano

5.点击上传,等待IDE上传完成就好。

6.注意,在arduino最新版1.8.8中,如果出现烧写错误,要把处理器设置为(OLD ATmega328p),这是新为新版arduino和旧板的芯引导程序bootloader不一样。

第三方库的安装

用到的所有第三方库都放在lib(https://github.com/woodcol/arduino_touch/tree/master/lib) 目录下了,用的时候需要把这个目录下的所有文件夹复制到Arduino的库目录下来使用,方法如下:

在Arduino开发工具的菜单栏里选,"文件"->"首选项",在设置界面里会看到有一个"项目文件夹位置"的路径

在这个路径下有一个libraries目录,请将这里的MsTimer2和SCoop两个库的文件夹整个复制进去。这样这两个三方库就安装到Arduino的开发环境下了

arduino_touch's People

Contributors

fengmm521 avatar woodcol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.