jithin97 0 Posted April 1, 2017 Share Posted April 1, 2017 I am using CC3100 and BOOSTXL-SENSHUB alongwith TM4C123GXL launchpad to build a project that senses the temperature and posts it to some server. Is there any energia library or sample code for BOOSTXL-SENSHUB sensor hub pack? Quote Link to post Share on other sites
Rei Vilo 695 Posted April 1, 2017 Share Posted April 1, 2017 See https://github.com/rei-vilo/SensorsWeather_Library energia 1 Quote Link to post Share on other sites
jithin97 0 Posted April 2, 2017 Author Share Posted April 2, 2017 @Rei Vilo Thanks for your reply. I am not able to see any output on Serial monitor. The BOOSTXL SENSHUB that I have has Tmp006 temperature sensor. Would the tmp007 library still work on it or should I use some other library? Quote Link to post Share on other sites
Rei Vilo 695 Posted April 2, 2017 Share Posted April 2, 2017 @jithin97 Sorry for the confusion. There are two BoosterPacks with sensors: the Sensor Hub BoosterPack (yours, left), and the Sensors BoosterPack (mine, right). The library I've mentioned refers to the latter. For the former, please consider: Adafruit TMP006 Library Adafruit BMP085/BMP180 Library SHT21 Arduino Library (here or there) energia 1 Quote Link to post Share on other sites
jithin97 0 Posted April 2, 2017 Author Share Posted April 2, 2017 @Rei Vilo Thanks again... Adafruit library works nicely with the Sensor that I have when I stack it on top of TM4C123GXL launch pad. But when I stack CC3100 WiFi Booster on top of launchpad and then put Sensor pack at the top it's not working. Can you tell me what else needs to be done? Quote Link to post Share on other sites
Rei Vilo 695 Posted April 2, 2017 Share Posted April 2, 2017 Check whether any interference occurs with the BoosterPack Checker. energia 1 Quote Link to post Share on other sites
energia 485 Posted April 3, 2017 Share Posted April 3, 2017 INT1 from the SensorHub and nHIB from the CC3100 conflict (BoosterPack header PIN 5). Neither are being used by the libraries available. I would recommend to bend that pin outwards on the CC3100 BoosterPack so that it does not connect. Also make sure that the BoosterPacks are seated all the way down onto the pins. Quote Link to post Share on other sites
Javad 0 Posted October 9, 2019 Share Posted October 9, 2019 Hello, Iam trying to send Sensor Hub BoosterPack temperature value to Blynk cloud using Tiva TM4C123GH6PM LaunchPad and CC3100 BoosterPack, I had Interfaced Tiva TM4C123GH6PM with CC3100 and Sensor Hub BoosterPack separately in Energia IDE it was working fine, But when i tried to Interface all the 3 modules together microcontroller was not able to display the values in Serial Monitor and it was not able connect to the Blynk Cloud. I have made all the above mentioned changes but still Iam not getting the output, can you tell what changes need to be done to get the output?????? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.