今日热门

3

回答

只能默认?

莱克迷KW 2021-08-13 阅读:1196

3

回答
arduino如何实现定时器中断 汽车电子 单片机 Arduino

需要用到哪个库函数实现定时器中断

yhj416606438 2021-08-08 阅读:411

2

回答
晶振不起振 工控电子 单片机 Arduino

型号:ATMEGA 2560厂牌:Microchip供应商:云汉芯城订单号:SC210414248251​问题描述:单片机通电,16MHz的晶振不起振,两个震荡电容为22pF。

匿名用户 2021-07-19 阅读:399

2

回答
arduino的串口底层函数在哪里修改 汽车电子 单片机 Arduino

请问下arduino的串口底层在哪里修改

yhj416606438 2021-07-12 阅读:516

0

回答
arduino的SAMD21G18内置AD的采样率多少? 工控电子 单片机 Arduino

这家介绍该MCU内置AD通过函数可以控制至12位 (请手工把点替换成.)链接:dronebotworkshop点com/seeeduino-xiao-intro/ // Analog Input Pin #define ANALOG_IN_PIN A2 // Integer to represent input value int input_val; void setup() {   // Set A/D converter resolution to 12-bits   analogReadResolution(12);      // Setup Serial Port   SerialUSB.begin(9600); } void loop() {   // Read the input value   input_val = analogRead(ANALOG_IN_PIN);           // Print value to Serial Monitor   SerialUSB.println(input_val);      // Slight delay before repeating   delay(10);    }复制代码 摘录:You can experiment with the analogReadResolution function and set it to different values to see the result. If set to 10 (or if the statement is eliminated) the output will range from 0 to 1023. 是否说明采样率0~1023 SPS ? 找了一圈,没找到怎么控制采样率

mingming 2021-07-05 阅读:457

3

回答

为什么没有找到可以优惠券信息,不是一周到账吗

yhj416606438 2021-06-25 阅读:379

2

回答
地磅秤传感器组桥接法 汽车电子 EDA/PCB Arduino

地磅怎么把4或者6个传感器转换成1个传感器的接口,7pin的,2根激励,2根信号,2根反馈,请画出原理图

yhj416606438 2021-05-19 阅读:691

3

回答
otp单片机为什么都是8位16位的 安防电子 FGPA/CPLD Arduino

他的rom结构为什么是14位的,那么他为什么要这么做,不用8,16,32位的

yhj416606438 2021-05-19 阅读:784

8

回答

都可以既作为电源输入,也可以作为输出么

MIMonoD 2020-12-24 阅读:1997

4

回答

下载了好多电子书,看起来太麻烦了(电脑不经常开,手机字太小),还是想买纸质书看,求推荐。

703e9a666237aa54 2020-10-13 阅读:488

4

回答

求arduino nano原理图及封装库

电子大拿 2020-10-12 阅读:1337

10

回答

arduino能做嵌入式开发吗?

c63733bac38c1420 2020-08-19 阅读:1502

4

回答

最近在玩arduino,碰到一个问题,我用某块F103的板子(Type 3.0),想使用iic,发现开发板上的iic已经被占用,当然我们可以用软件模拟,但arduino的软iic库好像都不支持slave模式吧?自己写当然可以,但还是想找现成的。。。

9604a3b72d92b876 2020-08-09 阅读:727

9

回答

有好多兼容Arduino的开发板,现在Arduino开源了?

一笔之名也 2020-08-04 阅读:874

0

回答

求教使用scoop库实现多线程的问题[/b][b]void setup()[/b][b]{[/b][b]  Serial.begin(9600);[/b][b]  Serial.print("setup");[/b][b]  attachInterrupt(1 counter LOW); //脉冲输入[/b][b]  attachInterrupt(0 Stop HIGH); //急停[/b][b]  pinMode(4 OUTPUT);         //音波测试[/b][b]  pinMode(5 OUTPUT);         //电磁阀[/b][b]  pinMode(6 INPUT_PULLUP); //启动[/b][b]  pinMode(7 OUTPUT);         //复位[/b][b]  pinMode(13 OUTPUT);        //led[/b][b]  digitalWrite(13HIGH);[/b][b]  digitalWrite(7HIGH);[/b][b]  Scheduler.startLoop(loop2);[/b][b]  Scheduler.startLoop(loop3);[/b][b]  Scheduler.startLoop(loop4);[/b][b]  Scheduler.startLoop(loop5);[/b][b]  Scheduler.start();[/b][b]  Serial.print(2);[/b][b]}[/b][b]void loop()[/b][b]{[/b][b]  //yield();[/b][b]   Serial.print(3);[/b][b]   Scheduler.delay(1000);[/b][b]}[/b][b]​近来想用Arduino做个工控版,必须用到多线程处理,    程序写完了  在Protues里面仿真都没有问题    下载到板子上就不能正常运行​

36853df56aa2cd9d 2020-06-08 阅读:807

3

回答

Arduino的固件开放源码么

yucrtghvd 2020-04-21 阅读:712

10

回答

esp8266能否控制直流电机???

yinxx 2019-12-10 阅读:4778

6

回答

如何用arduino读取多个光敏电阻的模拟值呢

13e8f809b181765b 2019-12-02 阅读:1627

1

回答

android开发板如何控制Host的clock?

ee5322824c2870af 2019-11-23 阅读:979

4

回答

PS2接口,不支持热插拔,接口使用不便(不懂得人可能插都插不进去,有方向的。),但是他的不冲突性能非常好(全键无冲突),所以现在一些高速要求的键盘设备或者游戏玩家还会用PS2 接口的键盘。

雕爷学编程 2019-09-02 阅读:1633
  • 帮助人数
  • 0
  • 获得赞数
  • 0
  • 一周积分
  • 0

问题达人换一批

本月问答

排名
用户名
问答积分
< >