
Leinad89mlg
Members-
Content Count
9 -
Joined
-
Last visited
About Leinad89mlg
-
Rank
Noob Class
Profile Information
-
Location
Espa
-
Hi !! My name is Daniel and I'm working in a project using CC3100 and MSP430F5529. The project is based on connecting devices to a wireless network. Once connected , the system must read analog sensor data and store them in an SD card. Storage on the SD card is done through the SPI protocol using a library that I found on this forum , called " pffats " . The problem is that if I make the connections between the microcontroller and the SD card as the SPI protocol the system can not connect to the wireless network. However, if I remove the cables from the SPI connection, the system by conne
-
Hi ! I have a problem with MSP430F5529LP and CC3100 wifi booster pack. I have been working without problems pluggin the CC3100 on the MSP430 and I connected to wifi with energia IDE but 3 days ago the communication failed. I have : - MSP430F5529 (25 MHz) - CC3100 WIFI - CC31XXEMUBOOST When I bought the booster pack I had to follow instructions in order to connect CC3100 to wifi and the energia code example "simpleWebServerWifi" was working very well. But last week I pushed some buttons of the CC3100 ( SW1,SW2..) and It stopped working. I followed the instructio
-
Hi ! Thanks for your reply. I followed the instructions and other instructions that I found on the website of texas instruments and it continues failing. Energia code "simplewebserverwifi" hang up in Wifi.begin (ssid, password) I am sure that I aligned the CC3100 correctly on the Launchpad. EDIT: I'm not sure that I understood you but If I connect msp430+CC3100 wifi to PC via USB, the PC recognises the msp430 in COM port but if once connected, I take out the cc3100, PC don
-
If I only connect the MSP430F5529 to PC, the PC recognise the MSP430 in COM port but when I plug the CC3100 on the MSP430, the PC doesn't recognise it. It appears a message " USB device not recognised" I have : - MSP430F5529 (25 MHz) - CC3100 WIFI - CC31XXEMUBOOST When I bought the booster pack I had to follow instructions in order to connect CC3100 to wifi and the energia code example "simpleWebServerWifi" was working very well. But last week I pushed some buttons of the CC3100 ( SW1,SW2..) and It stopped working. The problem is that I don't remember the instructio
-
Hi ! I have a problem with MSP430F5529LP and CC3100 wifi booster pack. I have been working without problems pluggin the CC3100 on the MSP430 and I connected to wifi with energia IDE but 3 days ago I tried to pluggin CC3100 to MSP430 and my PC not recognized my device and I don't know why. I need help because I am working in an important proyect. Thank you.
-
Thank you Fmilburn. I have downloaded your PFatFs library and it works very fine with my MSP430F5529 and the SD Card. The code compiles perfect.
-
Thank you for your reply Fmilburn I've renamed all references to DIR but the code won't compile. The new error is as follows: SDCardTutorialWithEnergia\pfatfs.cpp.o: In function `PFFS::DLY100U()': pfatfs.cpp:(.text._ZN4PFFS7DLY100UEv+0x0): multiple definition of `PFFS::DLY100U()' pfatfs.cpp.o:pfatfs.cpp:(.text._ZN4PFFS7DLY100UEv+0x0): first defined here SDCardTutorialWithEnergia\pfatfs.cpp.o: In function `PFFS::SPI_SEND(unsigned char)': pfatfs.cpp:(.text._ZN4PFFS8SPI_SENDEh+0x0): multiple definition of `PFFS::SPI_SEND(unsigned char)' pfatfs.cpp.o:pfatfs.cpp:(.text._ZN4PFFS8SPI_SEND
-
Thank you for yor reply. I watched this thread few weeks ago but i can
-
Hi, my name is Daniel and I have a problem when I try to interface an SD-Card with my MSP430. I have followed the tutorial "Interfacing An SD-Card To The Launchpad