“NFC”这个词已经被热议了三五年,业内专家和分析人士们一直说它“将在未来三五年内大有发展”,但是它至今仍处于“星星之火”的状态,总也形不成燎原之势。很多消费者对NFC满是疑惑:NFC到底是什么?它的发展前景到底怎么样?劳伦•古德(Lauren Goode)日前在科技博客网站AllthingsD发表文章为消费者答疑解惑,介绍了NFC技术的常识知识和应用现状。
2019-07-12 06:01
如题,最近在移植LWIP,参考原子战舰V3,由于我的系统没实现内存管理,因此,涉及到malloc的函数我全部使用全局数据区来开辟空间(暂时先这么粗略地实现),但对内存池的内存分配我实现是没看明白,在memp.c中,这个memp_get_memorysize函数获取需要分配内存池大小的时候,操作比较野://得到memp_memory数组大小u32_t memp_get_memorysize(void){u32_t length=0;length=(MEM_ALIGNMENT-1 //全局型数组 为所有POOL分配的内存空间//MEMP_SIZE表示需要在每个POOL头部预留的空间MEMP_SIZE = 0#define LWIP_MEMPOOL(name,num,size,desc)+((num)*(MEMP_SIZE+MEMP_ALIGN_SIZE(size)))#include "lwip/memp_std.h");return length;}想请教一下各位,这个实现是运行时实现,还是初始化实现呢?也就是是在编译期间就定下来length长度了,还是程序运行期间通过运算得出来的。我想要将这个函数改为宏定义,使用宏在全局数据区以数组的方式开辟一段内存给内存池应该如何做,一点小分,小白奉上,大神请来收。
2019-09-02 04:36
你好,不知道如果有人能帮助我,我有一个项目,一个消防队员要为我编程一个图片,它监测一个变频器,使用一个电流传感器,在一个阶段,这个变频器作出巨大的电磁波,噪音堆,我挂上一个4线液晶显示器的图片,作为嗯,我在设计这块板,不知道有没有人可以给我一些提示,让我尽量减少这个反相器的干扰,这会打乱我的照片。我打算用一张照片把它放在一个平地上,不知道我能用那些没用的插脚做什么,我不完全有信心接地,以防它们听到噪音?非常感谢您的建议。非常感谢。 以上来自于百度翻译 以下为原文 HelloWonder if somebody could help me please, i have a project that a firend is going to program a pic for me its to monitor a frequency inverter,using a current sensor on one of the phases,, This frequency inverter makes a gigantic pile of emf, noise, i entend hooking up a 4 line lcd to the pic as wellIm designing the board, wonder if anybody has any tips i could use to try to minimise any interfierence from this inverter that may upset my pic. Im going to use a pic and place it under a gnd plain, Wonder what i could do with the unused pins that are not used, im not entirly confident on grounding just in case they pick up any noise? any advice greatly appreciated. Thank you very much.
2019-05-28 10:36
我正在使用单极天线并尝试使用HP8753D VNA验证其谐振频率。我正在使用的过程如下所述:1。使用S11-1端口校准方法校准VNA。 2.使用同轴电缆将天线连接到VNA,并检查频率范围内的S11参数图。 3.对于7.6厘米的长度,我应该有大约1 GHz的谐振频率,但是我也会在更高的频率(大约3.5 GHz)下获得更大的下降。根据逻辑,我应该只在谐振频率下降。请告知上述情况背后可能的原因。谢谢...!! 以上来自于谷歌翻译 以下为原文I am using a monopole antenna and trying to verify its resonant frequency using an HP8753D VNA. The process I am using is as explained below: 1. Calibrate the VNA using S11-1 port calibration method. 2. Connect the antenna using a co-axial cable to the VNA and check the S11 parameter graph over the frequency range.3. For a length of 7.6 cms, I should have resonant frequency around 1 GHz, however I am also getting larger dips at higher frequencies (at around 3.5 GHz). As per the logic I should only have a dip at the resonant frequency. Please advise what could be the possible reason behind the above mentioned situation. Thanks...!!
2019-03-05 07:33