Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...