Other Parts Discussed in Thread: CC2531
i want to get a method to
sendingData (address, length of Data)
to send data from CC2531 to PC via USB port ???
any help please
thanks in advance
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC2531
i want to get a method to
sendingData (address, length of Data)
to send data from CC2531 to PC via USB port ???
any help please
thanks in advance
Hi,
You have USB examples for CC2531 devices, I recommend you to start exploring these examples.
Hii, first thanks for your reply
i hv checked this before but i dont know to to use it ????
thanks
Well,
You need to start from something. try to install it and read the documentation, explore
several examples just be viewing the code.
It's not that easy just to provide you with sendingData (address, length of Data) method.
Moreover, it's not a trivial thing to start using USB without any ready-for-use framework,
such as those examples.
So try to do some tests, bump into problems, ask specific questions. What you are asking
is too general which, eventually, will end up with the same result, of you exploring things
by yourself and asking more specific questions in order to understand.
thanks a lot for ur advice, but it is my first time to deal with CC2531 so i just want to implement a method sendingData(address, length), to send data stored on CC2531 to PC via USB, so what do you recommend for me to begin from ???
thanks..
Do you have at least a CC debugger or smartRF05EB so you could program your CC2531 device
with some FW?
It may pose some challenge, since you have no tools for event downloading an image into CC2531 device.
You must have either CC debugger, or SmartRF05EB, in order to be able download a FW to your CC2531 device.