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, I'm working with a nordic thingy:52 and SDK thingylib on Android.
The issue I'm facing is that the real sampling frequency, compared to the one indicated by the SDK...
Hello,
I try to use the ASSET_TRACKER application with NB-IoT/ Vodafone in Netherland. Vodafone uses UDP/IP datagrams protocol. is it possible to modify the asset-tracker...
So, we are using NRF52811 with external 32MHz xtal and also exeternal RTC crystal.
Every now and then we are unable to pass tests of the programmed firmware because the...
Dear Sir/Madam,
I have already developed an RF communication device with an NRF24L01+ device. And I want to migrate to nRF52833-QIAA-R. For that, I have the below questions...
I'm using RTC to wakeup every 500ms, I have Watchdog enabled but after a while (about half.. or an hour...) it will not wakeup anymore and watchdog will not reset.
I measured...
Hi, we programmed the nRF52840-DK with ble_app_hids_keyboard demo (s140) and tested with different BLE keys under a Linux PC. It worked. Tested the same configuration with...
Hi,
I have some code that normally uses nrf_crypto with the cc310 or cc310_bl backend. I was writing a unit test for this code which compiles and runs in Linux/WSL. Since...
Has anyone written a utility to dump the tables of contents (i.e. directory of files) and
an entire file with record keys:contents to a host operating system file to a file...
Hi,
I'm working on the bootloader part of a project. Using nrf Connect, the integrated MCUBoot bootloader, trying to figure out how all the parts fit together. Running into...
Hi,
As iOS developer, I'm facing a really strange issue : Using the nRF Connect app, I try to connect my BLE device, with success or not depending my iPhone/iPad configuration;...
Hi guys,
I am using the nRF52832 board on which I run the LPN example from BLE Mesh directory. I put there the code for measuring the temperature and now I want to save...
Hi ,
How do customers choose printf lib when they want to use floats on functions printf and scanf?
The customer wants to use floating points
However, the current printf...
I want to use nRF Connect v3.6.0 Programmer and Segger J-Link Ultra+ in order to program our board. I can connect to the J-Link but receive an error message:
The Segger...
Hi Nordic team
Current https_client example at sdk connect
Connect to server --> send http request to server --> Wait response from server
Can we receive packet from...
Hello,
After a long investigation I got to the conclusion that SPI master (spi3) has been broken in the SDK version 1.4.1.
It is working fine in V1.3.1
I have an application...