mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 22:47:28 +03:00

Unified all Java examples to *match* <LIBRARY>[_otherstuf]_Example.java. Note, a handful of the examples have a pseudo-random string for the first component (see FlexSensor_Example.java, ideally this would be Flex_Example.java). This commit allows for quick development on a single sensor library since a -DMODULE_LIST=mysensorlib now works with Java examples (previously Java examples would fail generation when using MODULE_LIST). * Renamed examples * Updated class names * Updated library descriptor .json files * Updated sample mapping file TODO: Make this work like the C/C++ examples - grab the target library name from the filename and grab all dependencies from that target library. Fix the handful of example names which don't conform. Signed-off-by: Noel Eck <noel.eck@intel.com>
50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"Library": "bmpx8x",
|
|
"Description": "BMP Atmospheric Pressure Sensor",
|
|
"Sensor Class":
|
|
{
|
|
"BMPX8X":
|
|
{
|
|
"Name": "BMP Atmospheric Pressure Sensor",
|
|
"Description": "The BME280 is as combined digital humidity, pressure and temperature sensor based on proven sensing principles. The sensor module is housed in an extremely compact metal-lid LGA package with a footprint of only 2.5 * 2.5 mm2 with a height of 0.93 mm. Its small dimensions and its low power consumption allow the implementation in battery driven devices such as handsets, GPS modules or watches. The BME280 is register and performance compatible to the Bosch Sensortec BMP280 digital pressure sensor",
|
|
"Aliases": ["bmpx8x"],
|
|
"Categories": ["pressure"],
|
|
"Connections": ["i2c"],
|
|
"Project Type": ["prototyping", "industrial"],
|
|
"Manufacturers": ["seeed", "adafruit", "sparkfun"],
|
|
"Kits": [],
|
|
"Examples":
|
|
{
|
|
"Java": ["BMPX8X_Example.java"],
|
|
"Python": ["bmpx8x.py"],
|
|
"Node.js": ["bmpx8x.js"],
|
|
"C++": ["bmpx8x.cxx"],
|
|
"C": ["bmpx8x.c"]
|
|
},
|
|
"Specifications":
|
|
{
|
|
"Vdd": {"unit": "v", "low" : 1.8, "high": 3.6},
|
|
"Supply Current": {"unit": "uA", "low": 3, "high": 32},
|
|
"Peak Current": {"unit": "uA", "low": 650, "high": 1000},
|
|
"Standby Current": {"unit": "uA", "low": 0.1, "high": 0.1},
|
|
"Pressure Range": {"unit": "hPa", "low" : 300, "high": 1100},
|
|
"Temperature Range": {"unit": "C", "low" : -40, "high": 85}
|
|
},
|
|
"Platforms":
|
|
{
|
|
"Intel Joule Module":
|
|
{
|
|
"Notes": ["Requires pull-up resistors with carrier board"],
|
|
"Images": [""]
|
|
}
|
|
},
|
|
"Urls" :
|
|
{
|
|
"Product Pages": ["https://www.adafruit.com/product/1900"],
|
|
"Datasheets": ["https://cdn-shop.adafruit.com/datasheets/1900_BMP183.pdf", "https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf"],
|
|
"Schematics": ["https://learn.adafruit.com/adafruit-bmp183-spi-barometric-pressure-and-altitude-sensor/downloads#schematic"]
|
|
}
|
|
}
|
|
}
|
|
}
|