Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
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!
Most of the project's application code is written in C++.
SDK headers are guarded with the extern "C" therefore when including no problems arise with linkage.
The...
Hello,everyone
nrf52840,use sdk15.3.0, and I just want to run the example uart,but there is an error which is :ble_link_ctx_manager.h:no such file or directory. and then...
hello ,everyone,
I want to add the dfu service to the hrs example, but after I follow the step by step guide operation, I import the (settings+softdevice+bootloader+app...
I've tried to use Nordic Infocenter ( infocenter.nordicsemi.com/index.jsp) and it doesn't show documentation pages. It shows blank pages instead (see attached screenshot)...
Hi,
I'm using S132 SD 6.1.0. I'm transferring some advertising data to the SoftDevice and it returns INVALD_PARAMETER. How can I find out, where the problem of the SoftDevice...
Hi,
I got an issue with a battery powered sensor with generic OOB NFC pairing. The NFC is used to pair the sensor with a gateway, but if the device is not connected it must...
I just got the nRF9160DK. Followed instructions in video.
1. SIM card activated
2. Input sequence (push buttons and switches)
Expected LTE device added in nrfcloud ...
Hello,
I am developing an application that will eventually have quite a few different modules and I need to add timers to some of them. I use UART, I2C, SPI, RTC and some...
Hello,
I have a project where I'm using I2C. I want to configure P0.14 and P0.15 as my I2C pins as I already made a board thinking those would be available, however I get...
Hi, I am using SDK 15.1
My device is got hang during execution, namely in the function fds_init() - > while(!m_fds_initialized){..}
I wanted to reproduce this issue...
Hello,
Please can someone help me to undrestand this error while running other exemples in my nrf 51 DK with nrf 51422
PS: IDE : Segger Embedded Studio
SDK : NRF5_SDK_15...
Hello, I'm having a trouble over here, I read some tutorials for creating custom services and characteristics for BLE, and everything is running fine, I have a service with...
Hello,
I wanted to updated to SDK 12.2 and I noticed that FreeRtos is consuming 800uA in sleep!!! We do battery powered application and with this power consumption our battery...