Forum Post: cc2540 start sending notifications on demand
Hi to all the experts,I need your help as I don't know how to implement the following:I have a cc2540 device which code's is based on the simple peripheral code, my goal is for the device to start...
View ArticleForum Post: RE: Why Interrupt Vector Fail?
Hi Eirik, Thank you very much for your reply! I have fixed the problem.
View ArticleForum Post: RE: [CC3000 bringup] Unknown HCI command opcode from CC3000.
Perhaps a keep alive packet?#define HCI_EVNT_WLAN_UNSOL_BASE (0x8000)#define HCI_EVNT_WLAN_KEEPALIVE (0x0200 + HCI_EVNT_WLAN_UNSOL_BASE)
View ArticleForum Post: Where are the correct host files used for CC3000 version 1.11?...
I just in the process to update the local host sources from 1.10 to 1.11.Can you tell me which files and from which location i need to access to CC3000?Is there perhaps some documentation which files...
View ArticleForum Post: CC1101 and ASK/OOK
Hello,I have successfully used my CC1101's with different frequencies (433/868) and modulations (gfsk, 2gsk, 4fsk) so far.All except ASK/OOK.I have read the DNO22 note : i have done all my settings...
View ArticleForum Post: Porting SerialApp from v1.2 to v1.31
Good dayI have BLE Stack v1.31 installed and wanted to try the SerialApp from the wiki to see how it operates. I tried to port it as explained here...
View ArticleForum Post: Scan response data change at runtime
Hi everybody,I need to change the scan response data at runtime, that is when some events occur in the application I wantto change a specific byte of the scan response data in order to tell the central...
View ArticleForum Post: Global variable for bind status
Hello:I'm using zstack 2.5.0 for cc2530 and I have a problem with the binding process that I can't find in the forums.I have other processor generate a periodical interrupt for cc2530 that is running...
View ArticleForum Post: RE: CC3000 Throughput around 1Mbit/s
Yes of courseI have implemented a Java - Program, which starts on a laptop 3 threads. Those threads connect to the CC3000 and request a picture over HTTP. Therefore on the packet side, there are:Laptop...
View ArticleForum Post: CC1101: Current Savings using the TPS62730 and Vdd=3,3V. When MCU...
Hello everyone, I'm developing this wireless sensor:CC1101 + TPS62730 as power supply at 2,1V MCU cortexM0TPS63036 BuckBoost 3,3V DC/DC for battery use (PSM/PWM mode for low power)accelerometer MEMs...
View ArticleForum Post: RE: function of SceneCopy in ZLL
Bill, These API's are documented in Section 4 of "Documents\API\Z-Stack Lighting API.pdf" in the ZStack-Lighting-1.0.1 installer. I have a very rough code snip below, this is purely for a reference...
View ArticleForum Post: RE: Configuring a Range Extender (RE)
Thank you for your reply! Thats exactly what i need! But i only use the configuration file smpl_config.dat regarding the RE right? In this case it is possible to poll a RE which host an ED...
View ArticleForum Post: RE: cc2540 start sending notifications on demand
Hi,You can also use the Data Throughput example in the wiki,it uses a button in the keyfob to send notifications :)
View ArticleForum Post: RE: TRF7970A Framing error
Hi J.D.I do have a logic analyzer and have looked at the data quite a bit. Every time it runs into this framing error.I'm intrigued by this new part though. It looks like it would be a better fit for...
View ArticleForum Post: RE: CC3000 and Ad-Hoc Mode
Hi,As you explained above I can create the network using Set up a new connection network, over there I can choose Set up a wireless ad hoc (Computer to Computer) network to create a network and I can...
View ArticleForum Post: cc2500 high shock oscillator
My app has a very high shock requirement (no, I'm not blowing anything up!). I'd like to use a simple crystal instead of a MEMS oscillator in order to avoid the 3-6mA current requirement for a MEMS (or...
View ArticleForum Post: RE: CC1101 - 868MHz-UHF Tag Reader for GEN 2 Inlay"...
Hi everyone,Like Ferdinand, I would like to use CC110L to make a UHF RFID Reader.I have just bought all the CC11xL DK to do that.Could you help me for this development?You can contact me on my E2E...
View ArticleForum Post: RE: CC3000 direct connections to Smartphone
Thanks for your reply..So it means I have to use router/Soft Access Point.No way around to establish direct communication.But I have one doubt in smart con-fig while doing smart con-fig we put the...
View ArticleForum Post: Announcement: Home Automation Application in SDK v1.11 needs...
Some optimizations must be enabled. Please see the Wiki for full...
View ArticleForum Post: RE: Global variable for bind status
Hello:Tks Chen for your kind answer. I get the idea and tested it. Something is not working but I'm not sure why. It´s mybe my code. I'll test further and post the results.I couldn't find documentation...
View Article