Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi,
I referred and tested the File system Shell example on nRF52833-DK. In its source code, in file 'main.c', the function main() is empty/stubbed. Is there any way to customize...
Hello ALL,
I am trying to use MCU boot with my application. I am using NRF916DK and it has external Flash similar to NR52840DK board. Now when I am creating a partition...
Hi, I'm using BC805M module (nRF52805 SoC). I understand that the nRF52805 doesn't support BLE mesh. I would like to ask about the availability of using BLE (S112/S113) for...
Hi, I am in the process of evaluating nRF5340 to switch from STM32 device to nRF device as per my ex-colleague recommendation. I started looking at simple blinky example for...
I am using nRF connect v3.6.1 but the following error occur when i open the device in nrfconnect as follows:
Error :Unsupported device. The detected device could not be...
Hi,
I am using nrf Connect SDK v1.5.0
The immutable bootloader is located in nrf\samples\bootloader
My question is about the partition setting in the pm.yml.
This...
What is the least latency interrupt that i can implement in external gpio pin? In product specification there are mention about GPIOTE. Is that only way to do it? We need...
I want to receive ADC sampling and transmit UART and Bluetooth.
I think the parameters for Bluetooth transmission are as follows. What are these, and how do you find the...
project :Zephyr
board :52840DK
Description :
we want make 52840Dk advertising only once ,at 37 ,38. 39 channel,so we do like blew
(1)we Start advertising by bt_le_adv_start...
When I look at the zip files that are released for modem updates, I see that they contain a number of files, including delta updates for updates within a major version.
...
Hello,
I'm trying to integrate cli_libuarte on project that use FreeRTOS. I'm basing on example form SDK cli_libuarte how ever this does not use RTOS. What I'm facing is...
Hello!
I'm trying to perform DFU over BLE using a nRF52840-Dongle (PCA10059) devkit. I'm getting the following error:
I've tried to add '-cd 5' and '-f' options...
The OPS states the maximum transmitter RF power accuracy to be +/- 4 dB. Does this imply that if the power is set to +4dBm it could vary from 0 dBm to as much as +8 dBm? What...
The documentation is a little unclear. I am using Arduino Nano 33 BLE. Using the analogread() functions of Arduino I get a much worse performance than the nRF is supposed...
My application is composed by three different source code repositories, organized as follows:
+--- app
L---- lib1
| L-- src
| L-- include
L---- lib2
| L-- src...