I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
To the kind attention of Nordic support team,
We are very interested indeed in using your nRF52840 and nRF52810 devices in our projects. We also would like to use your gazell...
Hi,
I have used nRF52832 with my Python code succesfully many days. Suddenly it stopped to working and gives me an error message: NordicSemiException: Failed to ble_gap_scan_start...
Hellou. I'm developing application, which is modifiaction of light switch demo. I need use 128 servers and one client. But when I redefine in SERVER_COUNT to 128 in client...
Hi all, ( nRF52 DK, SDK 15.3, S132 )
Many asking about how to add 2 "service data" in the GAP advertising, but no real answer on the solution !
The first service data...
Hey everybody!
I'm trying to implement the following use case.
Android device connects to nRF52, bonding occurs, android device is put into nRF52 whitelist, after this...
Hello, I am trying to combine light switch client example with fds functionality.
For these I did next steps:
Included all ‘c’ files from the fds example to the light...
I notice that the USB Serial (the lowest numbered COM port of the three, that's connected to the Cortex-M33) isn't opened in a Serial Terminal before the application starts...
Hello:
When I try to use mesh, I found that the bootloader never work in low power mode. If I only program application into the nrf52832, the power consumption of its low...
Hello.
I m working with mesh demo: https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
In Android app we can press "identify" and after that Thingy's led...
Hi, On a button press I need to enter to disconnect from the currently connected device and then start advertising in order to allow a new device to connect. I manage to disconnect...
I am trying to read analog value from a GPIO pin. Particularly I want to read battery voltage from a GPIO pin assign to P0.31. Please help me how can I read the analog va...
Dear All,
Thanks for your continued support.
I have been trying to get debug terminal to work... I enabled RTT log and disabled UArt in the sdk_config file. I set...
Hello!
I'm trying to handle an interrupt using a timer.
Is it okay to write something like the following?
Also, if this is called every 1ms as interrupt processing...
Hello,
Im using D52Q ANT Module series chip, I have uploaded the S132 soft device and BLE peripheral program(PCA10040).
Once i download the program, 3rd LED glows, and...