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 testing MESH by nrf5SDKforMeshv201src and nRF5_SDK_15.0.0_a53641a.
I have a problem.
My project have one of the client and one of the server.
Client transmit...
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We have a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device...
Hello I am using a I2C sensor module and I need to tranmit only address to receive data back, but I dont know how.
Program crashes on line 4.
Thank you for your help...
I have a DK52 with another device at attached to the SPI bus. I also have a PPK. Should
I connect the second device to VDD_nrf to count as a load? right now it is connected...
When the bluetooth service function is initialized, sd_ble_uuid_vs_add() is called in the ble_dfu_buttonless_init() function in case of an out of memory error. In the ble_nus_init...
Hello, Is there any evaluation kit available for NRF905? I found this one online but DIGIKEY website says its obsolete::
media.digikey.com/.../nRF905-EVKIT_PS_Rev1.0_Jan2004...
Dear Nordic staff and users,
Now I'm trying to confirm that my local LTE operator supports energy saving modes. It went with flying colours with PSM:
at+cereg=5 OK at...
using SEGGER Embedded Studio for ARM V4.30a, I get a problem of Linking with an nRF5_SDK "blinky" examples. See hereunder the error message:
Seem to be a problem of configuration...
Hello,
I can create a zip file with nrfutil pkg generate and there is a bin file in it? I want to make DFU as a bin file only.
I only want to download the firmware as...
Hello,
I have a question about using pins as output. I'm trying to set 2 pins to "1", but cant fully understand how to use pins on port1.
for example: P0.10 (wich works...
Hallo,
I want to use the UARTE instead of the UART to transmit some audio data to DK. The Basic Project is the i2s example in nRF5_SDK_15.3.0_59ac345.
I implemented the...
I'm starting initial development on a new project using the nRF52832. I've been able to transmit successfully using nrf_serial_write but nrf_serial_read always returns NRF_ERROR_INVALID_STATE...