简介 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
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
arduino 315m433 无线模块库 433M无线模块的rc-switch库
2022-04-06 02:59:40 31KB arduino 315m433 433M rc-switch
1
Arduino__IRremote_
2022-04-06 02:41:49 34KB Arduino
1
使用ESP01S驱动8位直条WS2812彩灯模块,根据未来12小时的天气变化不同颜色,比如雨越大蓝色越深,直到深得发紫之类的。 功能详细: 1、上电时绿灯闪烁,WIFI连接成功后变成白光 2、白光熄灭,当有人移动时再亮起,代表已获得天气,此时的光亮颜色预示天气 3、每5分钟自动获取天气一次。 虽然不能直观地反馈天气,但不失为一种有趣的东西,可以做成天气预报鱼缸等。 下载的压缩包中不包含电路设计图。 代码为业余水准,只为实现功能。
2022-04-06 01:42:48 8KB ESP8266 WS2812 Arduino 生活