Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
I'm working on a switch device using nRF5 SDK for Thread and Zigbee version 4.1.0 on an nRF52840 on a PCA10056.
I can get my device to join a network, and can see that the...
I see that Apple finally played their card in the consumer asset tracking device space last week. the "Find My" network will be available to third party devices. Details are...
Hi,
I'm working on the Basic example Blink_led.
I would like to change from LED 1 to LED 2. I changed the ch0-pin = <3> in the nrf9160_pca10090_common.dts but now the...
I would like to implement firmware update of nRF52832 through UART from Linux SoM, do you recommend following the DFU procedure or implement custom bootloader? I don't need...
I am using the 9160DK (0.9.0) and testing the PSM and eDRX modes with ncs V1.3.0. if I program the Asset_tracker without any changes I can connect to the nRFCloud.
from...
Hi
Unsopperted device. The detected device could not be recognized as neither JLink device nor Nordic USB device
I believe nRF connect programmer can't fint nRF5340...
On reviewing Zephyr SDK V1.3.0-rc1
I am able to build and run the soc_flash_nrf example as a nrf9160dk_nrf1960 board all works as expected.
when I try with nrf916dk_nrf9160ns...
Hello!
I am working with the nRF9160 devkit and I have encountered an issue.
I cannot seem to properly enable PSM to use the GPS and LTE at the same time.
In the application...
Hello, For our project we were planning on using a 3rd party module MS88SF2 (nRF52840), which schematic snapshot is provided and which will be powered though the li-po battery...
Hi guys,
I am using the Nordic nrf52832 board for my project. One of my goals is to enable the device to read the voltage from the external source. I have already found...
I think I am having a problem with Radio Notification. I am not sure. I have an application where I need simultaneous “Central and Peripheral”. Device only needs to advertise...
I am trying to do Mesh DFU.
I have done updating ble_app_blinky successfully for the 1st time over mesh but after that, I tried to do again by increasing the application...
Hello,
I am working on a custom board using a nRF52840 based module. I am using SDK 14.2
I am running the following simple code to sense when an GPIO goes to a low state...
I know I can set the TRACEMUX pins to 0 to enable the GPIO instead of SDO. I do this on the first line of the program.
My problem is that when I click debug, from the time...