I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
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
Newbie in the nRF family of products so i might have missed the answers to my questions somewhere in the documentation and forum. if so i apologize.
I'm trying to get...
Hello ALL,
I have been using UART module and fstorage module in an application. I've been sending a bin file from PC to NRF52 using UART but when I tried to save it using...
Hi All,
I have some code that I'm porting from a Zilog platform over to the nRF52 platform. The code uses 1 timer and 1 uart. The goal of the code is to handle RS485 messages...
I am testing the IoT_lwip_MQTT_publisher_pca10056_s140 example project from SES on Windows.
I build and install the kernel with 6LoWPAN module on the Rpi3!
I can run from...
Hello,I'm from China。
At present, there is a need to broadcast beacon data in nrf51822 (SDK_12.3.0_d7731ad is used as the protocol stack version, and the...
Hi
I want to generate two PWM signals that are phase shifted with 90 degree, with similar duty cycle. I have the following pwm configuration, but I don't know how to proceed...
I am operating as a Central. How do I register and enable a discovered characteristic's indication?
I do the following and the subscribe passes but then the kernel crashes...
I'm planning to buy a nRF51822 based module for my BLE project & I wanted to know whether any of the nRF51822 based modules come with OTA ready bootloader out of the box....
Hi,
I'm trying to save sensor data to sd card on low power mode. When i connect to bluetooth mobile app can pull all data from sd card.
How can make this architecture...
Hi,
I'm using Nordic BLE Sniffer. When I look into the captured data I see a lot of malformed packet (CRC error). It try to decode any received data even if there is CRC...
I was digging around a bit in my code to get a better grip on logging. In sdk_config.h, I have the following relevant settings:
My modules all implement their own logging...
I am going to implement DFU over BLE in my nRF52832 project. Since the size of my application + softdevice larger than half my memory size I wonder how the update is performed...
We're looking to use the nRF91 to measure the LiPo battery voltage to determine battery health. We would want to know what the accuracy and range of %XVBAT is. Looking at...
I am trying to create CTS server using nRF 52840 dongle and nRF Connect PC app (v2.6.1). Currently I can manually provide current time and local time information to the app...