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. I did…
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…
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
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 EK…
Part Number: LP-CC1352P7 Other Parts Discussed in Thread: WI-SUN , 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…
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…
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 BP…
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…
Hi Casey,
For you I would recommend to use our I2C Temperature sensor example located in examples/rtos/LP_CC2651RSIPA/Drivers.
This project does the following:
Opens and initializes an I2C driver object.
Determines which TMP sensor is available.…
Tim -
Thanks for the post - that is correct. The same algorithm works with HDC2010, HDC2080, HDC2021 and HDC2022.
Specifically for the HDC2010, for this layout example on 0.62" board, with no cutout, i was able to capture this LUT :
Energia file…