Multi Source Translation Content

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multi Source Translation Content

Discussions

Sort by:
MPX5999D 不锈钢盖的用途 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我认为 MPX5999D 上的不锈钢盖是为了保护压力传感器的内部元器件。我还假定,当传感器受到压力时,它在结构上没有任何作用,对吗? 我之所以提出这个问题,是因为我们想在将传感器安装到活动隔膜后面之前,在传感器上添加一种兼容的凝胶。 我相信您不可能推荐或保证这一过程,因为我们正在修改您的原装组件,但如果您能简单回答上述问题,对我们会有帮助。 Re: Purpose of Stainless Steel cover on MPX5999D <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 后续问题......我们需要购买多大的体积才能购买到不带不锈钢盖的传感器? 这可能吗? 谢谢! 亚伦 Re: Purpose of Stainless Steel cover on MPX5999D <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 嗨,亚伦、 你说得对。不锈钢盖子用于机械保护,不会影响传感器本身的性能(盖子上的小孔用于通风)。 顺祝商祺! 托马斯
View full article
MMA8452 replacement ? I'm using since some years this sensor to detect vehicle movement and I'm working now on a new project. Is it better I choose anther model more actual and (maybe) with better performances or is 8452 a good and "young" devices to continue working with ? Thanks Marco Accelerometers Re: MMA8452 replacement ? The FXLS8471 is marked end-of-life/last-time-buy by Mouser and Digikey. Hate to be a broken record but what's going on? Is there some new version? Re: MMA8452 replacement ? The MMA8451 is listed as End of Life / Last Time Buy on Mouser and Digikey. Is there a replacement? Re: MMA8452 replacement ? Mouser and Digikey now have the MMA8652 as end-of-life / last time buy. Can you recommend a new one? It's been strange to watch the entire ecosystem built around the MMA8452 collapse in realtime on eBay, Amazon, etc. as what used to be a ubiquitous chip has its days numbered. Re: MMA8452 replacement ? Hi Marco, FXLS8471 is not part of the product longevity program, however, it is a much newer device than the MMA8451, so yes, I would also expect it to be a more longeve device. Have a great day, Jose ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "Mark Correct" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. ------------------------------------------------------------------------------- Re: MMA8452 replacement ? Thank you. I will move to FXLS8471, it's almost pin-to-pin and (hope) more longeve Re: MMA8452 replacement ? Hi Marco, For high sensitivity requirement applications, I would recommend you the MMA8451 or the FXLS8471 which have up to 14-bit of resolution (vs the 12-bit of resolution of the MMA8452 or the MMA8652). MMA8451 datasheet: https://www.nxp.com/docs/en/data-sheet/MMA8451Q.pdf FXLS8471 datasheet: https://www.nxp.com/docs/en/data-sheet/FXLS8471Q.pdf Re: MMA8452 replacement ? Thank you very much Jose, I’ll have a look to 8652. Do you think it’s my best choice ? I need to detect when a car starts moving with the maximum sensitivity (would be great to detect also the door opening I would say) but without false alarms. With my actual 8452, if the car start slowly and the ground is flat and regular, sometimes I intercept the movement with a delay of 30 sec or more that is too much (I have opened another thread to ask help and see if I can use a different configuration). Anyway, for the future sensor, I would need the best for this kind of application. Thanks Marco Il giorno 21 mar 2019, alle ore 19:50, reyes ha scritto: NXP Community Re: MMA8452 replacement ? reply from Jose Alberto Reyes Morales in Sensors - View the full discussion Hi Marco, MMA8452 is part of the Product Longevity program with assured supply for a minimum of 10 years after launch. The MMA8452 was launched on Feb-2010. You can confirm this information in the product longevity program page: https://www.nxp.com/products/product-information/product-longevity:PRDCT_LONGEVITY_HM This means that we guarantee the production of the part until 2020, after this time we do not have an estimate of years that this will be in production as per it is market driven. In case you want a newer accelerometer similar to the MMA8452, you can check the MMA8652: https://www.nxp.com/docs/en/data-sheet/MMA8652FC.pdf Have a great day, Jose > Re: MMA8452 replacement ? Hi Marco, MMA8452 is part of the Product Longevity program with assured supply for a minimum of 10 years after launch. The MMA8452 was launched on Feb-2010. You can confirm this information in the product longevity program page: https://www.nxp.com/products/product-information/product-longevity:PRDCT_LONGEVITY_HM This means that we guarantee the production of the part until 2020, after this time we do not have an estimate of years that this will be in production as per it is market driven. In case you want a newer accelerometer similar to the MMA8452, you can check the MMA8652: https://www.nxp.com/docs/en/data-sheet/MMA8652FC.pdf Have a great day, Jose ------------------------------------------------------------------------------- Note: - If this post answers your question, please click the "Mark Correct" button. Thank you! - We are following threads for 7 weeks after the last post, later replies are ignored Please open a new thread and refer to the closed one, if you have a related question at a later point in time. -------------------------------------------------------------------------------
View full article
MMA8452 自由落下検出 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> AN4070アプリケーションノートに従って自由落下検出を試みています。以下は私が設定したレジスタ設定です。 MMA8452_CTRL1_REG = 0x20; //デバイスを50 Hz ODR、スタンバイに設定 MMA8452_FF_MT_CFG= 0xA0; //自由落下検出を有効にする構成レジスタセット「AND」条件、OAE = 0、X、Y、Zおよびラッチを有効にする MMA8452_FF_MT_THS = 0x03; //0.2g/0.063g= 3.17 カウント // 3 カウントに丸める MMA8452_FF_MT_COUNT = 0x06; //120ms/20ms(ステップ)=6カウント MMA8452_CTRL4_REG = 0x00; //システム内のモーション/自由落下割り込み機能を有効にする MMA8452_CTRL5_REG= 0x00; //モーション/自由落下割り込み機能をINT2ハードウェアピンにルーティングします IMMA8452_CTRL1_REG = MMA8452_CTRL1_REG | 0x01; //デバイスをアクティブモード(50 Hz)にする この設定に続いて MMA8452_INT_SOURCE レジスタが読み取られ、結果は 0xFF になります。 続いて MMA8452_FF_MT_SRC レジスタを読み取りますが、このレジスタの結果も 0xFF です。 レジスタ MMA8452_FF_MT_SRC の読み取りにより、自由落下割り込みがクリアされるはずですが、割り込みは常にアクティブで、まったくクリアされません。何か見落としているものはありますか?(ハードウェア制限があるため、現在はハードウェアピンINT2を使用していません) 加速度センサ Re: MMA8452 freefall detection <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ジャスティン。 それは嬉しいですね。I2C通信でこのようなトラブルはよくあることなので、 WHO_AM_Iレジスタと、それ以前に書き込んだレジスタを最初に読み取ることを常にお勧めしています。ロジックアナライザやオシロスコープを使うと非常に役立ちます。 よろしくお願いいたします。 トーマス Re: MMA8452 freefall detection <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、トーマス。 MMA8452 は正常に動作しており、自由落下も検出しています。 書き込み操作のI2C通信モードを変更しました(書き込みを使用して次の読み取り用のレジスタを設定する場合) 停止せずに転送を完了します。 以前は、開始と停止を伴う完全転送を使用していました。 よろしくお願いします。 ジャスティン Re: MMA8452 freefall detection <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、トーマス。 ご協力ありがとうございます。 制御レジスタ 4 の値を 0x04 に修正しました。まだ成功していません。 WHO_AM_I レジスタ (0x0D) を読み取ろうとしましたが、結果も 0xFF でした。0x2A になるはずですよね? I2C ラインに 0x1C デバイスが存在することを確認しましたが、正しく表示されています。 また、 0x01 から 0x06 までの 6 バイトのデータを連続して読み取ることも試みましたが、データを読み取ることができ、適切に認識されました。 ここでも、受信される最初のデータ バイトは常に 0xFF であり、残りの 5 つのデータ バイトも加速に応じて変化します。 一方、同じループには別の I2C ベースの 1 バイト メモリの書き込みと読み取りがあり、これは完全に正常に動作します。 ご意見がありましたらどうぞ! Re: MMA8452 freefall detection <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ジャスティン。 まず、WHO_AM_I レジスタ (0x0D) とその他の以前に初期化されたレジスタを読み取ることができることをもう一度確認してください。 次に、MMA8452_CTRL4_REG = 0x00 をMMA8452_CTRL4_REG = 0x04 に変更してみてください。 よろしくお願いいたします。 トーマス
View full article
MP3V5010DP(P1 < P2) <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 海面で 50 kPa ~ 106 kPa の範囲で MP3V5010DP を動作させると、損傷しますか?101 kPa~106 kPaの範囲では、P1 < P2です。101~106 kPa の測定をするつもりはなく、センサの損傷を避けたいだけです。 圧力センサ Re: MP3V5010DP with P1 < P2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 特定のユースケースについてさらに詳しく知りたいのですが。このセンサをゲージデバイス (1 つのポートが大気圧に排気される) として使用していますか?101 ~ 106kPa で測定するというのは、大気圧ですか、それともライン圧力ですか? よろしくお願いいたします。 ミゲル
View full article
Getting started with MPXV6115V for Arduino I've just received a MPXV6115V and am trying to use it to measure internal pressure of a suction device. There doesn't seem to be any resources on how to use this with an Arduino so I wanted to ask if anyone could provide a link to some example code or help with setting this sensor up? Thanks Re: Getting started with MPXV6115V for Arduino Hi James, It should be easy to connect this sensor to Arduino boards. It is a 5V, temperature compensated and calibrated vacuum pressure sensor. The full-scale output (no pressure difference between P1 and P2) is typ. 4.6V and the output is 38.26mV per kPa. Considering Arduino's typical 10-bit ADC powered at 5V, each ADC step corresponds to ~4.88mV (5V/1024) or 127.5Pa.   The pins are numbered as follows: So connect Arduino 5V to sensor pin 2. Arduino GND to sensor pin 3. Arduino analog input (for example A0) to sensor pin 4. Read the analog value and write it to the serial monitor: http://arduino.cc/en/Tutorial/ReadAnalogVoltage  If that is working, you can start to calculate the actual pressure. Hope it helps. Best regards, Tomas
View full article
Difference MMA845x and MMA865x Hi all, What is the difference between MMA845x and MMA865x ? Accelerometers Re: Difference MMA845x and MMA865x Dear Tomas  Thanks for your kindly reply. Re: Difference MMA845x and MMA865x Hi Orencik, The main differences between the MMA845xQ and MMA865xFC family of accelerometers are: 1. Package: 16-pin QFN (3x3x1mm) for the MMA845xQ vs. 10-pin DFN (2x2x1mm) for the MMA865xFC 2. SA0 pin: The MMA865xFC does not have the SA0 pin, so there is no chance to change its I2C slave address. 3. Resolution bits: The MMA845xQ has a selectable resolution while the MMA865xFC has a fixed resolution of 12/10-bits. 4. Mechanical/Electrical characteristics: There are minimal changes in the electrical/mechanical characteristics between these devices, you can find them in the data sheets. If you have any other questions, please let me know. Best regards, Tomas PS: If this answer helps to solve your question, please mark it as "Correct". Thank you.
View full article
MPX4250AP Mounting Hi, I plan to use the MPX4250AP as a boost sensor but was wondering where I can mount it? I am asking as i don't believe it is waterproof (this will be mounted on a hilux that will get wet). Preferably I mount it in the engine bay as close to the other OEM boost sensor as possible so I do not have to route a long hose to it from the cabin. This way i can ensure i won't have a lot of pressure drops. Can I mount it inside an enclosed box?  Thanks Pressure Sensors Re: MPX4250AP Mounting Hello Paul, As mentioned on the support case submitted, protecting pressure sensors with a silicon grease is definitely the best way to use our products in harsh media. Unfortunately, we don't have so much experience in how to implement this solution 'industrially'. The grease fill is done under vacuum to avoid air bubbles. Usually, an offset calibration is necessary because the grease brings some mechanical stress that may shift the offset value. This solution was tested and seems conclusive. Following to your inquiry, we would recommend using Parker O-lube silicone grease or DMS-T46 or T51. This type of grease is used by most of our customer without problems. In fact, the basic recommendation is to use a silicone oil (or preferably grease) with high viscosity and high molecular weight. In this case the size of the molecules is big enough to limit the penetration of the grease inside our protective silicone gel which is over the die. In terms of contaminants, the silicon grease must be free of halogenures (Cl content < 50 ppm) to reduce the risk of bond pad corrosion. On the other hand, don't forget that whatever the material you will use, as soon as you put something on our gel you have a high probability to see some offset drift. This is coming from additional mechanical stress and/or gel swelling. The amount of gel and global mechanical design are usually also part of the offset drift. As said, you can use any silicon oil or preferably grease from other suppliers with high viscosity and high molecular weight. Please review the following application note that would be worth to be considered in addition to the provided information. AN3728: Media Compatibility for IPS PRT Pressure Sensors I hope this helps. Regards, David
View full article
grid of sensor to detect presence of tags Hello everyone, I need a matrix of positions representing where some rfid tokens (2cm x 2cm tiles) are on a surface (aprox 70cmx70cm). I need detect any variation on this matrix. Tokens have ICODE SLIX chip inside. (In their main use they are read by a PN5180 in iso15693 config) The speed of reading the grid is ​​more important than the accuracy of the position. The surface could be divided into areas, and the only thing that matters is knowing which area a token was placed on. It should be noted that there may be several pieces on the surface. Any suggestions for sensor to use. Thanks in advance Re: grid of sensor to detect presence of tags Hello @EduardoZamora, Thank you for your reply, Yes, I'm keeping the states of a game. In player area tiles are inventoried (NXP custom fast inventory read slot16 iso15693 command is implemented) by PN5180 devices and position there is not relevant. The problem is when players move tiles into the play areas,, which are not so few that I don't have to worry about the number of additional PN5180 readers. I have one esp32 controller serving each player and I have another for the playing surface, which will control what I decide to use to determine which areas on the surfaces the tiles went to. And yes, I was thinking about multiplexing, but I need to reduce costs. I don't know if multiplexing the RFID antennas is feasible, instead of multiplexing multiple pn5180 SPI connections. Readers (PN5180+Antenna) were customized. I will check the suggested link to see if it works for what I need. Any other suggestions will be welcome. Best regards, Osmany Re: grid of sensor to detect presence of tags Hello @oferrer, Hope you are doing well. When working with an NFC reader, you may just know if the tag is within the working range of the reader or not; the distance between them is usually not measurable since the reader transmits the carrier itself while the card/tag just "loads" the field. If you are planning to use an antenna multiplexing concept, unfortunately there is not so much information I could recommend besides the proof of concept mentioned in Starting a product development with CLRC663 plus family, Section 3.2. When several tags are present in the field, they can be handled by the Anti-collision procedure defined by ISO 15693 specification. Regards, Eduardo.
View full article
FXLS8974CF freefall and motion detection at the same time Hello, I want my FXLS8974CF to detect freefall and motion/no motion at the same time. In the AN12004 (chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/https://www.nxp.com/docs/en/application-note/AN12004.pdf) , the examples are given seperately on pages 14 and 16. The registers 30h, 32h, 33h, 34h, 35h and 36h configurations are different in each example.  How can I configure freefall detection to INT1 pin and motion/no motion detection to INT2 pin? Best regards, Onur #FXLS8974CF Accelerometers Re: FXLS8974CF freefall and motion detection at the same time Hello Onur, Since the SDCD block only supports one set of configuration, only one of freefall/motion can be set at one time.  If you want to implement both at the same time, practically motion is a more essential event (freefall is one kind of motion), so I would suggest to configure the SDCD with motion detection, and use motion interrupt to trigger software freefall detection algorithm. BR, Tomas
View full article
圧力サイクルに対する安定性 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 MPXV4006は、下記の通り150万回の圧力サイクルまで安定性があります。 フルスイング圧力を加えることで圧力サイクルが得られると思います。 0.6kPa圧力(仕様の10%)サイクルの環境で使用する場合、圧力サイクルは何回ありますか? 計算式があれば教えていただけますか? よろしくお願いいたします。 キニワ 正治 圧力センサ Re: stability to pressure cycle <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、トーマス。 ご回答ありがとうございます。 その価値については理解しています。 よろしくお願いいたします。 キニワ 正治 Re: stability to pressure cycle <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、マサヒロさん。 残念ながら、お問い合わせの中間値はテストしておりません。この場合のオフセット安定性は統計値であり、センサ範囲の 10% では値に変化がないと予想されます。 よろしくお願いいたします。 トーマス
View full article
MPX5999D 圧力センサの最悪のケースの最大電流消費量はどれくらいですか? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 私は現在、医療グレードの空気および O2 圧力検知用の MPX5999D 圧力センサに取り組んでいます。当社の最大圧力範囲は、空気および O2 の場合は 95 PSI です。センサーの電流消費が圧力範囲に応じて変化するかどうかを知りたいのですが、テスト中に圧力センサの電流消費が圧力範囲に応じて変化することが観察されました。全圧力範囲における最悪の最大電流消費量(最大動作温度を考慮)と MTBF データを教えてください。95psi での電流消費量はどのくらいでしょうか? 圧力センサ Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? Jose様 センサ表面をカプトン テープで密封すると、ゼロ圧力オフセット値はどうなりますか?センサ表面の汚染を防ぐために、ボードの組み立て中に低粘着性のカプトンテープでセンサ表面を隠したいと考えています。また、センサ表面を密閉するための推奨粘着テープもご提案ください。 以前のクエリに関する更新はありますか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 上記の質問にご回答いただけますでしょうか。また、評価のために、下記のハイライト部分にあるMPX5999D圧力センサの信頼性試験レポートが必要です。現在、形式検証に向けて準備を進めており、評価を完了し、形式検証を開始するにあたって、明確な情報をご提供いただきたいと考えております。ご返答をお待ちしております。 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 上記の質問に対してできるだけ早くご回答いただけますでしょうか。また、MPX5999D センサには乾燥天然ゴム (DNR) と天然ラテックスゴムが含まれていないことを示す証拠も共有してください。 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 MPX5999D 圧力センサについて、以下の詳細をできるだけ早く共有していただけますか。 1. ステンレス鋼金属(例:AISI 304)部品およびシリコーンゲル(例:ワッカー3000シリコーン)のブランド 2. ステンレス鋼の材料構成と等級 3. シリコーンゲル材料の特性 4. シリコーンゲルおよびステンレス鋼部品のCAS番号 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、Dhanabal Tさん 長期アプリケーションにおける圧力センサの出力には通常変動があり、データシートによれば、±2.5%程度である。このドリフトや変動を避けるための推奨事項をいくつか挙げます。 自動ゼロ調整: 当社の圧力センサでは自動ゼロ調整を実装することが非常に重要です。これは、長期的なオフセットのドリフトや変動に対するセンサー出力を補正するために、基準圧力 (大気圧はゲージ測定のゼロ基準です) でのセンサーのオフセットをサンプリングすることに基づく補正技術です。 このテクニックを実装するための手順については、次のリンクにあるアプリケーション ノート AN1636 を参照してください。 AN1636: https://www.nxp.com/docs/en/application-note/AN1636.pdf 温度: MPX5999 は 0° ~ +85°C の温度範囲で補償されますが、この範囲を下回ったり上回ったりすると、精度 (変動ドリフト) は保証されません。 メディアの互換性: 腐食性ガスや液体物質との直接接触は、保護ゲルを損傷し、デバイスの仕様外につながる可能性があるため、推奨されません。保証できるのは、「きれいな乾燥した空気」との直接接触のみです。 電源デカップリングと出力フィルタリング: このデバイスの電源には +5.0V を使用し、圧力センサの Vs ピンの近くに配置された 1.0uF と 0.01uF のデカップリング コンデンサを 1 つずつ使用し、Vout ピンの近くに出力フィルタ コンデンサとして 470pF のコンデンサを使用することをお勧めします (データシートの図 4 を参照)。または、追加の出力フィルタリングについては、アプリケーションノート AN1646 を参照してください。 AN1646: https://www.nxp.com/docs/en/application-note/AN1646.pdf よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様        詳細をありがとうございます。 フルスケール出力とスパン電圧の変化の長期ドリフト(年間)を教えてください。 AN3728「信頼性寿命テスト」の湿度に関するコメントを理解したい。THBは、さらに60℃、相対湿度90%で1000時間試験されます。これらの試験は、フリースケールのセンサが高湿度および高温環境において信頼性があることを証明し、そのような環境下でセンサがどれだけ長く持続するかを示す指標となります。このセンサは、60 ℃ で結露のない 90% RH に生涯にわたって耐えられるという意味ですか?この環境テスト中にセンサーが何らかの媒体(例:空気、O2 など)にさらされるかどうか。THB データは 10 年間の加速寿命テストも表していますか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、Dhanabal Tさん 残念ながら、要求されたデータにはアクセスできません。バイオ適合性と COC レポートは品質チームのみが保有します。品質チームに連絡してこのデータをリクエストするには、2 つのオプションがあります。 www.nxp.com/supportで新しいサポート チケットを作成します。 NXP の営業担当者に連絡してこの情報を尋ねてください。営業担当者は、生体適合性および COC レポートについて品質チームに連絡できるはずです。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 わかりました。この部品の生体適合性と COC レポートを共有していただけますか。 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、Dhanabal Tさん 微粒子フィルターが常に正常に動作している限り(必要に応じて交換し続けてください)、センサに問題は発生しません。もちろん、湿気のない環境が望ましいですが、少量の湿気、水滴、水分、粒子があっても、システムやセンサーの性能には影響しません。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 ご返信ありがとうございます。 実際の使用状況における湿度の影響についてさらに理解したいと考えています。当社のアプリケーションでは、センサは行き止まりのガス経路に配置され、センサはアルミニウム金属部品で完全に囲まれています。しかし、最悪の場合、センサは粒子フィルターを通して大気にさらされることになります。このような状況と当社製品における圧力センサの配置を考慮し、湿度、水滴、水分、粒子が圧力センサの性能に与える影響をお知らせください。 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、Dhanabal Tさん はい、センサーを手作業ではんだ付けしても問題ありませんが、この部品のパッケージ本体のピーク温度 (PPT) は 220 ℃ であり、ピーク温度での最大時間は 30 秒であることに留意する必要があります。この温度以上で 30 秒以上はんだ付けしないでください。 この情報は、次のリンクの「品質情報」セクションで確認できます: https://www.nxp.com/part/MPX5999D?#/ よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 迅速なご対応に改めて感謝申し上げます。 この部品を手はんだではんだ付けできますか?現在、当社の EMS サプライヤーは選択的ウェーブはんだ付けを採用していますが、新しいサプライヤーにはこの機能がありません。手作業ではんだ付けした場合、品質や信頼性に問題が生じると思われますか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、Dhanabal Tさん 圧力センサの出力電圧は、何度過圧を受けてもセンサが飽和状態になります。 この後、圧力が通常の圧力範囲に戻ると、余分なオフセットや精度や直線性の変化、その他の影響なしに、出力電圧が通常のレベルに回復します。 圧力が 4000kPa を超えないように注意してください。超えるとデバイスが永久に損傷します。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 ご返信ありがとうございます。 センサが一定時間(数秒または数分)過圧にさらされ、その後通常の動作圧力範囲に戻った場合、センサの出力電圧はどうなりますか?データシートには、出力電圧が圧力範囲外では飽和すると記載されていますが、回復したら通常どおり動作するかどうかを知りたいです。過圧の影響によりオフセットの変化や精度の変化はありますか? また、線形特性に従いますか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 正解です。P1 が完全にブロックされ、P2 が局所的な大気に開放されている場合、密閉された P1 の圧力を基準として局所的な気圧を読み取ることになります。これがアプリケーションで想定される動作ではない場合は、ポート P1 をパイプライン圧力に接続し、これを圧力読み取りの基準として使用する必要があります。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 [A1] センサーが線形特性に従い、P1 側が微粒子で完全にブロックされている場合、システムはパイプラインの圧力に関係なく大気圧を読み取りますか?この状況を避けるにはどうしたらよいでしょうか? [A2] 了解しました。 よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 [A1] 正解です。上記の状況では、センサの出力は線形特性に従います。 [A2] センサ内部のシリコンゲルに水滴が接触しても、ゲルの構造が劣化しない限り問題は発生しません。ゲルが損傷または劣化すると、ワイヤボンドが露出し、ショートしてセンサが損傷する可能性があります。 [A3] 残念ながら、トランスデューサー内にアクティブひずみゲージがいくつ配置されているかについての情報は持っておらず、これらのゲージがどのように接続されているかの電気的情報も共有できません。この種の情報は、署名済みの NDA を持つ NXP の営業担当者または NXP FAE によってのみ直接共有できます。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様                1. P1 側がポート P2 の圧力より低くなることはないと理解していますが、P1 側がブロックされているような状況(ガスに微粒子が含まれているため)では、P2 側が直接大気にさらされることになります。このような状況ではセンサの出力はどうなるのでしょうか?線形特性に従うのでしょうか? 2. 水滴がプロセス媒体(シリコンゲル)に接触した場合、アナログ読み取りにどのような影響がありますか? 2. トランスデューサー内部にはアクティブひずみゲージがいくつ配置されていますか?これらのひずみゲージが内部でどのようにコネクテッドされているかの電気的等価物を共有していただけますか? 熱いご反応をありがとうございました! よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 このセンサは、P1 が常に P2 以上となるアプリケーション向けに設計されています。 P2の最大値は500 kPaです。 つまり、気圧は 500kPa を超えてはならず、ポート P1 の圧力はポート P2 の圧力よりも低くなってはいけません。 操作時と保管時のケースは同じです。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 ありがとう。新年あけましておめでとうございます。 このトランスデューサーの動作および保管気圧範囲はどれくらいですか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 あけましておめでとう!! 遅くなってごめんなさい。クリスマスとお正月の休暇で外出していました。 あなたの質問にお答えします: NXP 圧力センサーはクラス 1 ESD であるため、範囲は最大 2000 ボルト (ESD) です。 静電放電は人体モデル (HBM) に従って適用され、500/1000/1500/2000 ボルトでテストされます。 詳しい情報については、DL200 データ ライブラリの 1-3 ページから 1-12 ページの「品質と信頼性」を参照してください。 この目的のために、次の URL から弊社 Web サイトに掲載されているデータ ブック DL200 を参照できます: http://www.nxp.com/docs/en/supporting-information/DL200.pdf * 本のサイズには約 25MB 必要となることに注意してください。 水滴は、センサーの内部機械構造に直接接触しない限り、問題を引き起こすことはありません。 前述のように、圧力センサについては湿度感度レベル (MSL) が分類されない理由は、圧力センサがオープンキャビティデバイスであるため特性評価できないからです。 ただし、読書にすぐに影響が出るわけではありません。 圧力センサには圧力測定を行うための機械構造があるため、センサの空洞内に微粒子が侵入すると、構造が詰まって損傷し、読み取りに問題が生じる可能性があります。 湿度は読み取りにすぐに影響を与えることはありませんが、長時間さらされると、ポイント 3 で説明した湿気の影響と同様に、センサの整合性が損なわれる可能性があります。 MPX5999 は 0 ~ +85℃ で動作するように温度補償されていますが、この範囲を超えると偏差が不明な値に増加し、永久的な損傷を受ける可能性があるため、推奨温度を超えて使用することはお勧めしません。 締め付けすぎるとセンサのCASEが破損し、漏れが発生して測定に誤差が生じる可能性があります。ポートの取り付けフランジと接着剤の結合ラインの破損を防ぐため、取り付け時にセンサ パッケージを締めすぎないようにしてください。推奨最大トルクは 3 in-lbs です。 詳細については、次のリンクをご覧ください: https://www.nxp.com/docs/en/application-note/AN936.pdf よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 上記の質問に関して何か更新はありますか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 迅速なご返答ありがとうございます。 下記の条件にセンサがさらされた場合、センサに何が起こり、読み取りに即時的な影響がありますか? 1. 放射干渉と静電放電 2. 水滴 3. 湿気 4. 微粒子 5. 湿度 6. 0℃および85℃を超える温度(このセンサは0℃から85℃まで2.5%の偏差で動作することを期待しています) 7.センサの過度なトルク よろしくお願いいたします。 Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 自動ゼロ機能はトランスデューサー自体に対してではなく、MCU サイズの読み取りに対して実行されます。詳細については、アプリケーションノート AN1636 をご覧ください: https://www.nxp.com/docs/en/application-note/AN1636.pdf 残念ながら、圧力センサの振動または衝撃定格に関する情報はございませんので、ご容赦ください。ただし、圧力センサは測定を実行するための機械部品を備えた MEMS (Micro Electro Mechanical Systems) であるため、大きな振動や衝撃によってこの機械部品が損傷し、測定に誤差が生じる可能性があることに留意してください。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 迅速なご対応ありがとうございます。 1.さまざまな原因によって発生したエラーを修正するために、トランスデューサーへのフィードバックなしで自動ゼロ機能をどのように実現するのでしょうか? 2.振動や衝撃に対する耐性に関するデータはありますか? また、振動や衝撃を受けた場合、トランスデューサーの性能はどうなりますか? Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 はい、MPX5999D トランスデューサーに自動ゼロを実装することは可能ですが、自動ゼロ機能はソフトウェアを通じて実行されるため、既存のソフトウェアを変更せずに実行することはできないと思います。エラーは機械的な実装によって発生するため、HW で実装することはできません。 湿度については、製品エンジニアから回答をいただきました。回答は次のとおりです。 湿度感度レベル (MSL) は、圧力センサについては分類されませんが、これはオープンキャビティデバイスであるため特性評価できないためです。 そのため、湿度は精度に影響を与える可能性があり、湿度が高いとデバイスが損傷する可能性があります。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 MPX5999D トランスデューサーに自動ゼロを実装することは可能ですか?既存のソフトウェアを変更せずにこのトランスデューサーを実装しようとしています。このトランスデューサーの動作および保管湿度範囲はどのくらいですか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ダナバルさん。 オフセット エラーとドリフトの原因は、デバイス間のオフセット変動 (トリム エラー)、機械的ストレス (取り付けストレス)、温度と経年変化によるシフトです。オートゼロを実行すると、これらのエラーが大幅に減少します。 オートゼロは、センサー出力のドリフトまたは変動を修正するために、基準圧力でのセンサーのオフセットをサンプリングすることに基づく補正技術です。この技術は、ゼロ圧力および圧力範囲全体にわたるエラーを修正します。 オートゼロ技術の詳細については、アプリケーションノート AN1636 を参照してください: https://www.nxp.com/docs/en/application-note/AN1636.pdf よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 分かりやすい説明をありがとう。 トランスデューサーがゼロ圧力および範囲全体で推奨出力特性をドリフトさせる原因は何でしょうか? よろしくお願いいたします。 ダナバルT Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 圧力にさらされたP2: ポート P1 の圧力が常にポート P2 の圧力以上である限り、P2 に圧力を加えても、センサの出力を含め、データシートの仕様は変更されません。 P2側の圧力または真空を維持します。 ポート P1 の圧力が常にポート P2 の圧力以上であれば問題ありません。 P2側がブロックされました: ポット P2 が密閉されている場合、圧力室のような状態で圧力が維持されます。センサの出力は、基準圧力として使用されるこの「圧力室」とポート P1 に適用される圧力との間の差圧によって得られます。 組み立て後に洗浄したセンサ: 圧力センサの場合、デバイス内部にダイヤフラム(ゲル)があるため、クリーニング/洗浄のプロセスが異なります。 当社の品質エンジニアは、これらのデバイスのクリーニングを推奨していません。ただし、デバイスをクリーニングする必要がある場合は、説明に記載されている方法をお勧めします。 部品のアクセス ホールをカプトン テープで密閉することを絶対にお勧めします。また、クリーニングする前にセンサーをキャップで塞ぐこともできます。 キャップは次のサプライヤーから入手できます。 http://www.stockcap.com/products.asp MPOS: NXP 圧力センサの内部ゲルにより、これらのデバイスは MPOS に準拠していません。清掃については、上記のポイント 4 の推奨事項に従ってください。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Jose様 情報ありがとうございます。以下の質問について明確にする必要がありますか? 1. P2 側に何らかの圧力が加わるとセンサに何が起こりますか?センサはデータシートに従って推奨出力を生成しますか? 2. パフォーマンスを向上させるには、P2 側で圧力または真空を維持する必要がありますか? 3. P2 側がブロックされた場合はどうなりますか? 4. フラックスを除去するためのボード洗浄プロセスの一環として、ボードに組み立てた後にセンサを洗浄するとどうなりますか? 5. このセンサはMPOS(中圧酸素サービス用クリーン)規格に準拠していますか?これは、表面または内部通路上の炭化水素剤(油、グリースなど)、微粒子(ほこり、土、糸くず、繊維、紙、錆など)、およびその他の異物が指定されたレベルまで洗浄され、部品またはアセンブリが清潔な状態を保つために適切に取り扱われ、梱包されていることを意味します。 Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 破裂圧力: このパラメータをテストすることはほとんどないため、新しいデータシートには破裂圧力定格は記載されなくなりました。破裂圧力が省略されたことにより、新しいパラメータ「最大圧力」が当社が保証する唯一の定格となり、すべてのケースにおいて、以前の「過圧」定格と同等になりました。MPX5999D が損傷を受けずに許容される最大圧力は 4000kPa です。 ほこり/水道/汚染物質/湿気への暴露: すべての NXP 標準圧力センサ製品では、乾燥空気以外の環境は製品の信頼性と寿命に何らかの影響を与える可能性があります。NXP のシリコン圧力センサは、オイル、ガス、ガソリンと互換性がなく、水、水蒸気、またはその他の化学物質の影響を受ける可能性があります。 この影響がアプリケーションにとって許容できるかどうかを判断する必要があります。 乾燥空気以外の媒体を使用するアプリケーションで当社のセンサーを使用するための可能なソリューション: パッケージ内部への機械的応力に加えて、硬化/加工された材料がパッケージ外部に引き起こす応力も評価する必要があります。これらを最小限に抑えるには、低応力の封止材を使用する必要があります。そしてもちろん、潜在的なストレス誘発のポイントの後のデバイスの再調整/自動ゼロ設定は強く推奨され、測定前に実行すれば機械的ストレスの懸念を軽減できます (読み取り中の温度デルタは最小限です)。 アプリケーション ノート AN3728 では、NXP 圧力センサのメディア互換性について説明します。このアプリケーションの 3 ページ目には、いくつかのメディアをテストしたことが示されていますが、これらの条件下でのこれらのデバイスの長期的な信頼性については保証できません。 AN3728: https://www.nxp.com/docs/en/application-note/AN3728.pdf ピンの曲がり: センサのリード/ピンは、必要に応じて回路基板への組み立てのために直角 (90 度) に形成できますが、適切なリード形成技術とツールが使用されていることを確認する必要があります (その目的のために特別に設計されていない限り、手動ペンチまたは「ニードルノーズ」ペンチをリード形成に使用しないでください)。これを実行する適切な方法については、次のリンクにあるアプリケーションノート AN936 に記載されています: https://www.nxp.com/docs/en/application-note/AN936.pdf ゼロ圧力時の電圧: マイクロコントローラに統合された圧力センサーを使用する場合は、自動ゼロ機能を実装することをお勧めします。オートゼロは、センサ出力のドリフトまたは変動を修正するために、基準圧力でセンサのオフセットをサンプリングすることに基づく補正技術です。 アプリケーションノート AN1636 は、統合圧力センサの自動ゼロ機能を実装してより高い精度を実現するためのガイドラインです: https://www.nxp.com/docs/en/application-note/AN1636.pdf よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、ホセさん。情報ありがとうございます。 トランスデューサーが耐えられる破裂圧力はどのくらいですか? パイプラインのホースが接続されていない状態でセンサーがほこり/水/汚染物質/湿気にさらされるとどうなりますか? 私たちのアプリケーションでは、ピンを下図のように曲げたいのですが、トランスデューサーの品質を損なうことなく、下図のようにピンを形成する方法を提案していただけますか。 当社の既存製品の 1 つは、パイプライン センシング アプリケーションに同じトランスデューサーを使用しました。FCT テスト中に、ゼロ圧力での最小および最大出力電圧を満たさなかったために、いくつかのセンサが故障したことが確認されました。故障したセンサはゼロ圧力で 100mV/140mV を生成しました。電圧低下の原因となる問題は何でしょうか? Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 品質エンジニアからは次のような回答をいただきました。 このファミリの資格認定は、最終読み取りポイントとして合計 128 ユニットの HTOL を 1,008 時間以上実行して実行されました。 信頼区間が 95% の場合、障害が発生するまでの MTTF 値は約 56,034 時間になります。 よろしくお願いします。 ホセ NXP Semiconductors Re: What is the worst case maximum current consumption of MPX5999D pressure sensor? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、 電流消費に関するご質問を解決するためにアプリケーション エンジニアに支援を依頼したところ、電流は全圧力範囲にわたって最大 0.5 mA しか変化せず、標準的な電流に基づくと比較的小さいと言われました。また、残念ながら、データシートに記載されている内容以外、電流に関する詳細は提供できないとも述べました。 MTBF については、当社の圧力センサについてはこの情報を提供していませんが、品質エンジニア チームにこの情報を生成できるかどうかの支援を依頼しています。もちろん、これには追加の時間がかかります。転送しますが、少なくとも 1 週間は何も期待できません。 ご理解とご協力に感謝いたします。 よろしくお願いいたします。 ホセ
View full article
LF signal reception on NTM88 TPMS Hello, I am trying to receive the data on LF module in NTM88 TPMS. Configured the LF module in Data reception mode device wakeup Due to LF carrier and error flag is set so unable to debug where is problem like in Premble or sync byte or in wakeup id or in data Is any way to check received data on LF module like connecting any pin to DSO. I used X-TPMS88EH11S434 board as LF receiver and LF transmitter which send 2 ms preamble , 9 T pattern of sync pattern, 2 byte of wakeup id Following are my LF module setting: LFCTL1_LFEN = 0; /* Wait 3ms before writing in the registers */ Delay_TPM_ms(3); /* Low consumption during sniff mode + LF Ack */ LFS = (LFS_LPSM_MASK | LFS_LFIAK_MASK); /* LFCTRLE to LFCTRLB are taken care of by vnfLFRConfigFactoryRegs called in TPMS_LF_ENABLE() */ LFCTRLA = 0; LFCTRLB_LFPOL = 1; LFCTL2 = 0; LFCTL3 = (LFCTL3_T9_PATTERN | LFCTL3_DATA_1024_USEC_CARRIER_1024_USEC); /* Enable Data Mode interrupts, enable the digital decoder and carrier */ /* validation, and set sync time-out */ LFCTL4 = (LFCTL4_LFDRIE_MASK | LFCTL4_DCEN_MASK | LFCTL4_VALEN_MASK | LFCTL4_SYNC_SET_TO_24_MSEC | LFCTL4_LFCDIE_MASK | LFCTL4_LFIDIE_MASK);//|LFCTL4_LFERIE_MASK); /* Set ID values */ LFIDH = ((UINT8) 0x12u); LFIDL = ((UINT8)0x34u); /* Disable carrier mode */ LFCTL1_CARMOD = 0; /* Set ID type to 16-bit type */ LFCTL1_IDSEL = IDSEL_TYPE_16_BIT; /* Set sensitivity */ LFCTL1_SENS = 2; // High sensitivity Re: LF signal reception on NTM88 TPMS Hello Nikita, the reason could be input saturation. Please refer to section  in AN4391. There is description of the fault and in section 4.2 is NXP recommendations how to solve it. The AN4391 can be downloaded from the NTM88 product page. There is lot of other documents to the NTM88 TPMS, which might interest you. With Best Regards, Jozef
View full article
using MPXHZ6130A sensor I am trying to use MPXHZ6130A sensor, Can I embedded these sensors inside the concrete?? Re: using MPXHZ6130A sensor Hi Chuyen Nguyen, This is a tricky question, I cannot be completely sure since we have never tested our pressure sensor with this kind of environment, so you would need to run your own tests if needed, but, I don’t think that it is possible that you can embed pressure sensors inside the concrete because of several factors like temperature, moisture, vibrations, forces pressing the sensor package caused by the concrete, etc. If these factors are not within the specs, the pressure sensor could suffer permanent damage. MPXHZ6130A is an absolute pressure sensor that comes in 2 different packages, one ported and the other is un-ported, I don’t know which one you are trying to use, but in both cases there is an important factor that it’s important to mention: under any circumstance, the port/hole on top of the pressure sensor should be covered/filled with the concrete, otherwise this can degrade the internal gel of the pressure chamber that is covering the wire-bonds and die circuit causing a permanent damage on the device. And if the concrete does not get in touch with the internal gel, but covers the hole/port and blocking it, then it would be very difficult to measure the differential pressure since no big pressure would be able to be applied to the port/hole. Have a great day, Jose Reyes ----------------------------------------------------------------------------------------------------------------------- Note: If this post answers your question, please click the Correct Answer button. Thank you! -----------------------------------------------------------------------------------------------------------------------
View full article
MPXM2010GS Supply Voltage MPXM2010GS parametric page 0 - 10kPa Compensated Pressure Sensor | NXP specifies supply voltage min is 1V: Supply voltage [min] (V) 1.0 Supply voltage [max] (V) 16.0 Supply voltage [typ] (V) 10 https://www.nxp.com/docs/en/data-sheet/MPX2010.pdf data sheet specifies supply voltage 10V typ  and 16 V max.  Note 2 in the data sheet states "Device is ratiometric within this specified excitation range. Operating the device at a different range may induce additional error due to device self-heating. VS — 10 16 VDC" Questions: Can the MPXM2010GS operate with 5V supply? What are the tradeoffs operating at 5V vs 10V or 15V supply (ie SNR)? Thanks, Mark Pressure Sensors Re: MPXM2010GS Supply Voltage Hi, Answering to your questions: Can the MPXM2010GS operate with 5V supply? [A] Yes, you can use the MPXM2010GS with a voltage supply of 5V, although the recommended value is 10V since spec may change. Take in mind that the output is radiometric with the input voltage, so, output voltage range will be smaller than using 10V. What are the tradeoffs operating at 5V vs 10V or 15V supply (ie SNR)? [A] Offset, noise, linearity, can vary, but nothing that can affect the measurements. You can use the application note AN4010 as a guideline about to use this sensor with different supply voltages, in page 4 is described an example using 5V as the supply voltage. https://www.nxp.com/docs/en/application-note/AN4010.pdf Regards, Jose NXP Semiconductors
View full article
IOTZTB-DK006 Development Kit and RD-UAMP-SENSOR Is it possible to use a IOTZTB-DK006 Development Kit with RD-UAMP-SENSOR and if so, then how do I read the current and display it using MCUXpresso or by other means? Also, how should they be connected? In addition, how do I use the the IOTZTB-DK006 Development Kit to iterate through a MUX using the pins? Re: IOTZTB-DK006 Development Kit and RD-UAMP-SENSOR Hello, Referring to the user manual of the UAMP-SENSOR says that this is made for use with Freedom Development Ecosystem or any other Arduino-like development boards. The IOTZTB-DK006 development kit is commonly used for wireless applications. Please take a look to the links I dropping you down below. You will have access to more information about the prerequisites and how to use the UAMP-SENSOR. https://www.nxp.com/docs/en/user-guide/UM11470.pdf https://www.nxp.com/document/guide/getting-started-with-the-rd-uamp-sensor-reference-design:GS-RD-UAMP-SENSOR If you would like to use any of the MCUs available in the IOTZTB-DK006 development kit, you’ll need to verify the following things: Verify that your application is supported Verify that the board you want to use is supported by the Sensor Development Toolbox Verify the memory footprint of  your application I hope this helps. Best regards, Daniel.
View full article
使用 MPXHZ6130A 传感器 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我想使用 MPXHZ6130A 传感器,我可以将这些传感器嵌入混凝土内部吗? Re: using MPXHZ6130A sensor <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 你好,Chuchyen Nguyen、 这是一个棘手的问题,我无法完全确定,因为我们从未在这种环境下测试过我们的压力传感器,所以如果需要,你需要自己进行测试,但是,我认为不可能在混凝土中嵌入压力传感器,因为温度、湿度、振动、混凝土对传感器封装造成的压力等多种因素。如果这些因素不符合规范,压力传感器可能会受到永久性损坏。 MPXHZ6130A 是一款绝对压力传感器,有 2 种不同的封装,一个是移植的,另一个是未移植的,我不知道你在尝试使用哪一个,但在这两种情况下,都有一个重要的因素值得一提:在任何情况下,压力传感器顶部的端口/孔都应该用混凝土覆盖/填充,否则这可能会降解覆盖电线粘合剂的压力室内部凝胶死机电路对设备造成永久损坏。如果混凝土没有接触到内部凝胶,而是覆盖了孔/端口并将其堵住,那么就很难测量压差,因为没有大的压力可以施加到孔/端口上。 祝您愉快, 何塞-雷耶斯 ----------------------------------------------------------------------------------------------------------------------- 注:如果本帖回答了您的问题,请点击正确答案按钮。Thank you! -----------------------------------------------------------------------------------------------------------------------
View full article
Magnetometer Development Board does not startup Dear community, I followed the steps described in the Quick Start Guide: * Download Software from freescale.com\sensortoolbox * Installed Software - no Errors occured * Connected Evalboard to USB-port and switched the power Switch to on (red led is on) * FTDI-Driver is installed (checked in Device Manager) * Software started and then it appears a window "Loading Freedom Sensor Toolbox(CE) - Please wait..." and nothing happens Can anybody help? Thanks Frank Re: Magnetometer Development Board does not startup I can not download  the E-Compass Sensor Toolbox v6.1.0.1, it say Page Not Found can you sent it to my email 364023214@qq.com .thanks very much. i really need it now. I'm looking forward to your reply. Re: Magnetometer Development Board does not startup Dear Tomas, yes, indeed it is the LFSTBEB3110 Magnetometer Development Board. With your help and downloading the E-Compass Sensor Toolbox it works now. Maybe it is worth thinking about adding this Detail to the Quick Start Guide. Nevertheless Thanx for your quick Response. Regards Frank Re: Magnetometer Development Board does not startup Dear Frank, Could you please specify which development board are you using? If it is the RD4247MAG3110 (LFSTBEB3110), please download and install the E-Compass Sensor Toolbox v6.1.0.1. Best regards, Tomas PS: If my answer helps to solve your question, please mark it as "Correct". Thank you.
View full article
新しい Freedom センサ Toolbox を FRDM-K64F および FRDM-STBC-AGM01 で使用する場合の問題 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、   Freescale の友人の一人が FRDM-STBC-AGM01 ボードをプレゼントしてくれたので、新しい Freedom Sensor Toolbox でそれをテストするのがとても楽しかったです。新しい Kinetis インターフェース ツールは非常に興味深いと思ったので、新しいボードと FRDM-K64F で動作させるために必要な手順をすべて実行しました。ファームウェアをボードにフラッシュし、ツールとの接続を確立することができました。テスト用の適切なコマンド シーケンス ファイルをロードしたところ、「 Start APP Streaming」コマンドでエラーが発生しました。   コマンド/レスポンスウィンドウに表示される内容は次のとおりです。   COM6にコネクテッドデバイス デバイスへの書き込み- 01 01 06 00 00 プロトコル: ISFコマンドインタープリタ - デバイス応答 01 01 80 00 00 デバイスへの書き込み- 01 02 06 00 00 プロトコル: ISFコマンドインタープリタ - デバイス応答 01 02 80 00 00 デバイスへの書き込み- 01 01 02 2C 0C 02 0A 02 0B 02 0C 02 0D 02 0E 02 0F プロトコル: ISFコマンドインタープリタ - デバイス応答 01 01 80 0C 0C デバイスへの書き込み- 01 01 02 18 14 02 00 02 01 02 02 02 03 02 04 02 05 02 06 02 07 02 08 02 09 プロトコル: ISFコマンドインタープリタ - デバイス応答 01 01 80 14 14 デバイスへの書き込み- 01 01 02 38 01 04 プロトコル: ISFコマンドインタープリタ - デバイス応答 01 01 80 01 01 デバイスへの書き込み- 01 02 02 00 01 52 プロトコル: ISF コマンド インタープリター - デバイス応答エラー!   したがって、これはバイト コマンド シーケンスのバグか、K64 にフラッシュされたファームウェアのバグである可能性があると考えました。SO、K64F ボードを KL25 に切り替え、対応するファームウェアをフラッシュしました。その後、同じコマンド シーケンス ファイルを使用しましたが、うまくいきました。したがって、K64 ファームウェアに何らかのバグがあると思われます。   オリジナルの「 Sensor Fusion Toolbox 」ビューを使用しようとすると、K25 ボード (および対応するファームウェア) が認識され、センサからデータを取得できるようになります。K64 もこのビューでは動作しません。   2 番目の K64 ボードに対してあらゆることを試しましたが、成功しませんでした。Windows 7を使用しています。   問題について何か手がかりはありますか?ファームウェアのバグですか、それとも Windows 7 経由で K64 ボードをフラッシュするときに問題が発生したのでしょうか?   それでは。   アントニオ センサ・フュージョン Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ブルーノ、 連絡先情報を( mike.stanley@freescale.comまで)送っていただけますか?ISF チームの担当者からお電話を差し上げましょうか? ありがとうございます Mike Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 上の画像は間違っています。正しい画像はこちらです。 Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、マイケル。 これらすべての点については以前から気づいていましたが、適切な変更を加えても、まだ違いはありません。 また、ISF のテンプレート プロジェクトで間違ったプロセッサMK64FNM0VLQ12 が使用され、重複していることにも気付きました。 問題はISF R2P1 PEx.PEupdファイルにあるのでしょうか?プロジェクトで .PEupd ファイルをビルドすることは可能ですか? もう 1 つ、すべてのプラグイン、KSDK などを更新しました。KDS ではすべて最新の状態になっています。 改めて、ご協力ありがとうございました。 Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ブルーノ、 いくつかありますが、それでも解決しない場合は、ISF の専門家数名に手伝ってもらい、問題を解決します。私のプロジェクトは Codwarrior ベースです。2 つのプラットフォーム間に何らかの違いがある可能性があります。K64F は私が多くのプロジェクトで使用しているボードなので、ISF (コマンド インターフェースを含む) は K64F でも問題なく動作するはずです。 PEの下にCPUインスタンスが2つリストされています「プロセッサ」の見出し。1つだけのはずです。 K64F の場合、MK64FN1M0VLL12 を使用する必要があると思います (少なくとも、これは私が CodeWarrior プロジェクトで使用しているものです)。画面にMK64FNM0VLQ12が表示されます。ISF は VLL12 ではそのまま使用できるはずです。他のバリアントで動作させるには、より多くの作業が必要になります。それは可能ですが、その方法を取る場合は、私よりも専門知識のある人の協力を得る必要があります。 SO、お持ちの 2 つの CPU を削除し、MK64FN1M0VLL12 に置き換えてみてください。それでは結果をお知らせください。本日は米国を拠点とする ISF チームの休日のため、さらなるフィードバックは月曜日まで待たなければならない可能性があることにご注意ください。 幸運を祈る! Mike Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、マイケル。 Kinetis インターフェース ツールを使用してデモを実行し、各ファームウェアをダウンロードし、コマンドを実行してストリーミングを開始することができました。 問題は、ISF コンポーネントを使用して Kinetis Design Studio でプロジェクトをビルドできないことです。ISFCOre を使用しようとすると、ISF_CI_Protocol コンポーネントが自動的に追加され、エラーが発生します。選択したプロセッサ (私は K64F ボードを使用しています) は CI プロトコルをサポートしていないようです (画像を参照)。 このコンポーネントを削除した場合にのみプロジェクトがビルドされます。これが、データ ストリーミングを開始するコマンドを送信するときにデバイス エラーが発生する原因であると考えられます。 プロトコルの設定をいくつか試しましたが、機能しません。 すべてのデモ (コンパイルされたファームウェア) が期待どおりに実行されるのに、サンプル プロジェクト (たとえば、ISF_K64F_KDS_PROJ) をダウンロードしてビルドし実行すると、通信中にストリーミング開始エラーが発生するのは不思議です。 何か解決策はありますか。 ご返信よろしくお願いします。 Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Windows クライアントと埋め込みコードに関連する互換性の問題を理解するには、以下の表を参照してください。 また、Kinetis MCU 用のセンサー フュージョン ライブラリのバージョン 4.22 では、通信に使用する UART を (コンパイル時に) 指定する必要があったことにも注意してください。これにより、PC への接続に有線を使用しているか無線を使用しているかに応じて変更が必要であることをユーザーが認識しなかった場合、問題が発生することがありました。それがあなたの問題だと思います。ライブラリのバージョン 5.00 では、UART トラフィックを両方の UART に送信することでこの問題が解決されました。 したがって、選択肢としては、バージョン 4.22 を使用して特定の有線/無線状況に合わせて再コンパイルするか (ユーザーガイドを参照)、バージョン 5.00 にアップグレードするか (推奨) のいずれかになります。後者のリンクはhttp://www.freescale.com/sensorfusionにあります。 Windowsベースのファームウェア センサーフュージョン対応 通信プロトコル 埋め込みライブラリ リンク Kinetis インターフェース ツール (別名 KIT) なし ISFコマンドインターフェース ISF ISF については、 freescale.com/isfをご覧ください。また、以下のセンサツールボックスも参照してください。 Windows 向け Freescale センサ Fusion ツールキット はい ISF と互換性がありません。 Kinetis向けFreescale Sensor Fusionライブラリに固有 ライブラリのバージョン 4.22 は非推奨です。 現在のバージョンはバージョン 5.00 です。 freescale.com/sensorfusion​ センサツールボックス センサツールボックスは、KinetisインターフェースツールまたはFreescale Sensor Fusionツールボックスを呼び出すことができるラッパーツールです。 上記参照 ISF センサツールボックス|フリースケール Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ここでも同じ問題があります.... 解決策はありますか?2 つの K64F ボードでテストしましたが、常に同じエラーが発生します... Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、アントニオ。 今のところ、ここで問題を再現できていません。K64F + AGM01 をいくつか持っていますが、問題なくフラッシュされ、データがストリーミングされています。ストリーミング開始コマンドからの 9C エラーは、通常、ストリーミング用の初期センサ設定の実行中に何らかの問題が発生していることを意味しますが、これはさまざまな問題の原因である可能性があります... ISF CI ストリーミング プロトコルを使用してみて、同じ問題が発生するかどうか確認していただけますか?これを実行するには、KIT AGM01 - FRDM_K64Fファームウェアを使用してボードをプログラムし、「ISFデバイスの検索」を使用してボードに接続し、「コマンドインタープリターストリーム例.txt」の最初の6つのコマンドを使用します。ストリーミングを開始するためのファイル。 よろしくお願いいたします。 トロイ Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、トロイ 私はオフィスを離れており、デバイスが動作しなかったため、ご質問に回答するのに 2 日かかりました。今、エラーを再現するために手順(ボードプログラミングとコマンドシーケンスファイル)を再度実行しました。 まず最初に...はい、 「サブスクリプション 1 クイック リード ストリーミング コマンド.txt」ファイルを使用しています。 以下は、デバイスからの応答が追加された、以前のコマンド ログの最後の 3 行です。 デバイスへの書き込み- 01 02 02 00 01 52 プロトコル: ISF コマンド インタープリター - デバイス応答エラー! 01 02 9C 01 01 役に立つといいのですが それでは。 アントニオ Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、アントニオ。 この問題を再現し、解決できるかどうかを確認中ですが、いくつか質問があります。 まず、K64Fにハードウェアの問題があるのではないかと心配しています。両方のツールがKL25Zでは機能するのにK64Fでは機能しないというのは非常に奇妙です。 コマンドから「適切なコマンドシーケンスファイルをロードしました」と言う場合、「サブスクリプション 1 クイック読み取りストリーミングコマンド.txt」を意味しているようです。ファイル。これは正しいですか? コマンド ログが「プロトコル: ISF コマンド インタープリター - デバイス応答エラー!」で終了しています。その行の下のバイトを返信していただけますか?これはおそらく一般的なエラー (9C) ですが、そうでない場合は再現に役立つ可能性があります。 ありがとうございます トロイ Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> アントニオ、 少なくとも 1 つの有効なパスがあることはうれしいです。私は Kinetis インターフェース ツールにあまり詳しくないので、明日その開発者に確認して、ディスカッションに参加するよう依頼します。 よろしくお願いいたします。 Mike Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、マイケル。 KIT を呼び出すと、「ボード プログラミング」タブがあり、マイクロコントローラとセンサ ボードのいくつかの組み合わせに適切な通信 ISF ファームウェアをフラッシュするためのオプションがあります。FRDM-K64F + FRDM-STBC-AGM01 用に KIT が提供しているものをフラッシュしようとしましたが、KIT では動作しませんでした。対応するファームウェアを搭載した FRDM-KL25 を使用してみたところ、正常に動作しました。ツールボックス ランチャーを実行し、そこから「クラシック」センサー フュージョン ツールボックスを選択すると、以前使用していたのと同じソフトウェア (少なくとも GUI では) が取得されました。実際のボードの向きに従って回転するボードの画像が付いたソフトウェアです。これは FRDM-KL25 + FRDM-STBC-AGM01 の組み合わせでも正常に動作しましたが、FRDM-K64F でも動作しませんでした。 私の最初の投稿の KIT メッセージから、ISF を介して K64 ボードに送信されたすべてのコマンドが機能していることがわかりますが、データ ストリーミングを開始するコマンドだけが機能していません。したがって、ISF ファームウェアは部分的に動作しています。また、Windows 7 経由でボードをフラッシュするときに問題が発生する可能性があると強調したのは、ブラウザーから直接 FRDM-K64F にバイナリを送信するとき、つまり MBED を使用するときに、コンパイル時にボードに対応する仮想 MSD にバイナリを直接保存するときに問題が発生したためです。通常、そうするとボードは動作しない、SO、常に MBED バイナリ ファイルをワークスペースに保存し、そこからファイルを K64 MSD に移動します。おそらくツールボックスで K64F を直接フラッシュする際に問題が発生しているのでしょう。 今、あるアイデアが思い浮かびました。皆さんが私の考えの流れを追っていただけるよう、上記の元のテキストをそのまま残すことにしましたが、実際にテストしてみたところ、興味深い結果が得られました。私は、Windows 7 を実行しているオフィス コンピューターのツールボックスを使用しようとしました。現在は、Windows 8 を実行しているホームのノートPCを使用しており、幸運にも FRDM-STBC-AGM01 ボードをホームに持ち帰り、いくつかの KL25 ボードで遊ぶことができました。SO 私は「ホーム」の K64 ボードを手に取り、KIT と「クラシック」ツールボックスの両方を使ってみました。KIT を試したところ (対応するファームウェアをフラッシュ)、ボードは対応するコマンドの後にデータのストリーミングを開始しましたが、数秒後にフリーズしました。「クラシック」ツールボックスを使用すると(推奨ファームウェアを再度フラッシュすると)、完璧に機能しました。 それについて何か手がかりはありますか? Re: Problems using the new Freedom Sensor Toolbox with the FRDM-K64F and FRDM-STBC-AGM01 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちは、アントニオ。 ツールの歴史的背景を少し説明して、それが何かを明らかにするかどうか見てみましょう。 2 つの異なるセンサ フュージョン実装があります。独自のセンサドライバが含まれ、PE LDD 通信ドライバを利用する「スタンドアロン バージョン」(最新リリースは 2014 年 11 月) があります。第 2 バージョンは、ISF (Intelligent Sensing Framework) 上に構築されています。基礎となる融合コードは同じです。Sensor Fusion Toolbox for Windows に含まれるプリコンパイル済みバイナリは、最初の (非 ISF) バージョンを使用して構築されました。これらは、「Kinetis インターフェース ツール」(KIT) が使用する ISF コマンド インターフェースをサポートしていません。つまり、この 2 つは互換性がありません。ISF インターフェイスを使用し、KIT で動作するセンサー フュージョン アプリケーションを構築することはできますが、Sensor Fusion Toolbox のすべての視覚化を実現できるわけではありません。 それは役に立ちますか? Mike
View full article
How to make MMA9553L go into DOZE mode? I try to use an MCU to communicate with MMA9553L by I2C. I'm sure that I2C and other command works fine. As I've read the MMA955xLSWRM, I try to write command {0x12,0x20,0x06,0x01,0x04} to the cfg register, but it shows the same phenomenon with command {0x12,0x20,0x06,0x01,0x00} . The current is still very big. So I want to know, how to make MMA9553L go into DOZE mode? Why I'm wrong? What should I do? My E-Mail is biht@neusoft.com if necessary. Thank you! Accelerometers Re: How to make MMA9553L go into DOZE mode? Thank you for notifying me. By the way, will MMA9555L update to a new FW at the same time? Re: How to make MMA9553L go into DOZE mode? Excellent, FYI, we'll release soon a new FW revision for MMA9553L which reduces significantly the pedometer operating current. I'll email you directly when it will be available. Re: How to make MMA9553L go into DOZE mode? Hi, Jacques Trichet Thank you very much for your help. That PDF is useful. I have deceased the current successfully. Re: How to make MMA9553L go into DOZE mode? Hi, Attached presentation describes how to optimize and reduce MMA9553L current consumption. The most effective means are the following: - autonomous suspend feature of the pedometer application, - doze mode of the sleep/wake application. I hope it will help to solve your issue. Don't hesitate to ask for further details if needed. Regards,     Jacques.
View full article
Is it possible use the pressure sensor with freshwater? Need to check the central heating medium pressure drop Pressure Sensors Re: Is it possible use the pressure sensor with freshwater? Hello Tomas, It seems that the indirect measuring is the best choice for water-level measuring as shown in Fig 2 of AN3728. But the air trapped in the pipe will expand when increasing the temperature (and vice versa) and consequently the applying pressure on the diaphragm will depend on the temperature. The measuring system will depend on the temperature although the MEMS pressure sensor is temperature compensation.  Could you please give me your comments about this? Any suggestion to overcome this problem? Thank you very much. Best regards, DuySon Nguyen, MEMSiTech, Saigon Silicon City, Vietnam Re: Is it possible use the pressure sensor with freshwater? Hi Vasek, We do not recommend all our sensors to become in direct contact with any kind of liquid substance or corrosive gases which would damage the gel and cause the sensor to become out of specification. The strain gauge and the electronic circuitry for calibration and compensation are protected by a nitride layer but the aluminum bonding pads which provide electrical connections between the leadframe and the gauge are not protected, in order to make the bonding feasible. The complete die is also protected with a silicone gel. This gel is not fully hermetic, although we use much better gel for our newer types of pressure sensors, water or any other fluid can penetrate the gel and can reach the die. When the sensor die is in contact with water e.g., oxydoreduction reactions between Al/Al3+ and water start as soon as the sensor is biased. After some working hours, or maybe days, the aluminum pad of the supply pin is definitely destroyed, so that an open circuit on the Vcc pin occurs. This is an aluminum corrosion phenomena. But the corrosion phenomena is stopped when the sensor supply voltage is switched off. There are also some other failure causes like galvanic corrosion, but the Mean Time To Failure (MTTF) due to these other causes much longer than the MTTF caused by electrocorrosion of the Vcc pad. Therefore electrocorrosion is the major failure cause, and they are permanent. However, as you may know, our products are used in washing machine applications, which would expose the gel to a humid environment. In these applications, the device is located at the top of a measurement tube - so water level is indirectly measured through the water pushing a trapped air column up to the sensor. As you can see in the following application notes, the sensor does not have a direct contact with water, but is separated by the air column. AN1950: Water Level Monitoring http://www.nxp.com/assets/documents/data/en/application-notes/AN1950.pdf  AN1516: Liquid Level Control Using a Pressure Sensor http://www.nxp.com/assets/documents/data/en/application-notes/AN1516.pdf  We have also an application note about media compatibility.                                                    AN3728: Media Compatibility for IPS PRT Pressure Sensors http://www.nxp.com/assets/documents/data/en/application-notes/AN3728.pdf  Best regards, Tomas
View full article