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...
Hi,
We are testing an evaluation board nRF9160-DK with the firmware samples to build our own prototype. Is there a friendly process or example for FOTA to update the device...
Hey
I would like to know how can i connect 1 peripheral to multiple centrals(ex : 2 centrals), I am have three nRF52 DK boards for two centrals and one peripheral, My idea...
Hi,
Currently I am adding DFU support to our application, I was able to compile the secure bootloader example and use it.
my next question is, how do I enter DFU mode...
Using Rowley Crossstudio for ARM.
Using SDK V15.3.0 and S140 V6.1.1
When calling sd_softdevice_enable(..) it returns 0x1001 ( SVC handler missing ). Any suggestions ?
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
At present, I have a project that needs to add dual uart function, but 52832 does not have hardware dual uart function, so I need to simulate one serial port, I need your...
Hi all. I try to implement ble dfu bootloader project via getting start from SDK/examples/dfu/secure_bootloader/pca10056_ble_debug project.
Using:
OS: Linux
Compiler...
Hi!
This is a general question about iOS app distribution, but it regards our use of Bluetooth Mesh. I know it is each company's own responsibility to make sure they comply...
Hi there,
I am porting existing code from nRF52832 to nRF52840, and found that bootloader references to NRF_BPROT fail:
Apparently becuse the nrf52840.h in the mdk does...
Hi All,
I have loaded in the Bluetooth Mesh Light-Switch example and it works well.
For now, I would like to read out the received data from the switch node (client) to...
Hello! I am using SDK 15.3.0 to develop the NRF52832 firmware. At present, I want to implement a function, when the device is connected to the IOS host, start pairing, and...
hi attached code for below requirement:
command: scan on - scan devices
command: devices - display filtered devices .
Filters set are for : thermometer, NUS and custom...
I am using the TWI manager to schedule transactions with a number of sensors, over two seprate twi instances, and then sending that data over Ant.
The twi manager scheduling...