ESP32智能手表 该项目是一个基于ESP32的完全开源的智能手表,该项目正在进行更新,请参阅该项目的hackaday.io页面( )。 该项目的目标是创建一个易于重新编程的智能手表,并可以用作物联网控制器或用作DIY时尚声明。 串行通信和充电通过一个微型USB连接器在板上进行,无需任何外部扩展坞。 该手表围绕ESP32 WROOM模块构建,可使用espressif或Arduino IDE进行编程。 使用ESP32可让用户在开发软件的同时,利用可在线获取的开源库和示例进行快速开发。 允许智能手表控制媒体并获取电话通知的配套Android应用程序已拆分为单独的存储库,可以在找到以及使用ESP32进行蓝牙接口的示例草图。 有两种版本的固件可用,V1固件使用深度睡眠以节省电量,并且需要触摸唤醒才能使用。 我不打算对V1版本做任何进一步的工作,但是代码仍然可以使用,因此对于任何想要使用它的人
2022-04-08 17:42:22 199.35MB C++
1
电流源DAC AD5420和Arduino UNO
2022-04-08 14:18:19 270KB ad5420 arduino current dac
1
简介 Arduino ProMini是Arduino Mini的半定制版本,所有外部引脚通孔没有焊接,与Mini版本管脚兼容。Arduino ProMini的处理器核心是ATmega168,同时具有14路数字输入/输出口(其中6路可作为PWM输出),6路模拟输入,一个晶体谐振,一个复位 按钮。有两个版本: 工作在3.3V和8MHz时钟 工作在5V和16MHz时钟 概要 处理器 ATmega168 工作电压 3.3V or 5V 输入电压 3.35V-12V or 5-12V 数字IO脚 14 (其中6路作为PWM输出) 模拟输入脚 6 IO脚直流电流 40 mA Flash Memory 16 KB (其中2 KB 用于 bootloader) SRAM 1 KB (ATmega328) EEPROM 0.5 KB (ATmega328) 工作时钟 8 MHz or 16 MHz
2022-04-07 21:35:44 249KB atmega168 电路方案
1
功能模块介绍: 1.此电路板采用DS1307作为I2C实时时钟芯片(RTC) 2.24C32作为EEPOM存储器 3.采用LIR2032可充电锂电池,并带充电电路,解决了DS1307带备电池不能读写的问题。 4.可以级联其他的I2C设备
2022-04-07 16:26:15 1.16MB i2c rtc模块 arduino通信 ds1307
1
GY521mpu-6050的Arduino例程,免费下载
2022-04-07 15:19:20 42KB mpu6050 Arduino
1
arduino aJson arduino 生成json的一个 库 还有例子
2022-04-07 11:04:47 21KB arduino aJson
1
DMXSerial, 用于发送和接收DMX数据包的Arduino库 面向Arduino的 DMX库这是一个使用 Arduino plattform或者 ATmega ( ATmega168,ATmega328或者类似的) 处理器发送和接收DMX代码的库,时钟速度为 16 MHz 。你可以使用这里库实现D
2022-04-06 20:17:10 21KB 开源
1
onenet平台 官方JavaScript sdk 。 实现对onenet平台数据流、数据节点的获取。可以下发命令到终端设备。该sdk由官方提供,仅用于学习交流。
2022-04-06 19:27:00 5KB sdk
1
Arduino 恒温器 一些 arduino 恒温器,展示了不同的控制机制: 模糊控制 PID控制 伺服 步进器 依赖关系 这些草图依赖于以下库: PID_v1 电子书 DHT 自动对焦马达 DualVNH5019MotorShield 达拉斯气温 单线
2022-04-06 17:38:14 70KB C++
1
What is the best way for new Arduino users to get started? I'd say the best way get started with Arduino is to find a workshop near you and see where it takes you. Workshops really accelerate your learning and put you in an environment with like-minded people. I've met all kinds of interesting people through workshops. Sometimes they'll open your eyes to completely new "scenes" that you wouldn't know about otherwise, and other time, you'll find people that might be excited about exactly the same things as you. What is your all-time favorite Arduino project that you've either worked on or heard about from someone else? My own favourite project is the Pen Nib Dress that I made with Steven Tai. It's my favourite purely because it's so beautiful to look at. It's maybe a little impractical (weighing about 5 kg. or just over 11 lbs.) for the poor model who had to wear it but that's the way it is with prototypes! Why do you think Arduino has become such a popular device, especially for tech hobbyists? Arduino is cheap and easy to use, but I don't think that either of these is the main reason that it's so popular. The community around it is what's so remarkable and this is something that you see on the Arduino forums. If they were entirely populated by one group of people, whether it were artists, designers, programmers, engineers or hobbyists, then it wouldn't work, but there seems to be an excellent ecosystem of people on the forum pages to both ask new and challenging questions as well as to answer them. How do you think Arduino has influenced interactive design projects? Arduino has made it possible to quickly and easily get a lot of concepts into the real world. Students can build prototypes that actually work for their final shows and design studios can build the interactive elements of a project themselves without needing an entire technical company to partner with. This allows people to make their ideas a reality, which makes it easier to convey them to a client and also to see if they work the way you expect. I believe that prototyping is an essential process and skill to have in the design industry today and that through this process you will understand more about your project or idea than any number of sketches, renderings or simulations can teach you. Any advice for someone who may be interested in Arduino, but not sure what it's all about? Get Googling! It's all out there on the net: talks, workshops, resources, kits, and more. Once you've seen a few other projects, you'll have an idea of what's possible and what's interesting to you, then you can think about your own projects and how Arduino can help you solve a problem or maybe just create something interesting. What should people expect when they open a copy of Arduino For Dummies? Arduino For Dummies is written for not-technical people that are interested in learning more about technology. The first part of the book gets you familiar with Arduino and what it involves, then there are some simple examples to teach you the fundamentals that you'll need to know before you go further. Later on there's a bit of inspiration to get you thinking about the kind of projects that you can build, a bit of practical advice to get your prototyping skills up to scratch, and then the book dives into a few more advanced uses to give you an idea of what's possible with this fantastic little board!
2022-04-06 08:43:03 24.88MB Arduino
1