mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
JSON: Changes to field names
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -5,15 +5,14 @@
|
||||
{
|
||||
"RSC":
|
||||
{
|
||||
"Brief": "SPI based Board Mount Pressure and Temperature",
|
||||
"Name": "SPI based Board Mount Pressure and Temperature",
|
||||
"Description": "The RSC Series is a piezoresistive silicon pressure sensor offering a digital output for reading pressure over the specified full scale pressure span and temperature range. It is calibrated and temperature compensated for sensor offset, sensitivity, temperature effects, and non-linearity using a 24-bit analog-todigital converter with integrated EEPROM. Pressure data may be acquired at rates between 20 and 2000 samples per second over an SPI interface. It is intended for use with non-corrosive, non-ionic gases, such as air and other dry gases, designed and and RoHS compliant. Most of the functionality available on this chip has been implemented. The driver calculates the compensated pressure and temperature values based on the information provided in the datasheet. The user must not mess around with the coefficient and adc init value readings from the EEPROM as these are used to calculate the compensated pressure and temperature values. In order to get the sensor to work properly on an Edison, you would need to turn off the Edison SPI power management, this can be done with the command: echo on > /sys/devices/pci0000\\:00/0000\\:00\\:07.1/power/control. You might have to use external pull up resistors on all the lines. More info about this has been provided in the datasheet with a table and a diagram.",
|
||||
"Part Numbers": ["rsc"],
|
||||
"Aliases": ["rsc"],
|
||||
"Categories": ["pressure", "temperature"],
|
||||
"Connections": ["gpio", "spi"],
|
||||
"Project Type": ["medical", "industrial", "extended"],
|
||||
"Manufacturers": ["Honeywell"],
|
||||
"Kits": [],
|
||||
"Image": "rsc.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Python": ["rsc.py"],
|
||||
|
Reference in New Issue
Block a user