intel / zephyr.js

JavaScript* Runtime for Zephyr* OS
Other
180 stars 64 forks source link

BME280 example #1235

Open kenchris opened 7 years ago

kenchris commented 7 years ago

Now we have BMP280 example, it would be nice to use the new BME280 instead as it has temp/pressure and relative humidity.

https://www.adafruit.com/product/2652 https://www.sparkfun.com/products/13676

Of course having it integrated with generic sensors would be even cooler :-) This is a super exciting sensor!

kenchris commented 7 years ago

Related https://jira.zephyrproject.org/browse/ZEP-130

kenchris commented 7 years ago

Actually it is supported directly by Zephyr already: https://jira.zephyrproject.org/browse/ZEP-131

jimmy-huang commented 7 years ago

@kenchris we'll need to get 1 of these BMP280 sensors first, it's on our hardware list.

grgustaf commented 7 years ago

@kenchris when you said 'instead' what did you mean? Replace the temp sensor in the WebBT demo?

kenchris commented 7 years ago

Just ignore the instead - not sure why I added that

grgustaf commented 7 years ago

With my habit of quick skimming I didn't notice the difference between BMP280 and BME280 - makes sense now. :)