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...
The recommended circuit in the v0.5 nRF5340 product spec differs a little from the nRF5340-PDK and I'm trying to understand the minimum requirements for an antenna. The spec...
Hi everyone, I am a beginner with the nRF52840 and I am looking at the example spi_pca10056 on SDK 16.0.0. What I've noticed is that at sdk_config.h file the pin configuration...
I have a question about what functionality is handled in the modem firmware vs. the application firmware.
I see from the nRF Connect SDK that the nRF9160 application communicates...
I'm using segger IDE for EVK-NINA-B1. I've downloaded nRF5_SDK_16.0.0 and trying yo run one of its example but getting error like stray '#' in program. I've attached 2 pictures...
Hi,
I'm using NRF52832 SDK15.2 to develop a smart band. Each time reconnect with iphone, the application assert in the peer manager event handler pm_evt_handler().
Any...
Hi Team,
I would like to know what does the system do after I call system off function as per below:
I have check through the oscilloscope to check how's the system...
Hi Team,
I am in the UK and trying to get an evaluation sim from Vodafone for NB-IoT. However they have set a limit of 2 IP addresses and hence I need the IP address of...
I'm developing bluetooth logging software on the nRF51 DK using SDK 12.3.0. We had been developing for some time in mbed, but were advised to switch over to Keil using the...
Hi,
I'm working on sending reliable message from server to client, the models are modified from RSSI model.
When I tring to send messages to client it will keep sending...
I've been trying to store an array (SDK16,S332)
uint8_t my_data[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,.........0x23}
using fstorage I wrote an update function :
I hardcoded...
To the kind attention of Nordic support team,
I'm trying to do things like in https://devzone.nordicsemi.com/f/nordic-q-a/39630/windows-command-line-dfu-over-ble-with-pca10059...
Hi,
I have a project which was originally written using SDK12, and have updated it to SDK16, I am sorry I know this question seems to have been asked in many different ways...
Dear,
Like I said in the title, I did use the NFC of my PCA10056 with my phone, it works, I also can read some information from nRF52840 by NFC. Right now, I programmed...
Hi Devzone:
I am working on nRF52840 with latest SDK.
I have 1 differential pair and 1 single ended pin I want to sample, single ended samples at every 40ms while differential...
I was trying to connect my cellphone tu the ublox modulo for sends at commands from my cell, in the main program of the micro I've the next lines for turn on the ublox module...