Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
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...
Hi, Team
I read below uart current consumption data from nRF52832 Product Specification v1.4. But I can't find similar data in
nRF52840 Product Specification v1.1. I want...