Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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...