dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi,
I've got a custom board with nrf52832 mcu. I use the nRF5_SDK_16.0.0_98a08e2 with s132_nrf52_7.0.1_softdevice.hex.
Sometimes the app_error_fault_handler is called...
Hi,
I have a project based on the NUS (Nordic Uart Service) example.
I have bought a USB dongle MDBT50Q-RX manufactured by RAYTAC ( https://www.raytac.com/product/ins...
When I tried to send data in the form of float it shows an error and I changed it to another format as sending flag, mantissa(3 bytes), and exponent (1 Byte). Can anyone help...
To the kind attention of Nordic support team,
I have got an nRF52840 working application using usb and gazell, and I'm porting it from nRF52840 to nRF52833 these days. Yes...
I have some nRF52832 devices that have been flashed with a Softdevice v13 based firmware and can receive OTA firmware updates. Unfortunately their enclosures are sealed and...
Hi,
I am attempting to get the adxl362 sample working with the nrf9160 dk board. I am using the nordic SDK v1.2.0. I cannot get it to compile, compiling the code below fails...
Hello,
I am using SDK SDK_15.3.0_59ac345 in application that receives data from UART, and the aplication is running in background just ADV.
In the main function, after...
Sir,
With reference to the subject cited above the undersign is working as Assistant Professor in CSE Department and doing R & D in IOT.
I want to recommend your product...
Hi There,
ISSUE:
New Nordic Thingy:91 will not connect to the LTE network, it is giving:
2020-03-25T18:10:10.221Z DEBUG modem << cloud_connect failed: 22 \x0D\x0A...
Hi,
I'm working around to integrate FreeRTOS to Libuarte example, but i'm getting an error while building the project says:
For the Libuarte instance i'm using RTC instance...
Dear Sir,
I want to do the following scenario.
Once I power the device it will start advertising.
Now the advertising duration is 2minutes.
I have written...
I have a nRF52832 dev board and a separate J-link programmer. I want to do a sanity check on the programmer and I was wandering if there is a way to program the dev board...
I'm studying to perform DFU Peripheral from Central both using nRF52840, I'm able to issue command to let Peripheral into DFU mode, but got a "Received a fault" message in...
Hello,
I am using nRF52832 chip for freeRTOS project and using RTC2. I have SDK15.2. I want to have timestamp from RTC as hex format. I searched almost all forums but i...