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,
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 re-uzip NCS1.5.0 ,using SEGGER Embedded studio or using bash.exe to creat a sample project ,and can not creat .the problem is
CMake Error at D:/v1.5.0/zephyr/cmake/zephyr_module...
Hi Nordic,
Aquick question with respect to the Thingy91. As part of our development, I am looking to the Thingy91 as a reference. In the Thingy91 design, it appears that...
Hi, I'm new to C language. I copied and pasted nordic example TWI codes to my self-defined SDP31.c file. And declared some of the functions in SDP31.h.
After clean and rebuild...
Hi
In other toolchain with GCC it is possibility to move some variable to a non initialiseed section
__attribute__((section(".non_init"))) int buffer[1000U];
When I...
Hello,
I cannot receive the email about SUPL client library download link.
The email is the same as my devzone account.
I have checked everything in my email subscription...
Hi
i would like to how to properly set an authorization on write, i am using sdk 17. please explain all proper value of "ble_gatts_rw_authorize_reply_params_t " for write...
use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below...
Hello
I am trying to install CMSIS on nrf Connect SDK.
I followed the instructions to modify the .xml file and point to the folder location of the .jar file in "Tools...
Can the pairing code be extracted from memory via JLink during production in order to print a pair code decal for a product without a display?
I know it shows up on the...
Hello devs,
I found this thread: https://devzone.nordicsemi.com/f/nordic-q-a/48928/radio_test-example-code-run-on-nrf52811 where exist it for the sdk 15.3
Is there something...
Because of my forced downgrade from Win7 to Win10, I can no longer build an older project under VS, so I am porting it to SES, the "approved solution" development environment...
Hello. Using SDK16 on my NRF52840 board I'm stuck here on my product development - trying to make my device have longer "sleep" battery life. when I call a simple function...
I'm trying to implement OTA update via BLE on my nrf52dk using Zephyr. I'm following this configuration guide to implement the FOTA in my project. However, when connecting...
With the NRF53 DK Board I have written a Firmware to use the CP_NETWORK for Bluetooth and this is working properly.
In our Company Dev Boards with NRF53 i had to enable...
Hi
I am using nRF-SDK-Connect.
I downloaded SDK v1.5.1 through Toolchain in nRF Connect, and nRF5_SDK_17.0.2 (not through Toolchain).
What is the difference between...