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...
Hello
I tried to install nRFConnect for Desktop, the latest version When I try to launch Toolchain Manager, I get an error "Unexpected end of JSON Input" error message....
Hello,
I works with Zephyr, VCS, SDK 2.0.0
I don't find how to get pin number from the DTS pinctrl .
In this folowing code, I want to replace magic number (uplighted...
Until toolchain update it was working well. But after toolchain update I cant even open toolchain manager . It just shows some exception like " Unexpected end of JSON input...
using NCS 1.9.1 - Zephyr - Segger Studio - sample code: bluetooth / peripheral_uart
I based my project on the sample, modified it slightly and it works well on a board with...
Hi,
I saw here: nrf52840 802.15.4: mlme_start_req: nonbeacon-enabled mode doesn't work
that the SDK-Version 14.2.0 was not compiled to work with non beacon enabled mode...
Hello,
After upgrading to the new version with the help of the migration guide, there is an issue that I could not trace back to any changes.
If I am correct its about...
Im compiling an app in nrf sdk 2.0.0 which works well on the nrf52811
as soon as I add
CONFIG_NRF_802154_RADIO_DRIVER =y
into prj.conf
without even initializing...
Hi Everyone,
I am working on NRF52833. I have developed code for our project. Now in this project the phone app will connect with the device using BLE for which I have implemented...
I have a Nordic Thingy:52 and Nordic Thingy:91, and I want to develop custom embedded software for them. Do I need a J-TAG or can I flash code using USB?
I've seen tutorials...
Hello,
I'm starting development with nordic arm processors. Therefore we purchased the BMD-360 EVK. This board features the NRF52811 processor and has the same pins as the...
We currently have a nRF52840 central device written with the Bluetooth Nordic SoftDevice API. From what I have read, the Zephyr RTOS is the best way going forward. I started...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello ,
I on the DK nRF52840, I wanted to manage the sleep mode and measure the current consumed by the microcontroller.
I started with example uart, I cut the PCB track...
According to the Nordic infocenter here
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf9160%2FCOMP%2Fnrf9160%2Fnrf9160_operator_certifications.html&cp...
I am using nRF52840DK for working on my application. I use nRF Connect SDK v1.9.1 to run example and build application. I use VS code to build the application. I am working...