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...
This crystal, which is used the nRF52 dev boards and reference designs, is now "not recommended for new designs". I could find another crystal that meets the spec, but just...
Hi,
i'm currently try to figure out how to use an Android device as an IPv6 Server through BLe sending UDP packages. One of my collegues tried this example as it was discribed...
I'm using Nordic nRF5840 and I want to send the micro controller's temperature every 1 second via Bluetooth. Can you tell me how to implement it?
I found an example named...
I planed to use a Micron serial NAND chip to do a mass storage device. However, when I try to integrate the USB MSC code, the mass storage is unable to instantiate in my PC...
hi
i am using nrf51822 s110 and 7.2.0 SDK. here, i am trying to put cpu in sleep mode, but i can not. i found the issue RTC1 interrupt call every 5ms. i have configured...
We're starting out on BLE project with the nRF51822 and trying to get a prototype design together having completed a POC with the developer kit and PCA10004, and are considering...
Hello All
Could please tell me how mesh network is working. as per my understanding Bluetooth connectivity is point to point communication or one to one .(if i am wrong...
Where is the list of error codes associated with this: APP UART COMMUNICATION ERROR?
I am getting a 12 and I have no idea what that means?
I've looked through the questions...
i am using nrf51822 s110 sdk7.2.0
1.i had initialized and configure the gpiote interrupt before mainloop for (pin no 10).
2.i had wrote the process on interrupt handler...
I want to interface mpu6050 with nRF52 board. After reading some old threads i came to know that there is an mpu 6050 driver included in SDK v12.1. Now how can i use it to...
I have been going through the kid keyboard example and all of it seems to work except he battery reporting. The example uses ble_bas class to send the battery data. In both...
Hi
In SDK 12.3.0 custom project use NRF_LOG_INFO output log,
keil show: warning: #47-D: incompatible redefinition of macro "NRF_LOG_MODULE_NAME" (declared at line 60 of...
how to send message "hello Nordic" from one nrf52832 to another nrf52832.
where I have to add my message string in service and which function i have to use in peripheral...
Hi there,
I have four nRF52 DKs, 52832 board. I make one board as client and three boards as server. After flashing corresponding softdevice and application firmware, they...
I want to give the application priority to run when it run with the bootloader.
I'm using PCA10028 and SDK12.
When the bootloader is uploaded with the softdevice, the...