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...
Hello everyone,
I would like to know, if the nRF9160 module can operate using a supply voltage which ranges from 2V to 2.2V.
Furthermore, Can I install a different SIM...
Master Control Panel shipped with MasterEmulator.dll, which could be called from C# to discover and communicate with devices.
With nRF Connect, MasterEmulator.dll is no...
Hi,
Edited, should have pointed out that I'm using the nrf52.
I'm using a simple setup with a MEMS-microphone, and tries to read data from it.
I have setup the DMA...
Hi, I'm working with nRF52832 DK, SDK 15 on Windows with Keil5. I create Multiperiherial Nus with peer manager and fstorage and it works, but after some connetions I get an...
<error> app: ERROR 8 [NRF_ERROR_INVALID_STATE] at the same line as
ret_code = ble_advertising_advdata_update(&m_advertising, &new_data, true); APP_ERROR_CHECK(ret_code);...
Hi, maybe it's time for my dream project to come true. I have one NRF52840 DK on the table, one desktop PC, one laptop (BT 5), one iPhone X (not mine, just for a case) and...
Hey,
I am new to this , i am using nrf51822 for development , as the documentation says i downloaded the sdk and i got the nrf5 dk and i am using the Segger embedded studio...
Having problems with nrfjprog and a custom board. I connected my custom board to the NDK via P20 and flashed a program to it. The program was a variant of the pwm_library...
dear
i am using this project as slave
\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart\
this project as central
\nRF5_SDK_14.2.0_17b948a\examples\ble_central...
Hello all,
Almost giving up, I'm struggling to make my nRF9160 working. I can't use the LTE Monitor at all!
Tried everything, I think, and run out of ideas. All AT commands...
I have a custom board with nrf52840 with cr2477 battery (1Ah capacity). I was download firmware to board and after a week the battery voltage dropped to critical. In the firmware...
Hello everyone.
There have a scenario, nrf52832 starts a direct advertising , but the dest ble device is not bonded(it could be any other central device), when the dest...
Hi. I am developing the nRF52832 using the NRFX module of the SDK version 15.2.0. We convert the UART signal to RS485 and communicate with RS485 to the outside. RS485 communication...
Hi,
I'm using nRF52832 on a custom board and I have tried to run sdk example nfc_url_record, but it doesn't work.
I have tried to find solution among existing answers...