Topic

FAQ
Login Register
avatar
wes58
Points: 1056 Group :
How to create a Real Time Clock? I know that I can connect an external 32k crystal, or use internal 32k RC oscillator, but can I get a 1 sec pulses th
wes58 Jul 08, 2022 15:38
I spent a lot of time trying to figure it out. As per my previous post I use sampleLight modified example. I add the second endpoint to control seco
wes58 Jul 05, 2022 11:12
I am using modified sampleLight example. I am using TLSR8258. To the example I have added another light endpoint - so I have to endpoints 1 and 2. I
wes58 Jul 04, 2022 09:41
In reply to my thread regarding to using 2 UARTs on TLSR8253, @hk.wang suggested using the tlsr9 series which support 2 UARTs. I had a look at th
wes58 May 08, 2022 16:03
I need to use 2 UARTs in my project with TLSR8253. I used an example with 1 UART using  DMA and it has been working fine. But I can't see how can I us
wes58 Apr 28, 2022 05:42
I spent hours trying to figure it out, but I can't. I have a board with TSR8251 and 32MHz crystal. I have in app_config.h: #define CLOCK_SYS_CLOC
wes58 Feb 27, 2022 08:23
From the documentation about dev_char_info_t conn_dev_list[DEVICE_CHAR_INFO_MAX_NUM]; * Used for store information of connected devices. * * MASTER
wes58 Jan 19, 2022 08:26
I try to add to the whitelist a number of mac addresses for filtering of scanning for devices I add 5 mac addresses to the list as follows: u8 TC
wes58 Jan 17, 2022 14:40
I have 2 boards (commercially made), exactly the same with TLSR8251F512ET24. I have loaded both boards with exactly the same firmware, and I have not
wes58 Dec 28, 2021 09:48
I want to measure the pulse width of the signal on GPIO. I have configured the timer as follows: timer2_gpio_init(GPIO_HALL, POL_RISING); timer2
wes58 Dec 18, 2021 08:20