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 ?
Hello,
I had recently gotten a Nordic Thingy: 91 and I was following this tutorial to help me get started.
https://www.youtube.com/watch?v=xQ7hDzRULJQ
When it came to...
This site is full of broken links. It is completely impossible to find any useful information. Why don't you fix at least a few of these broken links. Every single time I...
I want to connect 5 flex sensor to nrf52840DK.
i have got values from one flex sensor by connecting to one analog pin
I need to connect to 5 analog pins and simultaneously...
I am using nrf sdk nRF5_SDK_16.0.0_98a08e2 and nrf sdk for mesh nrf5_SDK_for_Mesh_v4.2.0_src
how to flash the light switch server example to nrf52840 dongle and made changes...
Hi!
I am having troubles trying to turn on scan_req_notification on SDK 15.
Previously this code used to work:
ble_opt_t ble_options; ble_options.gap_opt.scan_req_report...
I am trying to integrate segger embedded studios with segger system viewer for nrf52840dk. so I have taken free rtos blinky project from nrfsdk and I have added necessary...
Hi,
I used LFRC ,but cannot be connect by nRF Connnect on iphone.
below is this case information:
DK is PCA10100
nRF5_SDK_17.0.2_d674dde
......ble_peripheral...
Use this routine to send and receive data from 4 different serials, receive and send data loss, please help me modify this sample bug.
sdk ncs v1.3 Path:D:\ncs\v1.3.0\nrf...
What is the best/easiest way to store a struct or string to flash persistently? I see other boards using FDS and other tools but those don't appear to be available on this...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
the peripheral (nRF52) bonds to a central (Android nRF Connect), central enables TX notifications, and the peripheral sends over 80 bytes by NUS.
If the central...
Good health to all! I am using Ble, I need to flash received packets. The best way to do this is using sd_flash_write (). In the sdk_config.h file, I see #define NRF_FSTORAGE_SD_MAX_WRITE_SIZE...
Hi,
I tried importing existing project (In IAR) to Segger embedded studio, And getting following error.
When code is built, Ses compiling the files but giving...