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'm now using nrf52810 sdk16 for product development, but we need to pair bind. So pair bind, generate short-term and long-term keys where I can find it? How can I generate...
Hi everyone.
Not knowing exactly where to go to get help I am taking the liberty to ask my question here hoping that some good hearted soul might help me. The device manufacturer...
I created a project on nrf9160, which connects many peripherals, including SPI,I2C,UART. According to the specification, nrf9160 can use up to 4 sets of serial peripherals...
Getting the example programs to work from the NRF52 SDK can be a very daunting task. The big problem is that there is virtually no documentation included in the samples themselves...
Hi; I'm trying to develop an application with the nrf52840 as a co-processor. We decided to use the nrf52 as a SPI slave and a SAMD21 as a SPI master. I set up a quick Arduino...
Hi,
I have a question about the tolerance on the VDD voltage. In the datasheet it says: "RF 3GPP compliancy requires 3.3V."
I am wondering if there is more specific...
Hey all,
So I am a beginner and haven't work with this environment a lot. I use SES to debug and upload application to the nrf9160. I can allready upload some basic application...
Hello, I have three nrf52840 development boards and one pcb that I made myself using nrf52840. I want to find the location of my pcb with a demo using these development boards...
Hello,
Softdevice: 7.0.1, SDK: 16.0, Device: nRF52840
In the production, we want to save time programming the devices. So I'm using following command to combine bootloader...
Setup : I am using android-ble-library for my android app. I am using modified blinky example on embedded side. I have tried following implementation on android app:
I...
I have two nrf51822 devices, one running s110, the other s120. The s110 device reads ADC values every 20ms, and if they changed from the last reading it sends a notification...
Hello,
The following define is present in file nrf_sdm.h, SDK 17.0.2:
#define SD_FLASH_SIZE 0x26000
I think it's wrong, it shall be 0x27000. But it's maybe not used...
I am working with a IC that requires SPI clocks to be synchronized (in phase) with its system clock. Currently the IC's clock source is connected to one of the nRF52's GPIO...