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...
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, I am using S112, nRF52832 and SDK SDK_17.1.0_ddde560.
Using below code snippet I am putting device to deepsleep. I have turned off the RAM retention. However, still...
I am trying to create Docker image with all the tools to build and flash the board. But I have the problem with nrfjprog:
$ nrfjprog bash: nrfjprog: command not found
...
Hello Nordic Team, We haven chosen a nRF52805 SoC and MDBT42T Module and would like to operate with 2 i2C sensors on two different Pin-pairs. Since the nRF52805 only has one...
Here's what i am struggling with: my code generates a error while building for every line where i use a function starting with "nrf_drv_gpio_..." saying there is an undefined...
Hi all,
I am about to purchase NRF51-DK Nordic Semiconductor ASA | Development Boards, Kits, Programmers | DigiKey but this says for nRF51422, nRF51822 series Transceiver;...
Hello,
I am using the peripheral uart sample and it works fine. My issue is that whenever the buffer is full it automatically sends the data from the com. How do I stop...
I'm working on the nRF5340 using the newest release of the nRF SDK, SoftDevice and zephyr project. I get the connection index from our application but need to retrieve the...
I change nRF52832 firmware to support DFU OTA. But ble_dfu_buttonless_async_svci_init() failed with errCode=0x4.
0> <info> app: Version 1.2.1 0> 0> <info> app: ========...
When I use Keil to build project for supporting DFU OTA. Keil shows changing *.o to *1.o. Is it normal?
Build started: Project: ble_app_band_v4 *** Using Compiler 'V5.06...
We are using the Softdevice controller from the nRF Connect SDK on the nrf5340 processor and have implemented the commands to read and set the tx power level in the controller...
I want to take readings from SHTC3 temperature and humidity sensor from a custom board. Using I2C master as nrf5340 how can I take readings from slave custom board. Please...