Search the Community
Showing results for tags 'Libraries'.
-
hi,frnds i would like to work with cc3200 and nfcboosterpack trf7970a in energia IDE .Does any one have energia library for TRF7970A boosterpack. i have attached a pdf which helps to make a library for iso1443a and iso5693 i tried this code for msp430g2553 but its not working please any one can help me TestTRF7970A_with_BPV3 (1).pdf nfcpin.pdf #include<SPI.h> #define enable P2_2 #define CS P2_1 #define interrupt P2_0 #define CS_ENABLED digitalWrite(CS,LOW) #define CS_DISABLED digitalWrite(CS,HIGH) void setup() { // put your setup code here, to run once: pinMo
- 2 replies
-
- trf7970
- nfc boosterpack
- (and 4 more)
-
Hi, Iam planning to make a project which involves GPS and GSM ive decided to use the Quectel MC60 for this purpose. Can anyone here guide me on how to do this like the libraries required references, example codes . Thanks
-
I get the error "'SPISettings' does not name a type" when I compile my code for LoRaWAN. The codes are working in Arduino with the libraries LoRa.h and SPI.h. I have added the image to where the error is pointing at (In LoRa Library) and the Error message as well below. I tried changing the energia SPI library to the Arduino SPI library as well but this created more problems. Out of all the things I tried, the most simple error I get is here when it says "Does not name a type". How can I correct that bit of code to get rid of this error. I'm a relative beginner in Energia and no
-
I tried using 1.8" TFT LCD with MSP 430 to display hello world on it. I have used arduino libraries, but not able to compile the code. Can any one give me libraries for energia.
-
I am making an IOT based attendance system using AdafruitFingerprint sensor and CC3200 . My Fingerprint sensor library works better and using 12 and 23 serial ports for Tx and Rx but I am getting problem with my Softwareserial.h library file. I am not sure if it a bug or my mistake could anyone help me solve this issue or suggest me another way to finish this project ? I have uploaded the Library file which I was using from github.com Thank you, Raja.SoftwareSerial.cppSoftwareSerial.h
-
Hi there Currently I am using the Serial1 pin to I2C for the LCD. so, I can't use the Serial1 in the CC3200EMT (multitasking).When I see the source code of Board_init.c, there is Board_openUART() function which seems to initiate the PIN. I need to change the pin 3 and 4 to 7 and 8. but even I changed the source code, it wasn't able to apply them. It seems the complier linking the binaries directly. Did you already announce the procedure how to recreate libraries? or Can you suggest other ways? //MAP_PinTypeUART(PIN_03, PIN_MODE_7); MAP_PinTypeUART(PIN_07, PIN_MODE_5); //MAP_Pi
- 1 reply
-
- cc3200
- serial port
-
(and 3 more)
Tagged with:
-
Can i use Energia Libraries in Keil uVision5. I want to use 430Boosterpack with TM4C123G Launchpad. Energia has built in libraries for 430Boosterpack & SPI. Can i use these libraries with Keil?????
-
Hello All, Quick question here.. wondering if anyone knows of a good library for java like commands in regards to strings. it would be very helpful to me to use commands like .length and other string related commands. I'm really hoping someone knows one off the top of their head. Thanks in advance, Jbean :grin: :thumbup: