Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi there,
I just found an example, Experimental: BLE Multiperipheral Application, https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_multiperipheral...
Hello there,
I have a decent amount of experience using arduino IDE and the arduino micro-controllers to generate PWM signals, but wanted to create an BLE app using the...
Hi
I have sd+dfu uploaded and can download app through dfu with no issues. But if I make any change to the app and try to upload app using Keil uVision then nrf52832 not...
HI,
When I use the SAADC example, I found that the data collected during the simultaneous 8-channel acquisition has abnormal data on both channels。
I've ported the SAADC...
I am working on creating a mesh network consisting of sensors and output devices.
I am using the serial example with interactive_pyaci to provision the network from a PC...
Hello,
I'm new in IOT field and in firmware developping area on Nordic SIPs, microcontrollers, but I'm experience in firmware developping area on STM32 microcontrollers...
Hello,
I'm using nRF SDK v15.0.0. I have have added battery service using this online tutorial: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/ . The code...
I try to eddystone url beacon with advertise every 5 second. I changed
#define APP_CFG_NON_CONN_ADV_INTERVAL_MS 5000
upload code in nrf52832 module I used NRF connect...
Dear Sir,
I am working with SDK15, nrf52832 and softdevice s 132.
I am using ble_app_template with slight modifications.
Now it will advertise for a duration of 10...
Hi
I am using nrf sdk 15.2.0 for MEsh networking.(Mesh SDK version 3.3).
Hardware platform -nrf52832(pca10040).
Steps followed:
1. Compile and Run light switch demo...
Dear nordic,
I want to test Thread. I selected Thread Cli example for this. but i need to know something regard this. Iam new in the thread. from this example command is...
Hi, I am trying uart example now, not first time. I made it and check the receiving and transmitting data through ble last week.
The problem is it is not working now. Building...