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...
HI,
I get the information frome the sd_ble_tx_buffer_count_get that ,the nrf51 with S110 SD8.0 has 7 count(7*32BYTES) of TX_buffers (I can use 6cnt one time) . The nrf52...
Hi,
I have a problem as to timer, please help to let me know the solution to solve it,
thankful for your support in advance,
thanks.
Issue : when using the following...
Hi
Im using the pwm in the NRF52 with the following function:
APP_ERROR_CHECK(nrf_drv_pwm_init(&m_pwm2, &config2, pwm2_handler));
in the Interrupt function "pwm2_handler...
Hi,
In our code we would like to respond to a write with a notification and then disconnect. So we first we call sd_ble_gatts_rw_authorize_reply to reply to the write,...
I'm trying to put the nRF52 into sleep by using the following code in a loop:
__WFE();
__SEV();
__WFE();
But I see current consumption at around 5mA still, and...
The Bluetooth Mesh Light Switch example shows how to work with keys for a Mesh Network.
But I have some questions about who generate the keys and what they are used for....
Greatings!
I am sending a packet with data in it from my custom board with nrf51822 to my android phone using cahnged ble_app_uart. The packet is being sent 8 times before...
I have the Thread Coap examples running on two nRF52840 dev kits (coap server + coap client). When I try to check the coap traffic with a sniffer + Wireshark, Wireshark can...
Hi! I am trying to control volume up/down, and for the future possibly a few other functions within the ID 3 tag of the HID descriptor.
I am using the ble hids mouse example...
I am working on nRF52840 Preview DK. I want to generate a square wave with accuracy of ON and OFF time = 1 microsecond using timer for driving stepper motor DRB8825.
I...
I'm experiencing the same issues as a previous poster that went unresolved: devzone.nordicsemi.com/.../
With 1 or 2 peripherals (sensors), the connection works fine. With...