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 am attempting to change the passkey used in BLE Pairing/Bonding. In this case, I am using legacy pairing/bonding.
My idea is to have the central provide the passkey to...
Hi,
I'm new to C language.
In my main.c
In my Battery.c
My Question
The IDE will give a warning: No such file or directory. How to solve this issue, please?...
hi support team,
customer are asking one question about using external 32 MHz crystal, if customer not using radio, only take 832 as MCU, is it possible to using 26 M crystal...
Hello!
I just started with NRF Connect sdk but I have some problems. The nrf5 sdk was working fine for me but we decided to migrate in this early stage of development to...
Hi, it's my 1st time using nRF Connect SDK for nRF5340. After click OK (see screenshot), I had this CMake error.
Because my previous folder contains white space (C:/Users...
I've been trying to run the FreeRTOS blink example on a custom board.
After some time (I have not yet been able to determine exactly how long - but somewhere in the range...
Hello,
I would like to use k_uptime_get, however this is returning an int64_t where I would expect an uint64_t.
While looking in the function, I see that k_uptime_get...
Hello,
We need to add secure services to our application, and I followed the guide in https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/software/posts/using...
I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit...
There is no 32767Hz crystal oscillator on my circuit, so the clock source of softdevice is configured as RC to ensure that the system can function normally. Now I use the...
I have successfully run a firmware in NRF52840 DK board. With NRF52840 DK ,I have tested AWS IOT BLE Nrf. Now I have also NRF52840 Dongle. Because small form factor, I would...
Hi Nordic support,
I was trying to get the Asset Tracker app running on the Thingy91 device but encountered various problems. Basically it can't get connected with the network...
Hi,everybody!
I started to connect the PCA9685 to the nRF52 DK and ran into a strange problem. When initializing the PWM module, it does not work.Initialization requires...
Hello DevZone,
I am developing on nRF5340-DK v0.11.0, with nrfx v2.2.0 running with mbed Cordio, compiled with GNU make 4.3. The end goal is to make a Bootloader for the...
Hello everybody. I need to rotate servo and check adc on potentiometer to stop it if something is blocking the shaft.
I need to change servo position step by step and check...