NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
With nrf Toolbox 2.2.1 on android 6.0.1 (Google Nexus 7 or OnePlus 3T), I try to transfer an application firmware in a zip file UiBoardV0.4.1.zip , generated with "nrfutil...
Hi,
In am using a nrf52832 in a serializated configuration, with the softdevice S132 on the connectivity board.
Is there a way to configure GPIO on the connectivity...
hello,
i have one nrf51 dk and it has some advertisement packet, i have another nrf51, i want this another nrf51 to copy first nrf51's data. can you tell me how to copy...
I stumbeled across a problem with my application, which runs on s120. My case is: I have a S120, configured as a peripheral and I have an Android 5.0 Motorola smartphone....
Hi, I'm trying to install the BLE buttonless DFU template onto a nRF52 (PCA10040) eval board using the secure bootloader example (with s132, version 12.2 of the SDK) via nRF...
We have a new project it is as preipheral. It will support dual bank OTA. We want to use the IC of nRF52832 and use SDK12.2. I want to know which softdevice and bootloader...
I bought new nRF52-DK. I am am trying to connect it to windows 10 system over usb 2.0 mini port. I have installed nRFgo studio and JLink drivers. The problem is nRF52-DK is...
Hi, Nordic
I have one nRF24LU1P, I program app to made it as USB Dongle.
Now I need to disable usb suspend or once USB suspend, app resume usb immeiately.
Could you...
I'm using the SPI Master driver code on the nrf52 using EasyDMA to talk to a SPI slave (Adesto Flash chip)
I can successfully initialize, read, write and read-back from...
I'm designing a BLE peripheral with a custom profile composed by Hearbeat, Device Information and Battery service plus a custom service for device operation parameters configuration...
Hi,
we are trying to develop a BLE keyboard that work with android and ios. We made custom board using nRF51822 and keyboard driver IC with a qwerty keyboard layout. We...
Hi,
In SDK nRf51-SDK_9.0.0.2e23562, I call sd_ble_gatts_characteristic_add().
I set the p_cccd_md read_perm as BLE_SEC_MODE1LV2 or BLE_SEC_MODE1LV3, and set write_perm...
softdevice_enable was executed.
Will not proceed after sd_ble_enable.
I have tried the following ram address.
0x20002128
0x20002080
I use the IAR 7.5 compiler...
I changed the number of byte in one package from 20 to 250, but I used Nordic UART Android app to receive date, it also just can received 20 byte per package, is it passible...
hi
i make spi connection between nrf and lpc1788 . nrf as slave and lpc1788 as master. i got data from lpc but when i send data to lpc nothing send . when using another nrf...