今日热门

12

回答

能实时放大声音,并改变一点点音调,让声音不像本人的,类似于变声器一样的,可以做吗,怎么实现

放电 2018-07-08 阅读:1386

14

回答

实时语音转换的,可调音调的

放电 2018-07-07 阅读:2246

6

回答

插个音响就有节奏,怎么做的

放电 2018-07-06 阅读:1034

8

回答

BPI UNO32arduino在使用IDE编程时,其他示例可以校验成功,为何blinker里面的示例没一个可以检验成功?

wenqingshan123 2018-07-01 阅读:675

5

回答

arduino IDE编译提示setup wifi()错误但是我下载了库pubsubclient​还是不行,自带给的演示可以 

mabaiyu03 2018-06-26 阅读:923

6

回答

通过arduno ide串口给arduno uno发送16进制数,用parseInt();函数只能发送10进制数,我想发送16进制数不行。希望大佬赐教,谢谢

ce5d2c894109707a 2018-06-25 阅读:1028

7

回答

arduino开发板,我从串口监视器发送0给arduino uno,结果arduino将0当作字符处理,返回了一个十进制的48,我想让它返回0这个整数,怎么做到?。

ce5d2c894109707a 2018-06-25 阅读:1860

9

回答

arduino IED烧写8266老是编译失败为什么使用未使用

mabaiyu03 2018-06-25 阅读:853

3

回答

arduino IED烧写8266老是编译失败为什么 已使用: C:\Users\Administrator\Documents\Arduino\libraries\libraries\PubSubClient 未使用:C:\Users\Administrator\Documents\Arduino\libraries\libraries\pubsubclient-master exit status 1 no matching function for call to 'PubSubClient::PubSubClient(WiFiClient& const char [14] int)' ​

mabaiyu03 2018-06-25 阅读:1137

9

回答

不知道arduino uno怎么接收电脑从串口发给它的整型数据,现在我只能接收字符型,要是我想发送整型数据的话,应该怎么做比较好,发送的数据需要特定格式吗?

ce5d2c894109707a 2018-06-25 阅读:1925

10

回答

由于arduino控制一个io口需要写一行代码,有没有什么好的办法就像51单片机的P0口一样,可以一次赋值,控制8个io口这样快一些,在arduino ide里编程

ce5d2c894109707a 2018-06-25 阅读:3669

5

回答

之前用过,忘了怎么用的了,百度是稀缺资源,找不到,特来此询问,没用过的就不要瞎答了,谁用过给个指导,谢谢!现在是插上USB设备管理器里面找不到驱动,不知怎么安装。点上传程序,每次都失败,开发板选的arduino leonardo

hayden 2018-06-24 阅读:3101

7

回答

最近在学习12864,但是弄了好久还没有折腾出来,跑的官方例程,但是好多东西不理解:#include "U8glib.h" U8GLIB_SSD1306_128X64 u8g(13 11 10 9); // SW SPI Com: SCK = 13 MOSI = 11 CS = 10 A0 = 9 #define u8g_logo_width 38 #define u8g_logo_height 24 //static unsigned char u8g_logo_bits[] = { static unsigned char u8g_logo_bits[] U8G_PROGMEM = { 0xff 0xff 0xff 0xff 0x3f 0xff 0xff 0xff 0xff 0x3f 0xf0 0xe0 0xff 0xff 0x3f 0xe3 0xe1 0xff 0xff 0x3f 0xf3 0xf1 0xff 0xff 0x3f 0xf3 0xf1 0xfe 0xbf 0x37 0xf3 0x11 0x1c 0x1f 0x30 0xf3 0x01 0x08 0x8c 0x20 0xf3 0x01 0x00 0xc0 0x39 0xf3 0x81 0xc7 0xc1 0x39 0xf3 0xc1 0xc7 0xc9 0x38 0xf3 0xc1 0xc3 0x19 0x3c 0xe3 0x89 0x01 0x98 0x3f 0xc7 0x18 0x00 0x08 0x3e 0x0f 0x3c 0x70 0x1c 0x30 0x3f 0xff 0xfc 0x87 0x31 0xff 0xff 0xbf 0xc7 0x23 0x01 0x00 0x00 0xc6 0x23 0x03 0x00 0x00 0x0e 0x30 0xff 0xff 0x3f 0x1f 0x3c 0xff 0xff 0x3f 0xff 0x3f 0xff 0xff 0x3f 0xff 0x3f 0xff 0xff 0xff 0xff 0x3f 0xff 0xff 0xff 0xff 0x3f }; void draw(void) { // graphic commands to redraw the complete screen should be placed here u8g.drawXBMP( 0 0 u8g_logo_width u8g_logo_height u8g_logo_bits); } void setup(void) { // flip screen if required // u8g.setRot180(); } void loop(void) { // picture loop u8g.firstPage(); do { draw(); } while( u8g.nextPage() ); // rebuild the picture after some delay delay(500); }各位前辈有没有中文的函数说明,

ce5d2c894109707a 2018-06-22 阅读:1439

6

回答

驱动12864的时候用哪个库更强大呢?要是不用库文件还用arduno ide 是不是就是相当于把arduino作为atmel的a维啊用

ce5d2c894109707a 2018-06-22 阅读:991

7

回答

听高手说arduino uno单片机可以当作avr来用,由于他的主控芯片就是avr芯片,所以我觉得是对的,但是不知道怎么当作avr用啊?是用avr studio开发环境可以直接开发吗?还是用arduino ide也可以直接开发?

ce5d2c894109707a 2018-06-22 阅读:953

14

回答

Arduino 能不能制作 EEPROM编程器?

dabaoya阿 2018-06-22 阅读:1200

7

回答

A0是表示控制什么的引脚啊,求大神赐教

ce5d2c894109707a 2018-06-22 阅读:1325

1

回答

请教下大家一个问题,我用simulink 搭建了一个模型,与Arduino due硬件建立连接,硬件成功连接到电脑上了,搭建的模型很简单,没什么错误,但是运行的时候老是出现如上图中的错误,是为什么呢。错误为图上,搭建的模型为图下

三生三世 2018-06-22 阅读:1038

5

回答

右侧窗口这个如何解决?是什么原因造成的?

STM64 2018-06-21 阅读:736

10

回答

关于如何将arduino与MATLAB连接起来,有详细教程吗?有图更好,谢谢!

mutourenyiersan 2018-06-20 阅读:1568
  • 帮助人数
  • 0
  • 获得赞数
  • 0
  • 一周积分
  • 0

问题达人换一批

本月问答

排名
用户名
问答积分
< >