物联网并非只有那些昂贵的智能家电才能带来,通过使用一些简单、微小的传感器,你就可以让自己的生活充满智能的气息。科技网站The Verge日前就对这种新型的传感器技术进行了介绍
2020-04-21 06:51
嗨,大家好,我想知道联想如何提供具有128GB RAM的Thinkpad P52 / P72选项所有配备这两种型号的英特尔处理器(P52和P72)包括:第8代Intel®Core™i7-8750H8代Intel®Core™i7-8850H8代Intel®Xeon®E-2176M8代Intel®Xeon®E-2186MONLY支持64GB RAM。我知道三星为笔记本电脑提供32GB ram单调,有4个插槽,我们可以容纳128GB内存,但CPU只支持64GB内存。DELL 7730也是如此非常感谢以上来自于谷歌翻译以下为原文Hi everyone,I wonder how can Lenovo offer Thinkpad P52 / P72 options with 128GB RAM all the Intel Processors coming with these two model (P52 and P72) including:8th Generation Intel® Core™ i7-8750H8th Generation Intel® Core™ i7-8850H8th Generation Intel® Xeon® E-2176M8th Generation Intel® Xeon® E-2186MONLY support 64GB RAM. I know that Samsung is offering 32GB ram single dim for laptop and with 4 slots, we can fit up to 128GB ram but the CPU only support 64GB RAM.The same thing for DELL 7730 Many thanks
2018-10-26 14:58
this time with the Cypress tools, but ran out of steam. I'm at the verge of throwing the entire PSOC
2018-12-25 15:34
我正在使用STM8S003F3U。该MCU与SPIRIT1收发器一起使用。使用OOK调制,SPIRIT1的原始数据将被发送到MCU上的引脚PC3。由于我的发送器的数据速率不一致,我需要能够测量数据的脉冲高电平时间。为此,我认为需要做以下事情:1)将PC3配置为其备用引脚功能(TIM1_CHANNEL_1_N)。我不知道该怎么做。有人可以提供代码示例吗?2)使用两个ISR(一个用于上升沿,一个用于下降沿)配置TIM1捕获通道,以便可以测量脉冲时间。 ST有一些基本的代码,但目前还不清楚如何做到这一点。有人可以提供代码示例吗?完成这两个步骤后,我可以导出比特率并解码消息。我们非常感谢您提供的任何帮助!谢谢,诺亚 #stm8s003f3u #alternate#spirit1 #pwm-input-capture#alternate-function-selection以上来自于谷歌翻译以下为原文 I am using STM8S003F3U.This MCU is being used with a SPIRIT1 transceiver. Using OOK modulation, the SPIRIT1's raw data is being sent to pin PC3 on the MCU.Because my transmitter's data rate is inconsistent, I need to be able to measure the pulse HIGH time of the data coming across.To do this, it is my belief that the following needs to be done:1) Configure PC3 to its alternative pin function (TIM1_CHANNEL_1_N).I do not know how to do this.Can someone provide a code example?2) Configure the TIM1 capture channel with two ISRs (one for rising edges and one for falling edges), so that the pulse time can be measured.There is some rudimentary code from ST, but it is unclear how to do this.Can someone provide a code example?Once these two steps are complete, I can derive the bit rate and decode messages.Any help that can be provided is much appreciated!Thank you,Noah #stm8s003f3u #alternate #spirit1 #pwm-input-capture #alternate-function-selection
2018-11-28 10:06