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...
I am having difficulty copying the light_switch client and server demos outside of the SDK, what is the general procedure? I have manually deleted and re-inserted the files...
We have created a custom board using the nRF52832 (as part of the uBlox ANNA-B112 module), and are using the internal LF RC oscillator.
We are about to go through some pre...
Hi all,
the installation of nrfutils as per nordic infocenter
is failing. Not sure if the first step worked (claims it did but with some error messages):
Next step...
I have added the include and src. file paths to the MAKEFILE and yet I am experiencing this error.
I tried deleting the main.c.o file too, but am still experiencing this...
Hi,
After implementing my own services, I run into a problem when trying to read the value.of a characteristic. I basically have four services, of which one only holds one...
Dear Nordicsemi,
we need automatic simple test of ble function of our products - scanning bluetooth devices in rage and reading RSSI of device with specific mac address...
Sorry to bring up a topic which seems to have been discussed already, but I don't see an answer to my specific questions.
The original design of my project was to have both...
Hi,
The known issues section of SDK v1.3.0 release note states that
"
nRF5340
FOTA with the SMP Server Sample does not work.
"
Is this fixed in version 1.3.1?
Good morning, I'm working with the nRF52 DK and a custom board that has the nRF52810.
I am using the SDK 15.0.0 and followed the tutorial described here:
https://devzone...
Do you think my nrf is original?
The person I bought says it's original.
Can you please check it?
Seller link: http://www.ebyte.com/en/product-view-news.aspx?id=113
Hi,
I have a custom board in which i am using nRF52840 with SDK version is 16.0.0.
I have tested app_uart library its working Ok and current consumption is 6 uA in deep...
Hello,
I'm developing a project which uses two threads. One configures UART and keeps on a while(1) loop. But once it receives a byte, an ISR pushes the incoming byte...
Hello
I am adding the mpu6050 library in the ble_app_template of SDK 14.2.
Use the ble_mpu6050_simple example here. https://github.com/Martinsbl/nrf5-mpu-examples
I...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi everyone,
Looking the examples of SDK16, I noticed that every example has a hex folder with some .hex files inside . This applies for both peripheral and ble examples...