wee
About
- Username
- wee
- Joined
- Visits
- 51
- Last Active
- Roles
- Member
Comments
-
// I2C Setting up LM9100 SW_I2C=view.findViewById(R.id.i2c_ctrl); SW_I2C.setOnCheckedChangeListener((buttonView, isChecked) -> { serialPassthrough = metawear.getModule(SerialPassthrough.class); Log.i("I2C S…
-
@Eric I use the following example codes to read in register values from the bmp280 sensor on my MetaMotion R board but i keep getting null result. it should be 0x58 right? // Reads the ID register (address 0xd0) from the BMP280 barometer (rpro, c…
-
Nevermind I think the reason is there is no such thing as GPIO pin 7
-
thanks! So I can take it board pin 7 is always alive with 3V for powering any peripheral devices?
-
@Eric do I need to use gpio.pin((byte) 7).setOutput() to instruct MetaMotionR board to supply me with a 3V output to my peripheral board?
-
Sorry it is 'com.mbientlab:metawear:3.7.1'
-
com.mbientlab:metawear:2.4.0
-
My SDK version is 9.0
-
@Eric Thanks! Could I modify the code from your MetaBase App and use it to read from pin 8?