Part Number: BP-BASSENSORSMKII Other Parts Discussed in Thread: HDC2080
Tool/software:
I am trying to connect with BP-BASSENSORSMKII development board with F28379D launchpad.
The example that has been made by Mathwork team is supposed to work…
Part Number: BP-BASSENSORSMKII Other Parts Discussed in Thread: LPSTK-CC1352R , LAUNCHXL-CC1352R1 , CC1352R , SIMPLELINK-CC13XX-CC26XX-SDK , SYSCONFIG
Dear TI Engineers,
I plan to order this new Sensors BoosterPack plug-in module to work with my LAUNCHXL…
Part Number: HDC2080 Other Parts Discussed in Thread: BP-BASSENSORSMKII , TM4C1294NCPDT , TMP117 , HDC2021 , HDC2022 , HDC2010 Hi,
I've been messing around with the HDC2080 on the BP-BASSENSORSMKII sensor board interfaced with a TM4C1294NCPDT on the…
Part Number: LP-CC1352P7 Other Parts Discussed in Thread: CC1352P7 , BP-BASSENSORSMKII , LPSTK-CC1352R , DRV5032 , CC1352R , CC1314R10 , OPT3001 , SYSCONFIG Dear TI Engineers,
I have done a Wi-SUN COAP OAD firmware project on a CC1352P7 launchpad successfully…
You can refer to this demo code
https://dev.ti.com/tirex/explore/node?node=A__AB.0jCUB3vTkGXeSK72L9A__msp430ware__IOGqZri__LATEST
as you can see it include how to read data from TMP117 that is similar with TMP75.
BP-BASSENSORSMKII User's Guide
Hi Bruno,
I don't know if there's a way to add it in the SysConfig GUI. However, if you open rfPacketTx.syscfg in a text editor you can add the following:
/* ======== Sensors BoosterPack ======== */
var Sensors = scripting.addHardware("/ti/boards…
Part Number: LAUNCHXL-CC1352R1 Other Parts Discussed in Thread: CC1352R , BP-BASSENSORSMKII Dear TI Engineers,
This is a further follow up of this thread:
e2e.ti.com/.../launchxl-cc1352r1-ti-clang-and-analog-signal-chain-studio-compatibility
I am…
You can set up which pins you want to use for the I2C (and UART) freely in sysConfig. Pins can either be configured to act as GPIOs, or be connected to a peripheral, like I2C
If you look at the I2Ctemp example in the SDK, it assumes that you have a…
Dear Cleatus -
Thanks for the post. The BMI160 on both the BOOSTXL-SENSORS and BP-BASSENSORSMKII boosterpacks is from Bosch. You would need to ask them about this detail.
BR-
Josh
Martin -
Thanks- here the HDC1010 DRDY is open drain output and i can see you ground it, which is fine The DRDY on the HDC2xxx devices is push pull, however. You might want to cut that direct ground connection on your board for that pin. I am not sure…