• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

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

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • VN5Exxx不可用于模拟

    有用的工具,但是当VN5Exxx系列可用于模拟时?以上来自于谷歌翻译以下为原文 Useful tool, but when VN5Exxx family will be availble for simulation?

    2019-01-28 07:51

  • 什么是番茄物联网,利用它你了解了吗?

    新项目,叫做“番茄物联网”。这个项目侧重于烹饪和科学。 烹饪目标是用当地农民的浆果来制作番茄酱,这是由一家在马尔登的名为Heritage Truck Catering的机构制作的。科学目标则是利用

    2018-09-11 09:53

  • 下载速度比拨号慢

    嗨,有人可以提供任何镜像服务器或备用下载链接的链接?Xilinx唤醒了DSL线路,拨号是从90年代开始的。问候。以上来自于谷歌翻译以下为原文Hi, can somone provide a link to any mirror server or alternate download link? Xilinx plese wake up the DSL line, dialup is from the 90's. Regards.

    2018-12-24 14:00

  • 是否有适用于16804A逻辑分析仪的推荐机架安装套件?

    是否有适用于16804A逻辑分析仪的推荐机架安装套件? 以上来自于谷歌翻译 以下为原文Is there a recommended rackmount kit for the 16804A logic analyzer?

    2019-04-15 09:19

  • 固体噪声传感器在Golf轿车保障碰撞安全中有什么作用?

    使用高强度钢和超高强度钢已经显著提高了汽车的安全性能,但不利的一面是:加速度传感器的应用范围已达到了极限,而在Golf 6轿车中则不是这样。在某些碰撞条件下,固体噪声传感器能够比加速度传感器提前30ms释放安全气囊。它是新型Golf轿车在保障碰撞安全中的核心部件。    

    2019-08-22 06:40

  • 如何确保PTP同步网络的优良性能?

    如何利用铷原子钟的同步保持能力来确保移动业务可用性?

    2021-05-21 07:11

  • 示波器探头最大瞬态电压是否可以在信号中使用

    嗨,我有一个探针Agilent N2862B,额定功率为150Mhz和300VRMS。是否可以在信号中使用,而不是具有高达600V峰峰值的快速瞬变? 600V峰值怎么样? 以上来自于谷歌翻译 以下为原文Hi, I have a pasive probe Agilent N2862B rated at 150Mhz and 300VRMS. Can it be used in a signal than can have fast transients up to 600V peak to peak? what about 600V peak?

    2018-12-12 16:21

  • LoadNetwork()的未知异常

    嗨,我遇到了一个问题,加载模型失败了(作为附件,从tensorflow saved_model转换)。模型加载器是从openvino的示例代码“classification_sample”修改的。以下是错误消息。[INFO]将模型加载到插件中[错误]未知异常C:\英特尔\ computer_vision_sdk_2018.3.343 \ deployment_tools \ inference_engine \包括\细节/ ie_exception_conversion.hpp:80我发现错误发生在以下代码段中,文件“ie_plugin_cpp.hpp” ExecutableNetwork LoadNetwork(CNNNetwork network,const std :: map& config){ IExecutableNetwork :: Ptr ret; CALL_STATUS_FNC(LoadNetwork,ret,network,config); if(ret.get()== nullptr)THROW_IE_EXCEPTIONsaved_model.rar 16.1 MB以上来自于谷歌翻译以下为原文Hi, I experienced a problem and failed in loading a model (as attachment, convert from tensorflow saved_model).The model loader was modified from openvino's sample code "classification_sample". Following are error messages. [ INFO ] Loading model to the plugin[ ERROR ] Unknown exceptionc:\intel\computer_vision_sdk_2018.3.343\deployment_tools\inference_engine\include\details/ie_exception_conversion.hpp:80 And I found the error was occurred on following code segment, in file "ie_plugin_cpp.hpp" ExecutableNetwork LoadNetwork(CNNNetwork network, const std::map &config) {IExecutableNetwork::Ptr ret;CALL_STATUS_FNC(LoadNetwork, ret, network, config);if (ret.get() == nullptr) THROW_IE_EXCEPTION

    2018-11-05 11:18

  • 怎么用LIS2DH检测运动

    大家好,我正在使用LIS2DH作为运动传感器,我正在使用运动检测的嵌入功能来驱动我的MCU的状态机。操作很简单,但我对传感器有些麻烦。如果持续时间是最小5秒,我想检测一个动作,如果持续时间是5秒,我想检测动作结束。所以我使用带有INT1输出的IA1功能进行检测运动。并且IA2具有INT2输出功能,用于运动结束检测。两个INT输出都可以通过检测,但我有非稳定的操作。有时INT1切换到原因,有时它是INT2 .....因此,如果您手持传感器,则在5秒后INT1输出为高电平。如果将传感器放在地板上,则在5秒后INT2输出为高电平。样本为1Hz,范围为2G。设置高过滤器。INT1_CFG设置为X,Y,Z或OR条件下的高电平检测INT2_CFG设置为低电平 检测X,Y,Z。或者条件INT1_duration& INT2_duration设置为0x05,以便有5秒的时间检测。INT1_threshold& INT2_threshold设置为0x02,以便具有高灵敏度。低于LIS2DH的设置:status_t LIS2DH_Init(void) { SPI1_Initialize(); CS_LIS1_SetHigh(); CS_LIS2_SetHigh(); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG1,0x1F); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG2,0x03); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG3,0x40); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG4,0x80); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG5,0x00); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG6,0x20); //开始检测 LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_CFG,0×02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_THS,0×02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_DURATION,0×05); //停止检测 LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_CFG,0×15); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_THS,0×02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_DURATION,0×05); 返回MEMS_SUCCESS;你能帮忙理解和解决这个问题吗?非常感谢您的支持。维尔弗里德以上来自于谷歌翻译以下为原文 HI everybody,I'm working with the LIS2DH for a motion sensor, and I'm using the embbeded functions of motion detection for drive the state machine of my MCU.The operation is simple, but I have some trouble with the sensor.I want to detect a movement if the duration is min 5sec, and I want to detect End of movement if the duration is 5sec.So I use the IA1 funtion with INT1 output for detection movement.And IA2 function with INT2 output for End of movement detection.Both INT output are OK with the detection, but I have non stable operation. Sometimes the INT1 toggles witout reason, sometime it's INT2.....So if you run with the sensor in your hand, the INT1 output is high after 5sec. And if you put the sensor on the floor, the INT2 output is high after 5sec.Sample is 1Hz ,Range is 2G.High filter is set.INT1_CFG is set to High level detection on X, Y , Z.OR conditionINT2_CFG is set to Low level detection on X, Y , Z.OR conditionINT1_duration & INT2_duration are set to 0x05 in order to have 5sec of time detection.INT1_threshold & INT2_threshold are set to 0x02, in order to have high sensivity.Below the setting of the LIS2DH:status_t LIS2DH_Init(void) { SPI1_Initialize(); CS_LIS1_SetHigh(); CS_LIS2_SetHigh(); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG1,0x1F); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG2,0x03); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG3,0x40); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG4,0x80); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG5,0x00); LIS2DH_WriteReg(LIS2DH1,LIS3DH_CTRL_REG6,0x20); //START detection LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_CFG,0x02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_THS,0x02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT1_DURATION,0x05); //STOP detection LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_CFG,0x15); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_THS,0x02); LIS2DH_WriteReg(LIS2DH1,LIS3DH_INT2_DURATION,0x05); return MEMS_SUCCESS; }Could you please help to understant and solve this problème?Thanks a lot for your support.wilfried

    2019-03-15 07:29

  • 什么是文本事件抽取?

    什么是文本事件抽取?

    2021-09-18 06:34