You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accuracy of the SCD30 can be increased by specifying a pressure value and the BNE668 is able to measure the pressure and provide this value.
We need to determine if the value can be provided directly to the SCD30 by physically connecting the two sensors or if it can only be set via software. If only the latter works, then we will need a way for the two sensor drivers to talk.
Perhaps the server can implement and event like msg-for that accepts the name of another client and an event, and redirects the message so that SCD30 could do sio.emit('msg-for', 'BNE668', 'get-pressure') and get back the pressure value from the BNE668 driver (see #11).
The text was updated successfully, but these errors were encountered:
The accuracy of the SCD30 can be increased by specifying a pressure value and the BNE668 is able to measure the pressure and provide this value.
We need to determine if the value can be provided directly to the SCD30 by physically connecting the two sensors or if it can only be set via software. If only the latter works, then we will need a way for the two sensor drivers to talk.
Perhaps the server can implement and event like
msg-for
that accepts the name of another client and an event, and redirects the message so that SCD30 could dosio.emit('msg-for', 'BNE668', 'get-pressure')
and get back the pressure value from the BNE668 driver (see #11).The text was updated successfully, but these errors were encountered: