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,
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...
I have nRF52832 as my development kit. Currently I am testing various ble peripherals i.e Blinky , beacon etc. Now I have to test IR sensor with the Development kit .I aim...
Hello,
I used a the ble_app_template example to set up advertisements on the PCA10040 board and on our custom board. Both boards function and have good signal strength....
I build ADC example from SDK12.3.0 for nRF51822 QFAA chip from source. I used custom board and changed the pin configuration for UART logging in sdk_config.h file.
But unfortunately...
Hi All,
I am performing OTA-DFU - Generating our own packages on my nRF52DK. but when i am trying to generate zip but i am getting some error , below is the screenshot for...
The aQFN app note suggests a fully open paste stencil (opening size = pad size) for the center pad of the aQFN.
Our assembly house is suggesting a windowed paste stencil...
Hi,
I have a question about the time period being used as waiting time before sending a reliable message is retried, this until an ACK is received or the timeout is reached...
I have a Central + Peripheral running on the nRF52840 (SDK 14.2.0). I have it configured to automatically connect to 3 Peripheral connections and allow 1 Central connection...
APP_TIMER_KEEPS_RTC_ACTIVE SDK15.0 rtc does not start unless at least 1(one) timer is active
I have set APP_TIMER_KEEPS_RTC_ACTIVE=1
And I want to use the app_timer module...
In all instances where the internal function `hash_algorithm_get()` is used in `cc310_lib_hash.c`, the output is inverted, making would should be a successful return code...
I have designed my customized board according to the nordic's indications, adding the components for the LDO and DCDC recommended. Now I am selecting the battery that I will...
Hello,
We are developing a system in which a device controls a host and the device should receive status information about the host. In some use cases multiple hosts are...
Hello everybody !
I am looking to connect 2 cards nRF52 DK (52832) with another card nRF52 DK (52832), a little like the fact my smartphone with these 2 development cards...
Hi, all.
I'm making a mqtt client with nRF52832.
All examples of SDK 14.2 were using PSK secure.
But I want more secured connection as like MBEDTLS_TLS_RSA_WITH_AES_256_CBC_SHA...
Hi,
After sd_ble_gatts_hvx() call, is it possible to change or delete value in softdevice buffer before a connection event ?
Thanks by advance for your help
Best regards...