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...
use s132 on NRF52832
when i used sd_ble_gap_connnect () to connected peripheral device,it return NRF_ERROR_INVALID_ADDR
the addr copyed in scan_evt_handler() by NRF_BLE_SCAN_EVT_FILTER_MATCH...
Hi ,
I have made basic binary sensor based on light bulb project,
wanted to add default BIND-TO-Gateway ( Short address 0x000). Gateway is CLI_AGENT .
I am try to add...
select at_client folder
west build -b nrf9160dk_nrf9160ns -p
shows this warning
```
warning: The choice symbol LTE_NETWORK_MODE_NBIOT (defined at /Users/paul_tanner...
Hello, we are using a usb dongle where we have a NRF52840 and RFX2401 PA+LNA frontend. The latter can be controlled with TX_EN and RX_EN pins. Please see attached schematic...
Hi there,
I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. Everything except one single thing is working. I've just implemented FDS...
I have installed the sdk v 1.4.0 via the toolchain manager (nrf connect 3.6.0). I am using windows 10.
Here are my problems :
First I dont have the launch ide button after...
Hello Team,
We have already done the PoC for the Openthread network. I have created a border router using nRF52840 as an NCP and multiple nRF52840 end devices.
Now my...
If I have a firmware project working reliably on the nRF52810, is it possible to build a single firmware image that will run on both the nRF52805 and the nRF52810? I'm not...
Hi,
I was trying to program my board using SEGGER, but it doesn't seem to be working (log provided in the picture below)
/resized-image/__size/320x240/__key/communityserver...
I was w ondering if I could clarify the GCC version which is suggested for use with SDK 17.0.2.
In the release notes, it states:
However in components/toolchain/gcc...
hi,
I have a puzzle in the BootLoader project
I'm not particularly familiar with the mechanics of this BootLoader
I try to run bootloar in nrf5340dk_nrf5340_cpuapp,use...
Hi
i am trying to use adc in nrf 9160 kit. where i got error "Example requires secure_boot to have SAADC set to non-secure! If not; BusFault/UsageFault will be triggered...
Hello,
I have been trying to implement the Elliptic-curve Diffie–Hellman key exchange using tiny crypt.
As per the API, a random number generator function needs to be...
I am running into a very perplexing issue on my custom board involving use of fStorage and the soft device. When I attempt to write to flash memory using fStorage API (using...