
jasonm
Members-
Content Count
17 -
Joined
-
Last visited
About jasonm
-
Rank
Member
-
Hi I went to compile my project for the tm4c123GXL board and I am getting the following error "Failed to load dynamic library: Ftd2xxx.dll" Any advice?
-
Does anybody know where I can find a library or sample code of using the temperature component of the Sensor Hub BoosterPack, BOOSTXL-SENSHUB. I am using a tiva c series 123G board. And just want to read the temperature at intervals. I have been having trouble finding anything useful regarding the board. I am hoping to do all the programming using energia but any sample code could help.
-
- #sensor
- #temperature
-
(and 2 more)
Tagged with:
-
Hey im also using the Sensor Hub BoosterPack, BOOSTXL-SENSHUB, do you know any energia libraries that are available for the temperature functions on it??? I basically just want to read the temperature and then send it along with other sensors via what we discussed above .
- 3 replies
-
- #wifi
- #tivaboard
-
(and 3 more)
Tagged with:
-
hey thanks, ill check out that example. I would like to retain the collected data, so either uploading it to data.sparkfun(or something similar) or just storing it on the hard drive of a device on the same wifi network....
- 3 replies
-
- #wifi
- #tivaboard
-
(and 3 more)
Tagged with:
-
Hi I am looking into using the wifi c3100 booster pack with a tiva c series board. What i want to do is export collected data from the tiva board to a phone or computer with the wifi booster. Where should i start? Is there any help full wifi libraries I should use? what do i use on an external device(phone computer... ext) to communicate/ receive and display the data from the tiva board???
- 3 replies
-
- #wifi
- #tivaboard
-
(and 3 more)
Tagged with:
-
this was a library i found and seemed like it would work, i am not set on using it and am willing to try another lcd library if it could solve these problems
- 12 replies
-
now i am just using the download repository from bitbucket one which has those libraries and solves problems with them, this is not includeing the pin_arduino library which i added to solve an error that said it was missing
- 12 replies
-
project 6 is the main code the others are libraries i was trying to include
- 12 replies
-
https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads i am using the libraries from the download repository on this page i added them to the library folder on energia, added imported library for my project, i am now getting these errors, i did have the same errors before. not to sure how i should fix it In file included from Project6.ino:1:0: C:\Users\jason\Documents\Energia\libraries\lcd/FastIO.h:38:52: fatal error: pins_arduino.h: No such file or directory #include <pins_arduino.h> // pleasing sanguino core ^
- 12 replies
-
i was reading into the liquidcrystal problem.. and i have now found a newer version of the library that adds the fastio fix in. i am now just haveing difficulties adding that library to the sketch...for some reason energia isnt liking it.
- 12 replies
-
here is the full code with the appropriate libraries... including liquid crystal, lcd, and pins_arduino. we are using a tiva c series tm4c123g launch pad. im getting different errors now from when i posted this original forum but i am pretty sure i have not fixed them yet, the current errors are C:\Users\jason\Documents\Energia\libraries\LiquidCrystal\FastIO.cpp: In function 'void fio_shiftOut1(fio_register, fio_bit, uint8_t, boolean)': C:\Users\jason\Documents\Energia\libraries\LiquidCrystal\FastIO.cpp:214:19: error: '_BV' was not declared in this scope if(value & _BV(i))
- 12 replies
-
here is the full code with the appropriate libraries... including liquid crystal, lcd, and pins_arduino. we are using a tiva c series tm4c123g launch pad. im getting different errors now from when i posted this original forum but i am pretty sure i have not fixed them yet, the current errors are C:\Users\jason\Documents\Energia\libraries\LiquidCrystal\FastIO.cpp: In function 'void fio_shiftOut1(fio_register, fio_bit, uint8_t, boolean)': C:\Users\jason\Documents\Energia\libraries\LiquidCrystal\FastIO.cpp:214:19: error: '_BV' was not declared in this scope if(value & _BV(i))
- 12 replies
-
I am getting errors saying the rom and ram are overflowed, how do i minimize these???? and other compiling errors in it thank you all for any help Project4.ino
- 12 replies
-
how do i add math.h (the arduino library) to energia? or is there an equivalent library i can use that includes math functions. And where could i find either of those. thank you
- 3 replies
-
- #libraries
- #math
- (and 4 more)