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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
i read this post:
devzone.nordicsemi.com/.../
and found the PCA20006 project but i cannot load it to the beacon. I can find proper instructions on how to load...
I had initially added ble_dfu buttonless DFU support (unbonded) to my app per instructions here: infocenter.nordicsemi.com/.../service_dfu.html
Long story short, based...
What unique information can I use to know which physical device disconnected for example? Say I have a MAC address or a name encoded into the advertising packet. Correct me...
Here the connect method is called
err_code =
sd_ble_gap_connect(
peer_addr,
&m_scan_params,
&m_connection_param,
APP_BLE_CONN_CFG_TAG);
In the ble event...
I'm tring to connect my phone to the multi-connect example client app
I'm tracing the ble events in the ble_evt_handler.
When I open the server app on my phone, I see...
Hi Engineers!
faced with a problem of SAADC impedance too small (4,7K)!
We use SINGLE ENDING 8bit mode with following settings:
NRF_SAADC_REFERENCE_VDD4
NRF_SAADC_GAIN1_4...
We are moving from a PCB using a nRF51822 QFAB module to a newer PCB using an nRF51822 QFAC module.
We observed that with the new QFAC PCB we have a significant connection...
I want to use the nrf52dk PCA10040 to remote program a BC832 chip from Fastel.
They say:
"BC832 V1 pin B3 C3 (DCC, DEC4) needs to be connected to the program can be burned...
I have an nrf52832 BLE HIDS device based, with the connection and peer handling code copied from the hids keyboard example, SDK13. I use Windows 10 as host. Setting up a connection...
I plan to keep the bonded device information in the ring buffer, but there are a few things that puzzled me:
When PM_EVT_CONN_SEC_CONFIG_REQ event is received, .allow_repairing...
Hi,
i am working ANCS example project in nrf14.1.0 SDK, s132.5.0.0 softdevice. i am able to print category of all notifications. i wanted print text message info. is it possible...
SDK13 nRF52 S132.
Hi! Correct I understand and implemented how to make interrupt?
I use gpiote.
void gpiote_init (void)
{
nrf_gpio_cfg_input(INT1, NRF_GPIO_PIN_NOPULL...
Hello,
I am using sdk12.2.2 and nrf52. I am including scan response data in my packet. But every time I am getting extra fields in my raw data as seen in nrf connect app...
Hi
I discovered I strange behaviour using twi.
I am using sdk-14.2.0, and Segger Studio. I started with the twi_scanner projected that I found in examples/peripherals...