After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
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 am receiving data from a phone, i want to send back a word .
So , this is probably wrong but , to send :
void sendBluetoothData( uint8_t data[], uint16_t length)
...
I am a novice who now deals with nrf52 dk.
I installed command line tools according to the guide in the link above. I have installed several jlink programs, of which I do...
Hi,
I enter problem when I tried to delete bonded data from my example code using pm_peers_delete()
SW: nRF5_SDK_15.2.0_9412b96
HW: PCA10056
example: ble_app_hrs_freertos...
nRF9160 DK: I followed the userguide , devzone.nordicsemi.com/.../getting-started-with-nrf9160-dk
I done with 2 examples: AT Client and Asset Tracker examples. I passed...
Hi,
I am developing against a custom board built around the NRF52840. I am trying to store and retrieve values from flash using the fds module. I am not seeing any errors...
Hi, I am going to use the nRF91 DK to program an external PCB with the nRF9160 on it. The DK documentation says that only 1.8V or 3.0V is supported for external debug/programming...
I am running on a Windows 10 PC.
I've downloaded and installed all the tools for the nRF9160 DK using nRF Connect.
After installing the Segger Embedded Studio, I followed...
Parts of this discussion started on this thread: i-am-trying-to-do-dmx512-protocol
I am using SDK 15.2.0 on an nRF52810. My test board is based off of a Laird BL651 which...
I am trying to setup SEGGER Embedded Studio to program the nRF52840 dongle hardware. I followed the Getting Started Assistant program to set up the development software for...
The SDK version I am using is V15.0.0.
I use the function interface nrf_gzll_set_pa_lna_cfg 。 The following is my configuration information:
static nrf_gzll_pa_lna_cfg_t...
Hi dear community,
I am currently using nRF52 DK which has 52832 on it. I am using it for my bachelor thesis project and want to create simple sensor network. I am using...
Dear,
I am using nRF9160 DK,
firmware: secure_boot & AT_client
and Tale_SIM from Telia, I want to get the current GPS position by AT command?
Is it possible? Which...
Hi,
In a design which should be compatible with the NRF52832 we want to use the NRF52840. As the NRF52832 doesn't have USB, this would mean that the VBUS and data lines...
I am confused because i see documents referring to cmake/ninja and west. Recently it looks like people are suggesting to use west with master branches. Can someone definitively...