Forum Post: RE: cc2540 simpleBLEcentral
Hi Nick, Thank you for your prompt response. I could see there is a value assignment statement uint8 valueRead = pMsg->msg.readRsp.value[0]; in the function you described. This is just one byte...
View ArticleForum Post: RE: Read characteristic longer than 20 bytes
That worked. To read the value, I used the advanced command GATT_ReadLongCharValue.
View ArticleForum Post: Minimal BSP_Init()
Hi,right now I have my combo "radio + uC" runs over SimpliciTI. This is a important part of my project, but only the beginning. Now I need to implement this stack on my "main" project, that is to say,...
View ArticleForum Post: RE: Bluetooth LE Data Throughput
BTW, this is exactly the same for other communication standards. "Classic" Bluetooth is 1 Mbps raw data rate, max actual throughput is 700 kbps, WiFi 802.11 g is 54 Mbps raw, but you'll never get close...
View ArticleForum Post: RE: Bugreport: CC3000 initial gethostbyname() fails
Wow!! Thanks a lot!! I'll try at friday, when come home. I'm sure it will solve the problem! Regards, Mike
View ArticleForum Post: WL1271 sdio_read_failed
Hi, I works with imx28 and WL1271 (TIWI-R2). I use kernel 3.6.3 and I have some problems. The driver loads properly I get : wl12xx: loaded But when I executed : ifconfig wlan0 up I get the error :...
View ArticleForum Post: RE: Problem with ReadBurst from cc1101
Okay! Thanks a lot. Actually, I also checked with Logic Analiser and realised that SPI Interface works as expected. My problem was saving the read data in an array, so array indexed the first element...
View ArticleForum Post: RE: How can I receive data notification from CC2540 on Moto Razr...
Hi, Nick: Thank you for your hint, I'll try that and give you test result. Hope you keep tracking for my issue. Best Regards, Chencan
View ArticleForum Post: RE: Stonestreet Bluetopia: L2cap development
Hi, Yes, that routines HCITestR and HCITestW are newly implemented. I am trying to use the HCITRANS layer for the communication between two boards without initializing BT stack. so "HCITR_COMOpen" is...
View ArticleForum Post: RE: UHF RFID reader with CC1101 and MSP430
Hi guys, I am planning create exactly what is supposed in this topic. Now I have in hands the EM430F6137RF900 that operates at the UHF band and some passive tags with the following specifications:...
View ArticleForum Post: RE: Peripheral + Observer combo-role issue
I made some changes in the gap.c (actually I excluded the switch-case junction), and the GAP_ParamsInit function responded SUCCESS. Everything seems working now, though i don't think it's the right...
View ArticleForum Post: RE: Modification to TI iPhone App and latest BLE Stack
[quote user="hec"] If you never go to sleep, I believe around a day on a coincell. If you only occasionally set the chip in the mode where it needs to measure the time of the key press, it is another...
View ArticleForum Post: RE: current consumption question of cc1110 module
hi, there could be several things that contributes to the current consumptio: Is there anything connected to the GPIO's? Please check also that all peripherals like ADC, UART etc. are turned off. Is...
View ArticleForum Post: RE: need to read data which is recieved wirelessly using matlab
The MCU must read out the RX FIFO on the receiver. To get the data into Matlab you have to transfer the data from the MCU to your PC and then import the data into Matlab. I would look into the...
View ArticleForum Post: RE: disabling SYNC and PREAMBLE in CC1101?
Thanks for your help firefighter! :) I think I'm almost there but it is still not working. Here are my settings. The only things I have changed are the commented ones: MDMCFG1 for 2 bytes preamble...
View ArticleForum Post: RE: Question on upgrading ZStack using OAD
Igor,Thanks for responding to my question. I didn't want to hear about a change to the bootloader, since I'm unable to update it wirelessly. I'll search again and possibly I can locate the thread that...
View ArticleForum Post: RE: Where to find BLE stack version 1.1a? I need HIDDongle project.
I will leave this here but I recommend switching to 1.2. My filename says 1.1 but somebody has said it is 1.0? I do not think so but I'm not checking, ok? :)...
View ArticleForum Post: RE: How to handle GPIO pin of CC85XX?
Thank you Kristopher for your fast and exactly reply. I will try to do this and report the results. In addition, Can I add time delay for this GIO pin? (Example: stay "1" logical state by 5 seconds)
View Article