Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello
I am trying to configure your TWIS (not using the SDK) and have run into the problem that the TWI master cannot pull the SDA and SCL line low. So, the communication...
52832's PDM function. After initialization, call the nrf_pdm_enable function, and then call the nrfx_pdm_start function. NRFX_PDM_ENABLED is set to 1. But the clock pin always...
I am evaluating the NRF52810 (using the PCA10040 dev kit), and I am having a hard time getting down to the described power consumption of the chips. I am using the power profiler...
i have done ble_app_template writing values from nrf app connect, in that i have send only integer values from nrf app connect
now i want to write float values from nrf...
Hello,
I have enabled the watchdog timer in nrf52810 with below code
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos) | ( WDT_CONFIG_SLEEP_Pause << WDT_CONFIG_SLEEP_Pos...
Hi,
I have some problem with experimental_lpn project from sdk_for_mesh. (Today I tried both sdk 3.2 and 4.0)
Code loads and starts ok on my PCA10040.
After first steps...
I use NRF52840 Evaluation Kit.
I want to use TIMER with nrf_drv_timer. However, I get an error and cannot use it. The error is the following part of "nrfx_timer.h".
...
Hi ,
I'm writing some code of mine , declaration functions all well defined and compilation no error or warning but only this 1 error at end of my code.
I'm using SDK...
To whom it may concern,
I am testing SPI Slave and I have an issue that I am not able to change the pin numbers in the peripheral configuration for SPIS0 and 1.
It works...
Hello,
we have developed a solar powered LED module with an additional battery. It is based on the nrf52832. The WDT and TWI is mainly used and for BLE the soft device...
Hi everybody,
I am developing a wireless interface on an nRF52840 chip (Laird BL654) and I do have a problem with the SDK integration in Keil uVision.When "Manag(ing) the...