Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hi,
I have been trying to get UART working properly on my custom board but also on nRF9160 DK. I'm using only UART_0.
With CONFIG_USE_AT_HOST and without any uart code...
tag v1.1.0 (have done west update) using SES 4.30c as suggested by nrf connect Compiled and flashed using SES modem firmware mfw_nrf9160_1.1.1 downloaded and updated the certificate...
I have developed a ble5 long range and meshing product but my life is way to short. using 2-3.6v batteries in parallel and only getting 2 months life in my battery calculations...
Hello everyone !!
While in test, I use Phone Mi Max 2 communicate with NRF52, sometime NRF52 send to Phone but Phone didn't received. I used sniffer and see packets to be...
Hi !
We are planning to add sensor device over Mesh network.
This sensor device will share Room Temperature, Outside Temperature, Humidity, ambient light and movement...
Hi,
I am working on BLE project which has 2 custom services with characteristics values having properties as READ/WRITE and NOTIFY.
Now when I enabled NRF_LOG through...
Hi Nordic,
I created a BLE custom service and now i want to merge this in Light Switch(Mesh SDK version 2.2.0) example from here.
I already kept the custom service code...
Hi everyone,
I recently finished developing a program that includes BLE, mesh and DFU.
Everything seems to be working but there is a problem with disconnection.
The...
Hi Devzone!
The development is in the final stage and is now testing by connecting the dc adapter or battery, not by connecting the pc cable and the debugger. However...
To get the reason for the restart, I called the sd_power_reset_reason_get () function after the ble_stack_init () function in main, but there was a problem. The return value...
Hi,
I'm developing a project which use softdevice and some peripherals together. I want to use serial communication with uart. But i couldn't initialize the app_uart module...
Hi there, Im successfully sending 1.1mB om data from Android Samsung S9 or iPhone 11 Pro. My problem is the low throughput i achieve, its about 6.1kB/s on iPhone and about...
Hi
I have a few questions as a newbee on Nordi products:
Can nRF9160 be used as modem via UART in the same way as i.e. Simcom's ?
Is it possible to run code on the...
nrf_log_push is declared as
I think the const in the parameter should be before the pointer not after it? const-qualifying a parameter (as opposed to the chars pointed...
I am developing a device based on nrf52840, this is peripheral. But I want to change the code so that I can only connect to my device using my application (in other cases...