Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
In our setup we are sending one CoAP message every hour. The transmission is set to be done at hh:00. Downstream communication is only required as a response to the upstream...
Hi, My name is Philex Fan who is a researcher working in academia. I am working with a group of researcher to develop biomedical device that can get brainwave signals and...
Hi!
This tutorial is just for current > Measuring current . I want the same for latency with code.
I'm working with two nrf5340 for Bluetooth low energy and I want to...
Dear Community,
From a provisioner, I want to get the MAC address of a device (provisionee) during the provisioning process. Is there an example somewhere in the forum please...
Hello,
I am using nrf52805 processor, nrf sdk v16.0.0 and Segger embedded studio. My board communicates with a temperature sensor over I2C. The software is working without...
Hi all,
I am working on a ble5 beacon with ecdsa signature. I would like to use mobile to verify my message. As I see that the crypto ecdsa example use raw key and generate...
I have developed an APP using SDK 15 (both BL and APP) updating Bootloader and APP which is working fine.
I have developed same app using SDK 17.0.2 (both BL and APP)
...
Hi, I know this topic has been up in several posts before, usually ends with, buy a LitePoint or Anritsu.
Assuming you want to do a poor mans measurement setup, just relying...
Hello, I've been trying to get the nrfx_i2s driver working with Zephyr, on the cpuapp core of the nRF5340. After configuring the driver, setting CONFIG_NRFX_I2S in prj.conf...
I've been successfully creating custom services, but there is one case where a device has a service UUID and it's 2 characteristics have completely different UUIDs (all 128...
Hi,
How do I set ncs v1.5 to save the last open project path?
ncs v1.3 has the last open road
ncs v1.5 does not have a project path that was last opened
Here's the...
Hello, I have a question. In the HID_keyboard routine, I have already bound two phones.
Now I want to cancel the binding, and the function was called by key interrupt pm_peers_delete...
Hi,
I am new to the zigbee development and currently going through the documents.
My end goal is to develop a application that measures the level of a tank using radar...
Hi
We are using an external 32MHz crystal to generate the internal 64MHz clock.
As described in several examples, we start the HFCLK with
NRF_CLOCK->TASKS_HFCLKSTART...
Hi,
I am using nRF52840 and SDK 17.0.2. I used to write data using nrf_fstorage_write() at some address of Flash and I want to read the same data using nrf_fstorage_read...