But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
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...