Part Number: CC1311P3 Tool/software: Hi,
Try to add rssi to received packet, set
. rxConf . bAppendRssi = 0x1 ,
and increased
NUM_APPENDED_BYTES
but cant find resonable looked data of rssi. Value are from -33 to 99.
Frame I looked…
Part Number: CC1311P3 Tool/software: Hi,
When wakeup from
Power_sleep (PowerCC26XX_STANDBY); by GPIO.
Do I need to init UART from beginning? or in other way? Do I need restart thread with uart read/write loop?
Regards
Marek
Part Number: CC1311P3 Tool/software: Hi,
Could you recommend example with power sleep/standby (to limit power consumption), with RAM retained and wake-up to full throttle.
Regads
Marek
Part Number: CC1311P3 Other Parts Discussed in Thread: SYSCONFIG Hi Experts,
We are using the LP-CC1311P3 and are experiencing very different frequency offsets between our code and SmartRF Studio 7. For this test we are transmitting CW at +10dBm.
…
Part Number: CC1311P3 Tool/software: Hi,
I just try put cc1311P3 in standby mode using Power Sleep(Power CC26XX STANDBY), current drop from 5ma to 900uA a bit to far from 0.1uA. Can you advice proper way to achive this level of current? Using LP-CC1311P3…
Part Number: CC1311P3
Tool/software:
Hi,
After nice progress with fw development using LP-CC1311P3, we just preparing to design our pcb for final product.
Q: regarding jtag, can we use cjtag from LP-CC1311P3 (TMS, TCK) and connect it to JTAG_TMSC…
Part Number: CC1311P3 Other Parts Discussed in Thread: WMBUS Tool/software: Hi,
I try use stack usage view but got this instead. Project is already built. Advice/workaround? Should I downgrade ccs? If yes, to which version?
Regards
Marek
Part Number: CC1311P3 I’m working with the CC1311P3 and using the rfUARTBridge example as a base. In my application, UART data (54 bytes) is received every 27.5 ms , and each packet needs to be transmitted over RF at the same rate.
Here’s my current…
Part Number: CC1311P3 Other Parts Discussed in Thread: TEST2 Tool/software: Hi,
I create 3 threads with success but only one executing his code, created as first, why?
tirtos
Regards
MM
pthread_attr_init (&pAttrs);
detachState…