I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hello
what is the maximum limit for PWM outputs pins on nrf52832? Can we use all the GPIO pins as a PWM output?
For ADC, i can see there are 8 dedicated pins , but i...
hello i am beginner in this,i am using example\ peripherals\ saadc for nrf 52832. This example code is done by using timer and i could not understand how to use timer. We...
hi all ,
i now need porting nrf_libuarte_async lib for my project . it show some error
How to deal with this problem?
i reference (experimental_libuarte project...
Hi everyone;
I wanna send to data my uC from my phone. I looked peripheral uart example. This example use only send data phone from nrf52 SoC. What can i do? How I add...
Hi All
I have developed some code by modifying the 'ble_app_multiperipheral_pca10056_s140'. I have tested my code on the NRF52840 DK board (PCA10056) and everything seems...
Hello
I have developed an application for the smart beacon and I have the following problem:
I use two diferent sets of values for the connection parameters in order to...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
We are developing a BLE Mesh product and we use the mobile phone mesh library iOS and Android for the node provisioning.
The final user will need to synchronize more than...
Hello,
We have a Buttonless custom board based on a nRF5282 with SDK 15.0.0
The DFU OTA Buttonless works fine, but to prevent the device to brick we put a physical button...
Hi all,
I am having build error of example light_switch_dimming_server in mesh sdk 2.2 that timer 2_irqhandler multiple define it is define in
D:/../../nrf5_SDK_for_Mesh_v2...
Hi.
I'm struggling with BLE example projects on the my custom board.
my board uses nRF52832-QFAA, 16MHz external crystal with no 32,768kHz optional RTC.
and I choose...
There appears to be a conflict between ble_advertising and broadcasting while connected. If connected, the ble_advertising state machine still gets TIMEOUT messages from the...
I am working on light switch demo of mesh SDK 2.1.
I am using nRF52832 board, SDK 15 for softdevice and segger embedded studio for programming the nRF52832.
I programmed...
Hello everyone,
I want to develop an android app, which is able to control multiple LED Lamps in a Mesh Network.
There is an app for provisioning provided by Nordic. Is...
Hi,
When I call sd_ble_gattc_read , I receive the BLE_GATTC_EVT_READ_RSP event very shortly after -- as expected. Within the event handler (registered with the Soft Device...