Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Reffering to the boilerplate: NordicSemiconductor/pc-nrfconnect-boilerplate
Can someone make a quick guide to create a reducer that is connected to the nRFConnectCore[0...
Hi,
I am running Keil uVision V5.23.0.0, debugging a 51822 using the J-LINK / J-TRACE interface built into the chips
My code uses SD110, SDK 7.2
I need to get ABSOLUTE...
Hi,
The datasheet for the nRF52840 says that the SWDIO and SWDCLK lines have internal pullup and pulldown resistors already, and thus, does not need external ones.
Two...
I am having trouble tracking down some lingering interrupt source that is waking my application up from the power_manage() command. I am turning off bluetooth advertising...
Hi,
I cannot find the pinout for the P9 connector in the Thingy (programming). My idea was to use the NRF52 DK to program it as this video suggests:
www.youtube.com...
i have flow this tutorial with nrf52840
https://github.com/bjornspockeli/custom_ble_service_example
but d'nt work any body can share an example please ?
Thank y...
In the PCB design reference for the NRF52 we can see that the components L3 and C10 is not parallel with another components and lines. any special reason for that?
Any problem...
Hello,
I have been having issues with two different DK:s. I am doing bootloader development and suddenly the kits go unresponsive.
nrfjprog returns the following error...
Hi everyone. For our product, we need to accomplish tests for CE certification, in accordance with regulations EN300328 paragraph 5.4.10. How can we set the softdevice s310...
I try to integrate the ble peripheral uart example and the beaconing mesh example. It build completed. But when i build and debug on nrf52 board. I have some errors about...
Hello, im a beginner in circuit design, and currently i am developing ESB device that should work on batteries.
Device simply represents a nRF24L01+ module, an ATmega48...
Hi,
I am using nordic nrf52832 nRF5_SDK_14.2.0, I use the RTT for debug, I want MCU in low power mode,so I add the following code:
while(1)
{
NRF_POWER->SYSTEMOFF...
There are parallel 8 bits input to nrf52832 GPIO pins,I want to read the data from the pins and writ it to a RAM.how to do read the data in one CPU clock?