I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
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...
Hi,
I want to send keyboard keys to change tab i.e CTRL+ALT+TAB, how can I send these keys from the Bluetooth HID keyboard to change tabs on my PC?
Thanks
Hello everyone,
I work with the Light_switch mesh example and I would like to send a byte from the client to the server. How can I do this? In the client board, which function...
when I build a demo project, got those errors, how to fix them?
.\Objects\ble_app_templete_s132.axf: Error: L6218E: Undefined symbol __start_log_const_data (referred from...
Hi, After upgrading from SDK 16 to SDK 17 my device started to assert on app_timer2.c line 298:
This happens way more often when running without debugger/RTT.
I checked...
Background:
First, let me state that this is a huge amount of contradictory information on this forum due to the UICR registers behaving differently for each generation...
Hello,
I am designing a test jig with embedded gang programmer (10 targets) for our NRF52840 module and i have issue with reliable target acquisition, i would like to know...
I’m very familiar with the HID keyboard and mouse profile and have built products using it but need direction on how to replicate the functionality of a up/down/left/right...
Hello
I've seen that this topic already has been discussed several times but i couldn't find an answer.
Am I right when I say, there is no PC application for logging received...
Hello,
I'm trying on the ESB examples in nRF Connect SDK v1.3.1, but it seems the Zephyr is crashing during the call k_sleep (l. 54). The following code I isolate the "k_sleep...
Hi All.
I am writing an application that has several notifiable characteristics, and up until now they have been sending data just fine, however the other day I was cleaning...
Dear all,
I'm currently implementing the 802.15.4 stack using the precompiled library inside SDK 17.00. I'm trying to send data every tot (10/20/30) ms. What I currently...
Hi,
On our custom nRF52840 board, we have an external LTE-M modem.
We would like to eventually use this modem to send data over the network, including LwM2M. What is the...
Hi i am debugging my code and i don't understand why i end up in a "fatal error" even if my function is returning NRF_SUCCESS.
My errors are so defined:
and in my...
I am in the process of evaluating the NRF52840dk and the NRF52840 dongle. I would like to have a program that will show, or record, RSSI data between units, or a unit and...
Hi,
Our setup includes two devices, a central and peripheral. For both devices, nRF52840 is used.
We are working with nRF5 SDK version 16.0.
In our application, the...