But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello,
My configuration:
Windows 10
nrf5SDKforMesh 3.1.0
nRF5 SDK 15.2.0
nRF5832
My goal is to merge the UART and Mesh example. I found your example ble_app_uart_coexist...
Hi,
I'm trying to evaluate the performance of USB and using USB MSC example to do bulk transfers in between host (PC) device (nRF52840)
I'm using libusb on PC side and...
I use nrf52832 SDK12.3,S132.
I used to test "fds_record_write"function,when there is no flash space,it will return error--"FDS_ERR_NO_SPACE_IN_FLASH",then I call a fds_gc...
Hi Nordic,
Currently I am using the nRF5_SDK_15.2.0_9412b96 to develop SPI interface with a sensor using SPIM for nRF52832.
Within the spim_xfer(NRF_SPIM_Type * p_spim...
Hello,
I am trying to download nRF5 SDK from following link. Every time the downloaded zip file comes out to be corrupted. Is there any other link to download the same?...
Hi,
The user can change some parameters by issuing BLE commands to my device from a phone app.
I want to be able to preserve these parameters that may have been changed...
Trying ble_app_blinky with one phone (Goggle Pixel XL, Android 8) causes a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST rather than the expected BLE_GATTS_EVT_WRITE. I do get a Write...
Hi,
I would like to check whether we could get the SMP server sample to work on the nrf9160 with nRFConnectSDK. The sample exists in zephyr\samples\subsys\mgmt\mcumgr...
Hi Nordic support:
Our project used nrf52832 BLE chip, It's UART connect with another ARM application CPU. I reviewed nRF5_SDK_14.1.0, It looks following example could...
Hello Nordic people
I need to erase my nRF 51 DK board with nRF Studio, but it can't find my board. I got a message that it can't find nrfjprog.dll file in Program Files...
I am doing some evaluation on nRF91 DK, the iBasis sim is activated successfully, but it doesn’t connect to nrfcloud (only LED3 blink), therefore I am not able to proceed...
Hi there,
I'm having a lot of fun with running apps on nrf9160 SiP on board of nrf9160 DK.
nrf52840 SoC contains the standard board controller fw.
nrf9160 SiP contains...
I recently found that BSP doesn't allow you to differentiate between long press and short press on the same button. I also found the posts to implement the long/short press...
Hi,
I am using UART example of SDK15.2(uart_pca1040). Actually i am sending data from Raspberry Pi to NORDIC nrf52832 using UART. Data which I transmit is well received...