Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
GPIOTE Library makes my Board(nRF51422-QFAC) Brick??
I just build my nRF51422 Board, and It's pretty working well before I've used GPIOTE Library.
Before using GPIOTE...
Hi everyone,
I am seeing an issue where the SPI (master) ignores the first byte of RX buff and begins storing the received bytes from RxBuff[1] instead of RxBuff[0]. In...
Does anyone know if there is any documentation of nrf51822's current consumption? Perhaps, something similar to CC254x's Application Note . I'm mostly interested in the current...
Hello,
I would like to build two boards that can send small messages between them, at long distance. For that I would like to use some of your devices (I used 51822 in...
Hi
I have working module which communicates via uart with another module. It works good, unless it is heated to 40C. After that temperature UART communication is not correct...
Hi Engineers!
We made our own ten (10) PCB's with nRF52840 MCU onboard fully according to "Circuit configuration no. 3":
1. LDO only mode (VDDH connected to VDD connected...
I have a custom circuit with nrf52832 which I am trying to program.
All i/o pins seem to be working fine except pins P0.06 - P0.10.
I'm testing it with mbed (digitalout...
Hi,
Thanks for taking the time looking into issue.
We are using Keil uVision 5.14.
Our target is a custom board (BMD200 eval Module based on nRF51822)
We were able to...
Hei guys,
for a new custom board based on nrf52832 where i have to minimize power:
have an external Li-Po battery, with a cutoff @3.0v, so the range will be 4.2v...
blesc_pairing_dhkey_check_failed.zip
Hello,
I used the example ble_app_multirole_lesc and paired with nRF Connect app. However I got the error message (in Bluetooth...
Hi!
So I have my GATT value of a service that I would like to update.
Sadly that value always stays at the initial value.
Below you can find my update function.
uint32_t...
I am using SDK12.0.0. ble_app_uart example, and I have change the clock to using LFCLK RC. I know from nRF51822-PAN_v3.1.pdf that we need to calibrate the LFCLK RC after reset...
I've managed to overcome all the quirks in setting up Eclipse/gcc development with the nRF52 PDK (PCA10056), and I can build the sample projects just fine. Here's my issue...
I arrived at step 8 in this tutorial
github.com/.../custom_ble_service_example
Now I'm supposed to propagate events to the application, for example connection state...
I am using a usual uart to bluetooth application and it works great, but I would like to set this application to be a known apple midi device, it seems I only have to add...