Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
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...
Hi everyone,
I'm working on a project where I need to send sensor data from multiple sources to a PC. So, I'm using multiple SparkFun Pro nRF52840 Mini board (Peripherals...
Hi,
I'm using SDK v3.2 and I'm extending the lighting example. I'm developing an extension to the provisioner, to inform a back-end about the configuration of the subnet...