TER 0 Posted February 5, 2015 Share Posted February 5, 2015 I'm running through the examples that comes with the Grove starter kit (https://github.com/Seeed-Studio/LaunchPad_kit) and have run into an issue with the temp_humi_sensor example. When I try to compile the example I get: C:\Texas Instruments\Energia\energia-0101E0014\hardware\msp430\libraries\Humidity_Temperature_Sensor\DHT.cpp:8:27: fatal error: inc/hw_memmap.h: No such file or directorycompilation terminated. How do I tell energia where to look for the file? In my install it's placed here: C:\Texas Instruments\Energia\energia-0101E0014\hardware\msp430\libraries\DriverLib\utility\inc I use a EXP430G2 launchpad (I have also tried with the 5979 based launchpad.) Quote Link to post Share on other sites
cubeberg 540 Posted March 10, 2015 Share Posted March 10, 2015 TER - I'm actually working on updating the libraries since there were several non-working examples. I'm working on tracking down a working DHT library - I'll check back in when I've got something - hopefully it'll be in the next week. Quote Link to post Share on other sites
cubeberg 540 Posted March 10, 2015 Share Posted March 10, 2015 I still need to test this myself - but at least it compiles. Replace the provided humidity library with these files. Humidity_Temperature_Sensor.zip I'll test this out tonight and see if it works for me. You may also want to look at the github repo - https://github.com/Seeed-Studio/LaunchPad_kit- the examples have been cleaned up significantly. The updates are targeting the 5529LP, so you might have to make some pin changes depending on what LP you're using. Any other feedback you have would be great - I'll see if I can get it incorporated! bluehash 1 Quote Link to post Share on other sites
cubeberg 540 Posted March 11, 2015 Share Posted March 11, 2015 Managed to test the updated library tonight - worked successfully. Let me know if you run into any problems! 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.