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...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
I have the application saving off the information it should from the Nordic documentation titled "Sharing bonding information" which is part of the Info center software developers...
Hi all,
I have some question with ble_ancs_c sample code.
SoftDevice: nRF51822 S110 V8.0.0
SDK: nRF51_SDK_9.0.0_2e23562
I add ble_ancs_c_request_attrs function...
Hi
After reading different threads I figured out that I can program my Smart Beacons kit using NRF51-DK. Correct?
And to do so I need TC2030 tag-connect cable?
If yes...
I am using the spi slave example code from SDK 0.9.2 and connect the board to an Atmel SAM4S who is the SPI master. I can see that every time the CS signal is released from...
I want to make nrf51822 with accelerometer.But Keil compiler dont know.What I do?
It was given as examples of programs I want to do. devzone.nordicsemi.com/.../.I
I want...
Hello Guys,
I want to go with nordic solution for the bluetooth low energy application. Can anyone please explain me how much it will cost to develop your own module including...
hiii....
i am developing a custom profile with five services... i want to make these 5 services and its characteristics available only for some authorized devices.. ie...
I am working on a custom service using and nrf51822 device. SDK7.1 SD7.1
My security parameters are as follows:
#define SEC_PARAM_TIMEOUT 30 /**< Timeout for Pairing...
Hello,
I am running the UART app example in SDK 0.9.1 with the nRF52 and PCA 10036. I am using putty to send and receive messages, as well as the nRF UART v2.0 app for...
Hi,
I'm currently trying to determine the power consumption of my nrf51DK during different states of my program using an oscilloscope. To do so, I am using an external power...
We had been trying to use SD 7.0 with SDK 6.1.0, but realized our libraries were mixed up and not controlled very well, and we were experiencing occasional crashes where the...
Hello,
I'm looking to find a way to send a 32 bits number to the ledButtonDemo with the Master Control Panel (I have the Nordic dongle).
Indeed, I replace uint8_t led_state...
Hi,
I have a question regarding the NRF 52 boot sequence.
When we first receive it from Nordic, what are the boot options? Are there any other options to load a code on...
Hi,
I'd like to know how to set/alter passcode when pairing happens. I looked a few examples in Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Examples\8.0.0\ble_peripheral but...