I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions 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...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10 .My testing master device is cell phone,and using "nrf connect "APP.
T he connecting...
Hi,
I store some application data using FDS and I don't want peer manager to occupy all the space allocated to FDS (so I don't have enough space to store my application...