• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • 连接到标准POTS电话的最常用接口有哪几种?

    本文将重点介绍连接到标准 POTS 电话的两种最常用接口:Foreign eXchange Subscriber (FXS) 与 Foreign eXchange Office (FXO)。重点说明了设计人员在为 VoIP 小区网关的模拟电话接口提供支持时可能面临的某些挑战。

    2021-05-31 06:52

  • 模拟引脚选择

    我有一个项目有9个输入(POTS)到ADC通过硬件多路复用器和9个CAPSENSE输入。这只是项目的模拟部分。有没有理由不交叉针选择这些?我有一个这样的路由。我把所有这些放在左边的GPIO部分上

    2019-06-10 14:38

  • MCP4341数字电位器中PXA,PXW和PXB引脚的最大电流±2.5 mA指在AND中吗?

    MCP431数字POTS数据表将最大电流分为PXA、PXW和PXB管脚……±2.5 MaODs意味着输入和输出? 以上来自于百度翻译 以下为原文 MCP4341 digital pot

    2018-10-08 09:50

  • 数字电位器怎么连接到VCC?

    the microcontroller circuit. I don't want it to do that, but is that the way that digital pots are. I mean

    2019-01-25 10:28

  • 什么是usb cdc协议?

    组织定义的一类专门给各种通信设备(电信通信设备和中速网络通信设备)使用的USB子类。根据CDC类所针对通信设 备的不同,CDC类又被分成以下不同的模型:USB传统纯电话业务(POTS)模型,USB

    2023-06-15 07:02

  • MCP4351怎么用作电位计

    我使用MCP4351锅,并且需要以这样的方式配置,它应该给予一定的增益值。我在数据选择和序列混乱,通过SPI传输。请给出选择TCON寄存器值和擦拭器选择方法的一些建议,请提一些我理解的例子。 以上来自于百度翻译 以下为原文 I am using MCP4351 POT, and need to configure in such a way that it should give certain gain value. I am confused in the data selection and sequence to transmit through SPI. Please give some suggestions to select TCON register values and wiper selection methodology. Please mention certain example for my understanding.

    2018-12-12 15:04

  • 如何选择正确的过压保护元件?

    大于被保护电路的最大工作电压。如在POTS应用中,最大振铃电压(150V)的峰值电压(150*1.41=212.2V)和直流偏压峰值(56.6V)之和为268.8V,所以应选择VBR大于268.8V

    2017-03-27 17:31

  • 智能家居或楼宇到底有多智能化

    一根简易老式的电话服务 (POTS) 线路向警报公司传送信息。在过去,智能家居的现实几乎是不存在的,虽然部分家居自动化已经不止是局限于简单的安保系统,但是其安装的场所通常仅限于非常高端的住房,因而导致

    2018-09-11 11:50

  • 变量指针前面的两个减号是什么意思啊

    各位大侠!对于UCOSii里面有下面的堆栈初始化。OS_STK *OSTaskStkInit (void (*task)(void *p_arg), void *p_arg, OS_STK *ptos, INT16U opt) ////堆栈初始化。{ OS_STK *stk; (void)opt;/* 'opt' is not used, prevent warning*/// 'opt' 这里并没有使用,防止编译器报错。 stk = ptos; /* Load stack pointer*///加载栈指针。是32位指针。 /* Registers stacked as if auto-saved on exception */ *(stk) = (INT32U)0x01000000L; /* xPSR*/ *(--stk)= (INT32U)task;/* Entry Point */ *(--stk)= (INT32U)0xFFFFFFFEL; /* R14 (LR) (init value will cause fault if ever used)*/ *(--stk)= (INT32U)0x12121212L; /* R12*/ *(--stk)= (INT32U)0x03030303L; /* R3 */ *(--stk)= (INT32U)0x02020202L; /* R2 */ *(--stk)= (INT32U)0x01010101L; /* R1 */ *(--stk)= (INT32U)p_arg; /* R0 : argument*/ /* Remaining registers saved on process stack*/ *(--stk)= (INT32U)0x11111111L; /* R11*/ *(--stk)= (INT32U)0x10101010L; /* R10*/ *(--stk)= (INT32U)0x09090909L; /* R9 */ *(--stk)= (INT32U)0x08080808L; /* R8 */ *(--stk)= (INT32U)0x07070707L; /* R7 */ *(--stk)= (INT32U)0x06060606L; /* R6 */ *(--stk)= (INT32U)0x05050505L; /* R5 */ *(--stk)= (INT32U)0x04040404L; /* R4 */ return (stk);}*(--stk)这个前面的“--”在这里是个什么意思呢?

    2015-07-23 08:42

  • PIC18f4550-检测电位器是否连接

    大家好!这是我的第一个线程,所以请为任何类型的错误道歉,如我的情况不好,因为我的英语不好。所以我的问题是,有没有一种方法可以检测一个人是否通过软件连接了电位器?我正在开发一个板,有8个电位器连接,并不总是将它们连接起来,如果其中一个没有连接,我不想显示浮动值,对于这种情况,我想把这个值锁定为0。我想要一些即插即用,如果有人连接电位计而不重置板,它会开始读取和显示值。有人能帮助我吗?我试着把针脚放高,然后做一个ADC读,然后把它放低,再读一遍,我知道如果不是电位器连接,我会读到像1020和3一样的东西,如果有一个连接,我会读出不同的值,但是如果有人让电位器,我就害怕烧掉我的芯片。在低位或高位,还是不会发生这种情况?不幸的是,我只能做软件更改,硬件更改不再是可用的,因为我的板卡已经制造好了。谢谢大家!以上来自于百度翻译 以下为原文 Hello guys!This is my first thread, so please sorry for any kind of mistake, such in bad explication of my situation as for my bad english.So here is my question, is there a way I can detect if a person did connected a potentiometer or not by software? I'm developing a board that have 8 potentiometer connections, and not always will they all be connected, and if one of them is not connected I don't wanna floating values displaying, for this situation I wanna lock the value to 0. And I wanna some kind of plug and play, if someone connect a potentiometer without reset the board, it would start read and displaying the values.Can someone help me?I tried to put the pin high and do a ADC read, and then put it low and read again, I know if ther is not a potentiometer connected I will read something like 1020 and 3, and if is there one connected I will read diferent values, but I have a fear to burn my chip if the person let the potentiometer in the low or high position, or this won't happen?Unfortunately, I can do only software change, hardware changes is no longer avaliable because my boards is already manufactured.Thanks all you guys!

    2018-08-24 15:47