
venkatesh223
Members-
Content Count
32 -
Joined
-
Last visited
About venkatesh223
-
Rank
Advanced Member
Contact Methods
-
Website URL
venkatesh.reddy1831996@gmail.com
Profile Information
-
Location
india
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
CC3200 transceiver mode in energia.
venkatesh223 replied to venkatesh223's topic in Energia - TivaC/CC3XXX
Thank you for your reply Any example code for that?- 3 replies
-
- transceivermode
- energia
-
(and 2 more)
Tagged with:
-
Hello,. My idea is about connecting two CC3200 without a separate WiFi router like with their own like for example share it app which connects two devices using wifi one device with hotspot and one connected to that hotspot and share data.Is it possible to do that? As my idea is to share short text data between devices. using energia I want to continuously send/receive data between 2 cc3200 without any other modem unit or with another cc3200 which will be an access point between 2 of them. Is this possible ? If so , where should i begin? cc3200 (unit a) <-------> cc3200 (
- 3 replies
-
- transceivermode
- energia
-
(and 2 more)
Tagged with:
-
Thank you for you reply. Yes please do contact.
- 4 replies
-
- msp430fr6989
- energia
-
(and 1 more)
Tagged with:
-
hello, Im trying to interface a 2 inch rgb LCD display with ST7789v lcd driver im using the ucglib library for this i get a few errors stating not been declared need assistance with this please. I attached the library used and the screen shot. ucglib-master_editted.zip
- 4 replies
-
- msp430fr6989
- energia
-
(and 1 more)
Tagged with:
-
Hello there, Ive been trying to use the UART on pin number 3 and 4 by using serial for monitoring the received data and serial1 for connecting and controlling the hardware(GPS) but the by using serial1 i think the uart isnt active. i see by connecting gps to putty that there is no data sent from the cc device . I checked the hardware serial .h and .cpp file where in the cpp file there is serial1 functions mentioned but in the pins_energia file i see no pin initialized as uart only analog, timers and gpio's are initialized. So what can i do to make it work.
-
Hello there, I connected a gps module and it gives me the gps data but im unable to segregate the following data on energia +QGNSSRD: $GNRMC,044927.000,A,1301.7816,N,07731.3016,E,0.00,93.73,290319,,,A*4F so i need to separate the latitude and longitude, time and date. So can anybody help me in understanding how to get the required data from the above. i attached my code below as you can see im getting stuck in the serial read please help me in correcting this. ? 1 2 3
-
-
Hi, Does anybody have an idea of when will energia ide support Hercules TMS570LS04x/03x LaunchPad is gonna release? Can we add that board to energia? If yes, can anybody suggest in how to add a new board to energia so that i shall try adding it. Thanks
-
Hi, When is the support for hercules launchpad is added?
-
Hi there, I've seen that the pins_energia file for MSP430FR6989 is designed for launchpad itself. So i,m developing a custom board using MSP430FR6989 will that same pin out file with the launchpad pin numbers can be used, or is there any pins_energia file only for that IC with all the pin numbers for each pin, or should i modify it accordingly?, if needed to modify then what changes can i do to make it compatible please help. Thank you
-
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
-
MSP430FR6989 FRAM example code for energia
venkatesh223 replied to venkatesh223's topic in Energia - MSP
Thanks @Rei Vilo -
Hi, Can anyone provide me the links or code for basic read and write example on FRAM of MSP430FR6989 on energia?