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...
I'm trying to compile hci_usb sample of Zephyr with Nordic Connect SDK v1.3.0 using Nordic's proprietary controller but apparently it fails.
I'm using following configuration...
Hi I'm doing the Bluetooth GATT: How to Design Custom Services & Characteristics [MIDI device use case] example ( https://www.novelbits.io/bluetooth-gatt-services-characteristics...
I cannot get the NRF_LOG messages via RTT to the debug terminal in SES or RTT Viewer. My setup: HW: PCA10040 1.2.4 SDK: 15.3 Project: \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral...
Hi
I'm using SKD16.0.0 and S132, and I want to realize that peripherals can only connect to a center with a known MAC address through directed advertising. How should I...
Hi Folks,
I am getting in trouble with SoftDevice activation. Indeed, my application did not return from the "nrf_sdh_enable_request()" call, more precisely it hangs into...
Hello,
I am currently working on BT840 and BT832 modules and trying to run the sample codes which are given by Nordic (specifically ble_app_uart which runs with UART service...
Hi,
there is a number of tickets on the sd_ble_gatts_characteristic_add, but I still can't get where I do it wrong :-(
I'm trying to initialize the battery service using...
Hi,
I used 52840DK and SDK15.2 to test usb cdc, every thing goes will, but in rx event, it always missed first byte, for example, if send "123456", it just received "23456...
Hi everyonoe,
I would like to set a timeout for advertising, and catch this event. So I have
According to ble_gap.h :
uint16_t duration; /**< Advertising duration...
Hello,
Help me please, I have an issue with ATT MTU size.
When connecting Android (BLE client) to nrf52 (server) and ATT MTU is 20 bytes in max.
I have changed on...
I'm using SDK v16 on an nRF52832 and occasionally run into a SIGTRAP with my custom application mainly forwarding BLE traffic from/to UART.
It works fine, only after quite...
Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position...
Hello! We are using the chip nRF52832 with the circuit recommended by Nordic Semiconductors, we want to implement the recharge of a battery by NFC. Without any data transmission...
Hi, I am trying to put nRF52832 in low power. My starting point is NCS v1.2.0 peripherial_uart app. When started I had ~300uA in idle mode, and that was because UART was always...
I've been trying to transfer a DFU update via serial, and I have gotten error 135 each time.
A colleague of mine got it working this january, with v3.1.0. Now, the same...