Part Number: CC2650 Using Sensor Controller Studio, I created a project with 2 tasks. One task is based off the Capacitive Touch example and one based off the ADC data logger. Both tasks run fine on my board as long as I only start the one task. If I…
I add the following codes in red to test write/read snv and output to UART in simple_peripheral example. I works well on my LAUNCHXL-CC2650.
#include <ti/drivers/uart/UARTCC26XX.h> #include <stdio.h>
UART_Handle uart; UART_Params uartParams; char…
Part Number: CC2650 Tool/software: TI-RTOS Hi,
I am using Project Zero for CC2650 launchpad to develop application for my custom board. In this example all peripherals and IOs are initialized (e.g.Board_initADC(), PIN_init(BoardGpioInitTable) etc..…
Part Number: CC2650 Hi,
I'm currently looking at using the CC2650 Sensor Controller Programmable Current Source to source 20uA of current to a 10k thermistor, then read the value with the ADC, also using the Sensor Controller. This is currently working…
Part Number: CC2650 Tool/software: TI-RTOS Hi,
I am using CC2650 and try to read a light intensity. But depending on the background noise, the base voltage is variable, which means the value cannot be always 0V (0V-2V).
So my input value can be 3V…
HI Rcdew,
Could you elaborate on your higher level design idea? What is the purpose of the "ADC Service" in your application, it sounds like you are planing to use the "SPP Service" to move the data between the devices?
The SPP example is designed…
Part Number: CC2650
Hello,
In Sensor Controller Studio, I have created a task to trigger and read an ADC, and log the output (based on the Window Logger example).
However, I now want to edit the task so the ADC is read 3 times and each value stored…
Part Number: CC2650 Other Parts Discussed in Thread: , CC2640R2F Hello,
I've been working with the CC2650MODA, but I've altered the board header file so it's compatible with cc2650 launchpad demo codes.
I'm using the BLE sdk 2.2.2.25 example of simple…
here I just want to read 14 bit ADC output so I am using " board_i2c_read(uint8_t *data, uint8_t len) " function , " i2hc_status " and related header files .
In board_i2c_read function what are the parameters that I need to send and from which variable…
Hello Matt,
While the CC2650 LaunchPad was used as the controller for the demonstration GUI, the CC2650 RF functionality was not utilized.
I am not aware of any firmware with wireless functionality for the TLV8544PIR. The intent was to demonstrate…