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...
Is it possible to fill some field when sending advertise message.
We want to change some filed periodicity, so is it possible every time sending the advertise message. ...
Hi,
I still have issue with programming.
I don't understand why i always have trouble with DLL.
I'm able to program with SES, the bootloader and my application. But...
I have a BMD-300 Eval board with the nRF52832 programmed as SPI slave using the SPIS example program. It works, but I cannot figure out how to send a message back to the master...
Hi,
I have done some reverse eng on a nrf24l01+ emitters using spi spy and managed to catch datas using an arduino leonardo + nrf24l01+ using the following register setup...
Hi All,
I have an nrf52833DK and now I want to debug the program.
I am using NCS V1.4.99 and using SES for development. I created a 52833 project, but I used the nrf...
Hello,
I am trying to implement the IAS Zone on a nRF52840DK, with reference to the CLI agent example.
How do I get the IASZone.h and zcl_option.h file?
Where do I include...
We want to physically connect our nRF muRata dk (WSM-BL241-ADA-008DK) to the ST Accelerometer eval board (STEVAL-MKI197V1). We are assuming the connection takes place on the...
I want to used p1.01 and p1.2 and p0.13,so how to defined it.
I do like
#define led0 13 to used pin p0.13 its working but how to define pin P1.01 and all
Hi,
I'm using nrf52840 and connecting to a mobile device.
Randomly - I get disconnections with error code 133 - on characteristics write, on mobile side.
In addition...
thingy91:nRF52840 int64_t convert the value to string in sprintf
Add next line in proj.conf
CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_NANO=n
If you do the following: ...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
I am testing a BLE example that transmits 50 times per second (50Hz) using nRF52-DK(PCA10040) and SDK16's ble_app_uart. After making an arbitrary value into a string using...
Dear All,
We are using nrf52480, we our app is simply scanning for Near By Ble, and if the UUID of a ble Matches it send the data to another controller through Lib Uart...
I'm working on an application with SD card, and I've noticed what I think is strange behavior on MOSI. SD has pullup on every pin (10k), per the spec. Whichever pin I choose...