Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
Hi, We are using the nRF Connect SDK and building a Zephyr standalone application. Is there a way to add a post build step to the application CMakeLists.txt file which will...
Hi all,
As we will al agree refering to the BLE standard, a SCAN_REQ Frame contains 176 bits (22bytes), and since the BLE legacy standard datarate is 1Mbit/s, the duration...
Hi.
I'm working with an NRF5340DK using NRF Connect SDK in a project where I need to decrypt an input text with a previously adquired key usign AES128 CTR, but I've been...
I use two 52832 generic_ onoff_ In the example of server, a mesh network is formed. Both monitors the group address C001. I put the other one outside the range. Then the group...
Hello,
I have a project that requires Bluetooth, Zigbee, and WiFi.
I want to make sure that the following is possible:
nRF52833 or nRF52840 can run Bluetooth and Zigbee...
I am testing I2C. But nrf_drv_twi_tx() failed with errCode 0x8201. What is meaning of 0x8201 error code?
<warning> app: nrf_drv_twi_tx() failed, errCode=0x8201
Dear Nordic,
We're developing an application using the nRF52840 as a peripheral. In the role of central we have three different devices we're using:.
Android Pixel phone...
I used 9160 to develop a project for the customer. During the project test, sometimes the data line or clock line level of I2C was abnormal due to hardware reasons. I wonder...
Hi, TF-M is supported and used on nRF5340 through Zephyr and we are having no troubles to run it and use it. Thus, we have had some discussions regarding the Secure and Non...
Hello,
I have interfaced the ble_hid_keyboard with uart using nrf52840-Dk in SDK 17.1.0. I am getting data to BLE_HID over uart, but i am not getting uppercase letters when...
Hey Nordic,
I use,
pca10056
s140
SDK 17.1.0
The following are the logs taken from PuTTY:
You can download my project from here . It is based on "ble_app_uart...
I'm running into an odd problem... I'm using a nRF52832 development kit and pc-ble-driver-py to write tests against our custom services and characteristics, and I just hit...
Hello everyone,
I am working with the latest Zephyr NCS 2.0.2 SDK to develop a BLE App with a nRF52840 Soc.
The device is going to produce a very low data rate, so I want...
I am using Nordic seriaization with nrf52480 as connectivity chip and a custom M4 board as Application chip. After 5th connection, the advertisement is not starting. While...
Hello team,
I am trying to build an audio LE application where I require a stereo output and microphone input. As an initial part of the project, I am trying to connect...