Browse Topics
Amplifiers
Audio Amplifiers
High Speed Amplifiers
Precision Amplifiers
/etc... Amplifiers & Other Linear
Applications
Automotive
Medical & High Reliability
Motor Drivers
ARM® Processors
Sitara™ ARM®
Digital Signal Processors (DSP)
C5000 Ultra Low Power DSP
C6000 Multicore DSP
C6000 Single Core DSP
DaVinci™ Video Processors
OMAP™ Processors
Clocks & Timers
Data Converters
Audio Converters
High Speed Data Converters
Precision Data Converters
Video Converters
/etc... Data Converters
Development Tools
WEBENCH® Design Center
Code Composer Studio
TI C/C++ Compiler
DLP & MEMS
Embedded Software
Android
BIOS
Linux
Multimedia Software Codecs
StarterWare
WinCE
Interface
Consumer & Computing
Ethernet
Fiber Communication
High Speed Interface
Industrial Interface
/etc... Interface
Logic
Low Power RF & Wireless Connectivity
Microcontrollers
C2000™ Microcontrollers
Stellaris® ARM® Microcontrollers
MSP430™ Microcontrollers
Tiva™ ARM® Microcontrollers
Other Microcontrollers
Hercules™ Safety Microcontrollers
OMAP™ Applications Processors
Power Management
Battery Management
Digital Power
AC/DC and Isolated DC/DC Power
LED Drivers/LCD Bias
Linear Regulators
NexFET™ Power MOSFETs
Non-Isolated DC/DC
Power Modules
PMU
Power Interface
SIMPLE SWITCHER®
Sequencers
Supervisor and Reset IC
Wireless Power
/etc... Power
RF & Digital Radio
Digital Radio (GC Products)
High Performance RF Modulators, PLL and VCO products
/etc... RF
Other Analog & Touch
Imaging
Temperature Sensors
Touch
/etc... Analog
/etc Support
Custom Title
Support Forums
To post a question or find an answer, choose a topic from the "Browse Topics" navigation menu on the left.
Get this RSS feed
Tags
You have subscribed to this tag. To view or manage your tag subscriptions,
click here
.
Close
You have unsubscribed from this tag. To view or manage your tag subscriptions,
click here
.
Close
You are currently viewing:
simpliciti
2.4 ghz
2.4GHz
2530
433 mhz
5xx
6lowpan
802.15.4
8051
868 MHz
access point
ADC10
Antenna
ap
AP as data hub
Balun
BLE
bluetooth
broadcast
C1101
c2530
CC debugger
cc1020
cc1100
cc1101
cc1110
Related Posts
Forum Post:
SimpliciTI - what are you using it for?
Erling
Hello everyone, I am part of the team working on SimpliciTI, and we are looking for inputs on this piece of software: What do you intend to use the software for? What is good and what could be improved on the SimpliciTI software? Thanks for joining our community and helping us make better products...
on
Jun 16, 2008
Forum Post:
Re: Encryption and SimpliciTI
Kjetil
Currently it's not supported in the SimpliciTI SW itself, but any application running SimpliciTI is free to encrypt the packet payload before passing it on to the SimpliciTI layer.
on
Jul 4, 2008
Forum Post:
Re: SimpliciTI - what are you using it for?
LPRF Rocks the World
Hi, For the ATC MSP430 ( http://focus.ti.com/mcu/docs/mcusplash.tsp?contentId=24570&DCMP=MSP430&HQS=Conference+PA+atc) there is workshop where SimpliciTI is ported to CCE and used with the new hardware platform MSP-EXP430F5438 + RF2500. This can be of interest to you. Depending on where you are...
on
Jul 8, 2008
Forum Post:
Re: SimpliciTI - what are you using it for?
Stig
Hi Markus, Thanks for your positive comments. We are happy to hear SimpliciTI works out well for you. Regarding the improvements you are suggesting; you are describing the case when the Access Point (AP) is configured as a datahub. As you point out, the IOCTL interface will not suffice in this case due...
on
Jul 8, 2008
Forum Post:
Re: SimpliciTI - what are you using it for?
Stig
Dave, Thanks for your comments. The SimpliciTI team recognizes the need for improved documentation and this is currently being addressed. The improved documentation will include a porting guide that should make the port to your custom hardware much easier. Thanks, Stig
on
Jul 8, 2008
Forum Post:
Re: Range Extender in SimpliciTI
lfriedman2999
Hello. Problem 1 : The distribution was created with the incorrect option for the debugger in the RE case (assuming Release 1.0.5). The download should work correctly after choosing Options|Debugger and choosing 'Chipcon' in the 'Driver' drop-down box for the RE project. See if that helps...
on
Jul 11, 2008
Forum Post:
Re: Porting Simpliciti
lfriedman2999
Hello. Sorry, at this time a porting guide is not yet available. But a port should not be too difficult to another MSP430 MCU. The SimpliciTI distribution contains support for the EXP board which is a dual chip solution similar to the ez430 but uses the MSP430x4618. There is a lot of commmonality among...
on
Jul 11, 2008
Forum Post:
Re: Range Extender in SimpliciTI
Shington
Hi, Ifriedman, Thank you so much for your help! I've solved Problem 1 , following your instructions. As Problem 2 , I'll change the code to fix the AP and ED on the first channel, download them again and see if the RE works. About the Network configuration, I'm a little confused of...
on
Jul 14, 2008
Forum Post:
Re: Range Extender in SimpliciTI
lfriedman2999
It is the SimpliciTI convention that the concept of hops means the maximum number of replays the frame is allowed. The hop count is decremeneted in each device that is allowed to replay frames which means APs and REs. If a replaying device sees a hop count of 0 in the frame it receives it throws the...
on
Jul 15, 2008
Forum Post:
Re: [Qn on Z-Stack v1.4.3] Is it possible for ZR to be a RFD
laguna82alan
i had already bought cc2431 and i have no choice but to use cc2431... how about using SimpliciTI instead of Z-Stack? I read though the application notes of SimpliciTI, i think it is feasible.
on
Jul 18, 2008
Forum Post:
How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
Chad3190
Hello,everyone, I wish RE of SimpliciTI can also implement as a END Device, which means that it can relay the information from the other ED as well as inspect the temperature value and send the value to the AP directly. The temperature is got with the temperature sensor within CC1110. I have tried...
on
Jul 20, 2008
Forum Post:
Re: How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
lfriedman2999
Hello. You can in fact do what you want. One thing to check is to be sure that the smpl_config.dat file for the Range Extender has NUM_CONNECTIONS set to a non-zero number (probably just 1). The reason for this is that the RE configuration in the SimpliciTI distribution has no End Device object on it...
on
Jul 21, 2008
Forum Post:
Re: How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
lfriedman2999
Hello again. There is another reason why there might be a problem using the CC1110 with the AP-as-data-hub scenario. Under some conditions for the CC2510/CC2511 and CC1110/CC1111 the link transaction will fail. This is true for all devices, not just REs with End Device objects on them. This is a known...
on
Jul 21, 2008
Forum Post:
Re: CC2511 development examples
Shoaib Ali
I have modified the usb dongle example firmware for CC2511 recently by removing all Radio related part and creating my own Fifos for application level buffers for USB handlers. I then used SimpliciTi stack examples for CC2500 to make CC2511 a USB-RF Gateway. Radio part in usbdongle firmware is a bit...
on
Jul 21, 2008
Forum Post:
Re: How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
lfriedman2999
This approach will not work. NUM_CONNECTIONS is a macro whose definition is used throughout the code. For example, it is used to allocate static memory at run time and it is even used to decide what code to include in the build to try and conserve space.. Making it an automatic will not accomplish this...
on
Jul 22, 2008
Forum Post:
Re: How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
lfriedman2999
Sorry for the confusion. The idea of an End Device is really just a device that hosts an application and does nothing else. But it is also possible for a device that does do something else, like a Range Extender or Access Point, to also host an application. These are not mutually exclsusive, i.e., and...
on
Jul 24, 2008
Forum Post:
Re: How to make the RE of SimpliciTI sensor/actuator (End Device) functionality with CC1110?
Stig
Another, and possibly easier, way to look at this is to start out by creating an ED with the application functionality you desire. The ED smpl_config.dat file will then contain the required settings for NUM_CONECTIONS, size of the internal frame queues etc. In order to add RE functionality to this ED...
on
Jul 24, 2008
Forum Post:
Re: fundamental Simplicity questions
lfriedman2999
Hello. These are interesting questions and your scenario is interesting as well. The documentation does not directly address these details -- you did not miss anything. Let me try to quickly address specific questions. As disributed SimpliciTI does not support wake-on-radio configuration of the radio...
on
Jul 25, 2008
Forum Post:
Re: SimpliciTI - what are you using it for?
Stig
FYI, the topic of a combined End Device and Range Extender is addressed in a separate thread: https://community.ti.com/forums/t/244.aspx Thanks, Stig
on
Jul 25, 2008
Forum Post:
Re: help regarding simpliciti basic
lfriedman2999
Hello. The link token is used only in the link negotiation. It is used only by the network layer and it appears in the link frame and is validated by the listener before the listener replies. The idea here is to provide a mechanism to keep devices from linking to the wrong device. Kind of like keeping...
on
Jul 25, 2008
Forum Post:
Re: Range Extender in SimpliciTI
lfriedman2999
Hello. No, ED-RE-RE-xx is not supproted. A Range Extender will not replay a frame from another Range Extender. lfriedman
on
Jul 29, 2008
Forum Post:
Re: Getting Simpliciti to work on other msp430s
LPRF Rocks the World
Hi nug555, Try to get your transmitter up and running first with your F247 wireless modules. You can verify a transmitter easily by using the TI SimpliciTI packet sniffer for the channel you have selected using our DK HW. At least you can see if you module is transmitting a valid SimpliciTI packet OTA...
on
Jul 29, 2008
Forum Post:
Re: Getting the ez430-RF2500 Hub to send
lfriedman2999
Hello. You do not need to have the ED a polling device. In fact, you should not do so. With the sensor demo topology you are guaranteed that when the ED SMPL_Link() call returns successfully you then have a connection established to the AP (hub). Same goes for the AP (hub) side: when the SMPL_LinkListen...
on
Jul 30, 2008
Forum Post:
Re: Two way communication examples (eZ430-RF2500)
Stig
Hi Evan, The SimpliciTI release contains multiple examples for all supported platforms (incl. eZ430-RF2500). The "AP as datahub" example is based on the same topology as the temperature sensor demo and every messages sent from the ED to the AP is acknowledged by the AP (two way communication...
on
Jul 30, 2008
Wiki Page:
AN032 SRD regulations for license-free transceiver operation in the 2.4 GHz band
Kjetil
International regulations and national laws regulate the use of radio receivers and transmitters. This document is a summary of the most important aspects of these regulations for license-free operation of radio receivers and transmitters in the worldwide 2.4 GHz band. Although the operation of transceivers...
on
Nov 19, 2010
1
2
3
4
5
»