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...
Hello Everyone,
I am Using Nrf51822 module and s130_nrf51_2.0.1_softdevice . my actual function nrf51822 twi interface with stc3115 Gas gauge IC .read the battery voltage...
Hello,
I am implementing ble advertising using below code, i encountered a strange behaviour with this code. If jlink is connected the advertising works just fine. if I...
I have created one characteristic in which i am trying to write multiple bytes at the same time i want to use that for further processing, how to access that whole data which...
Hi,
I just started working with Nordic nRF52840 serial interfaces,can you please tell me which one is best for serial communication among SPI and I2c and why?And can you...
Hi Nordics, I know it has been asked over and over again about doing DFU of slave nrf52 using a central nrf52. devzone.nordicsemi.com/.../ota-dfu-application-firmware-by-ble...
Hi we are trying to program code using the SDK v12.3 library onto a custom NRF51822 board using SES. The custom code contains B luetooth routines, GPIO routines, and TWI routines...
PlatformIO team is pleased to announce the release of Nordic nRF51/52 development platform . This release introduces many new features and performance improvements. The notable...
Hi all,
I am trying to deploy the long range mode with nRF52840. I modified the blinky example under SK 16.0.0 and it just keeps resetting
and the error code is 0x0007...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
Please help me sort out one question.
I have a peripheral device that stores an archive with data. At a certain point, the archive is transferred to the central device...
Hello,
We are focussing on the nRF9160 to build a IOT datalogger.
We would like to intergrate an micro SD card.
Now, I mis the 4-bit SPI interface ( SDIO), and I asked...
Greetings,
A very bizarre thing is happening. This is the umpteenth time I'm working on a peripheral driver and the code gets stuck at 'NVIC_EnableIRQ(UARTE0_UART0_IRQn...
I would like to implement Bluetooth 5 packet exchange without the softdevice.
How can we convert the
nRF5_SDK\examples\peripheral\radio\receiver
nRF5_SDK\examples\peripheral...
How can you use assisted GPS(AGPS) in nRF9160?
Let's say you get assisted data from "supl.google.com" and how do you set this address in code?
Do you have to wait for...