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
The nrf9160 product specification v2.0 changed the current consumption for UARTE from 1.5mA to 819.2mA. Revision history does not mention this hilarious change explicitly...
Hello Nordic Team,
i'm trying to configure the nRF52833 DK to scan through two channels at a high rate (10ksps) with the SAADC module. i have configured the time to operate...
Hey everybody,
I go sell my product in Morocco, my product is based on nRF51822 but I need to know the certification of electromagnetic compatibility for Bluetooth Low...
HI,
I tried to test all projects, but I ran into a problem, project create like this
I just downloaded the routine and didn't change anything, but I cannot create advertiser...
Hello
I have several questions regarding the RESET pin used in your examples:
When you press the RESET button of the PCA10056, is it possible to add code before it does...
I combined SAADC into the ble_app_uart_c example and got error once it got to scan_start();
"ble_scan: sd_ble_gap_scan_start returned 0x9"
If I put the scan_start() in...
OOB can be used to assure physically that the device provisioned is the wanted one.
In my application the devices won't allow for OOB.
How can I ensure that only my...
Hi,
I used this user guide: https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf .
I am using the nRF52840 DK for the sniffer, and managed to connect it and...
I changed the IO of the SPI and could not receive the data.
Hardware: nrf52832 DK two
Software: nRF5_SDK_17.0.2_d674dde\examples\peripheral\spi and nRF5_SDK_17.0.2_d674dde...
Hi,
I'm developing an application for the nRF52840 that uses 3 SAADC channels. In particular, the channels are configured as below:
I'm able to get the samples from...
It is unclear, for both the Thingy 91, version 1.0.2, and nRF9160-DK, version 0.8.3, if they need bias-tee's for use with an external active GPS antenna. Also, what about...
Hello, I have problem and I hope you can help me.
I have 3 sensor nodes. every node has an IMU sensor and nRF52840 microcontroller. These nodes send the IMU data to the...
We bought 4 NRF5340 PDK and trying to setup BLE mesh. As suggested in the getting started guide, there are two BLE mesh example samples from nordic and zephyr. However, for...
My code uses the nrfx SPIM driver. This gives you the option to use interrupts or not. Interrupts are great for long message transfers, allowing sleep while waiting for the...
SDK 14.0 +nrf52832:
We use phone to send command to our toy(nrf52832) every 100ms to control a motor accurately,mostly toy received command is long than 100ms(more than...