• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 谁有阿莫电子论坛的账号,求帮忙

    阿莫电子论坛上有分享Apollo2单片机的工程,求下载,链接如下:https://www.amobbs.com/thread-5676291-1-4.html?_dsign=06c20f20或者,有谁使用过这款单片机,可以讨论一下哈

    2018-02-11 09:35

  • 请问画PCB时怎么判断什么时候可以去铺铜处理?

    在画PCB的时候,怎么判断什么时候可以去铺铜处理?

    2019-03-07 07:35

  • 电赛

    电赛有没有做电源的,讨论一下

    2017-08-09 08:40

  • 哪位大神有amoBBS 阿莫电子论坛的邀请码的?

    哪位大神有amoBBS 阿莫电子论坛的邀请码的? 给个邀请码,注册一下,或是谁有账号的,帮忙http://www.amobbs.com/thread-5618674-1-1.html,看下里面的电路图,然后截图发给我,谢啦,万分感谢!

    2016-09-06 15:04

  • 好生奇怪,lcd1602在我的电路里就不正常了非对比度问题←_←

    在我买的开发板上显示正常但是我用单片机最小系统,连接好电路,打开电源,显示变成了下面这样 ( ̄△ ̄;)好奇怪呀, 其他的都和开发板上的一样 ,就是显示字符串不对 ( ﹁ ﹁ ) ~→我在网上查到lcd1602里面有上拉电阻,所以我接电路就直接相连.程序如下 :#include#define LCD P0#define delaytime 500***it E = P2^7;***it RS = P2^6;***it RW = P2^5;unsigned char code display1[] = "My name is Cjl";unsigned char code display2[] = "I want to ";unsigned char code display3[] = "master 89c52 ";unsigned char code display4[] = "I think that ";unsigned char code display5[] = "It's interesting";unsigned char code display6[] = "It's so cool!!!!";void LCD_Com(unsigned char x);void LCD_Data(unsigned char x);void Init1();void Init2();void delay(unsigned int x);void main(){unsigned char i;while(1){Init1();for(i = 0; i < 16; i++) LCD_Data(display1);delay(delaytime);Init2();for(i = 0; i < 16; i++) LCD_Data(display2);delay(delaytime);Init1();for(i = 0; i < 16; i++) LCD_Data(display3);delay(delaytime);Init2();for(i = 0; i < 16; i++) LCD_Data(display4);delay(delaytime);Init1();for(i = 0; i < 16; i++) LCD_Data(display5);delay(delaytime);Init2();for(i = 0; i < 16; i++) LCD_Data(display6);delay(delaytime);}}void LCD_Com(unsigned char x){RS = 0;RW = 0;LCD = x;delay(10);E = 1;delay(10);E = 0;}void LCD_Data(unsigned char x){RS = 1;RW = 0;LCD = x;delay(10);E = 1;delay(10);E = 0;}void Init1(){LCD_Com (0x38);LCD_Com (0x0c);LCD_Com (0x06);LCD_Com (0x01);LCD_Com (0x80);}void Init2(){LCD_Com (0x38);LCD_Com (0x0c);LCD_Com (0x06);//LCD_Com (0x01);LCD_Com (0xc0);}void delay(unsigned int x){unsigned int i, j; for(i = x; i > 0; i--) for(j = 110; j > 0; j--);}

    2015-02-02 17:19

  • 传感器应用的FPGA和电路板该怎么选择?

    嗨,大家好,我们将开始一个开发新型传感器系统的项目。为此,我们需要解决大量的单个光源(例如,让我们从60个LED开始)。每个光源需要独立同时寻址,其特定调制频率在10 kHz范围内。因此,FPGA需要为大写字母创建例如60个PWM信号,范围为100 MHz。稍后,我们可能希望将光源数量增加到几百个。我想这对于FPGA处理工程师而言可能相当标准。为了一次又一次地克服新电路板的重新设计,通过添加越来越多的分立部件来增加光源的数量,我们不得不同时使用FPGA来处理所有光源。如果我们成功,我们希望在FPGA内部实现传感器信号算法的部分数据分析。在FPGA上的MC内(软件或硬核可用)。但是,有些问题遗留下来,我在手册中找不到答案。1.如果可能,我们会尽量避免使用任何其他分立元件来驱动光源。但是,单个FPGA可以驱动多少个光源。由于总体所需电流应该存在限制。我找不到任何信息,FPGA可以在所有I / O引脚上驱动多少电流。所有I / O引脚的最大输出功率/电流有多高。每个银行的所有I / O引脚?2.哪个FPGA分配哪个开发板似乎最适合上述用途?我找到了一个不错的Virtex 5主板,但另一方面,Spartan 3主板通常提供更多客户可用的I / O端口。也许董事会本身会限制最大值。当前(见问题1)。因此,我也需要一些电路板设计的信息。如果一切正常,我们喜欢设计适合我们特殊需求的板子。一般来说,我应该坚持使用低预算的FPGA板进行开发,以便能够使用Spartan 3进行最终布局,或者是否可以从Virtex 5板开始,如果可能的话,将其降级为功能较弱但价格较低的FPGA最后的布局,以后呢?如果有人能通过这个FPGA给我一个指南,那会很高兴。 FPGA板丛林。谢谢托斯滕

    2019-08-14 11:04

  • ESP8266学习经历之开发环境搭建

    /forum.php?mod=viewthread&amp;tid=3344&amp;extra=page%3D2&amp;_dsign=1ab09cbc小e官方提供的开发环境

    2017-03-14 13:59

  • 使用HP 8753B 2.4GHz测量空心铆钉电感

    嗨,社区,我想测量用于制造小型空心铆钉电感的小型功率放大器@ 2.4GHz(1w)尺寸是以下直径1.5毫米长度2毫米,我有一个HP 8753B来制作测量后,测量值比PUCEL和Goldfarb 3.0公式给出的值更重要,公式给出的值为267 pH值和VNA 500 pH值,请参见描述测量方式的文件。每一个信息都会感激Guy ON1EV 以上来自于谷歌翻译 以下为原文Hi ,the community , I would like to measure the small hollow rivet inductanceused to make via's in an small power amplifier @2.4GHz(1w) the dimension is the following diameter 1.5 mm lenght 2 mm, I have a HP 8753B to make the measurement , after measuring the value found are more important than the value given from the formula from PUCEL and Goldfarb 3.0, the formula givesa value of 267 pH and the VNA 500 pH, please find enclosethe documentthat described the mode of measurement. Every information will be grateful GuyON1EV附件Measurement of the inductance of 2 HOLLOWs rivets with the HP 8753B.pdf1.4 MB

    2018-11-05 10:37