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...
Hey there!
The DFU over serial was successfully implemented. Unfortunately, I was only able to update the first node of my mesh, not all of them.
The first node in the...
Hello!
Recently I want to write a hci vs command in zephyr using nrf connect sdk, when I track ncs_v1.9.1\zephyr\samples\bluetooth\hci_pwr_ctrl samples code and find it...
Hi, for nRF5340 the "Build code" is a string of 3 chars
H - Hardware version code P - Production configuration code F - Firmware version code
https://infocenter.nordicsemi...
Hi
I am testing a thermometer peripheral using the nRF52840DK. It is advertising using BT LE Coded (BT_LE_ADV_OPT_CODED) with an advertising frequency of 3 seconds.
...
Dear Nordic Support Team,
I would like my nRF9160 DK to connect to multiple servers using TLS. Among others, I have read the following documentation: nRF9160: Simple MQTT...
APN setting of nRF9160 cannot be done well.
I am using soracom's SIM, and the contents are as follows.
(When I checked, it was a SIM that supports LTE-M.)
Name: Any (Example...
I'm relatively new to both nRF and Zephyr platforms and I'm wondering how to disable UART on the UART pins (such as p0.19-p0.22 on the nRF5340 that I'm using) so that they...
WHAT IS THE MAXIMUM OUTPUT CURRENT OF DCDC IN NRF52833 OUTPUT IN HIGH VOLTAGE AND NORMAL VOLTAGE MODE?
I AM POWERING UP TWO SENSORS WITH IT THAT USES CURRENT IN MICRO AMPS...
Hello there,
I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+ZigBee. So far I have complete success of controlling...
Hi,
Much like the poster below, I have ran into some issues during FOTA when my flash usage gets VERY CLOSE TO 100% (Much less than a page left), disabling some features...
Hello, I'm working on implementing the buttonless DFU feature in my application. For now, I'm following this nrf52-ota-dfu-ble-part-4 and nRF52832-buttonless-dfu-development...