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...
Hi,
I'm trying to use PCF8574A IO Expander with a nRF52-DK board to display characters on an HD44780 LCD. I noticed that I have to use the function nrf_drv_twi_tx() . Since...
I'm modifying the LED button example to fit my custom characteristic.
How could I modify the functionns to reject a value if the value is not in range?
I have the following...
Hi ,
Have connected ANT1 of NRF51822 to Balanced port Pin4 of Balun and ANT2 to Balanced port Pin3 of Balun 2450BM14E0003T.
Can you please confirm this connection is...
Hi,
I have some questions about the nrf51822. I ran the ble_app_hts on on a evaluation board and use a smartphone(the os is Android, the software is MCP) to receive the data...
Hi,
I wanted to know how the SPI rx_buffer is filled? Is it automatically filled when something is pushed to him by the SPI-slave and then goes to the spi_event_handler...
I have a ble based thermometer(using Ble -Temperature Profile).I want to integrate with Windows 7 PC .but unfortunately BLE api's are available right from Windows 8 machines...
We are building a system consisting of two devices (nRF52832) that need to communicate in a secure manner. We want to use the secure connection offered by BT4.2 and we want...
just like the title,we are using nrf52832, but for some reason, we have to use both ble and 2.4G, we found pca20001 using both ble and 2.4G, but it's work with nRF51822, any...
I ran the sniffer software ble-sniffer_win_1.0.1_1111_Sniffer.exe and was able to select the device and sniff the advertisement and the BLE connection. But after the connection...
Hi, I would like to know if there's a way to change the size of a transfer with the app_twi library.
For example if in a function I have this code :
static app_twi_transfer_t...
Hello everyone,
We want to develop a wearable product using nRF51822, we found there are 3rd party module mentioned on the Nordic Semiconductor. And there are some development...
Where could i buy the rev 1 of nrf52832 DK? I can't find a place where they specify the revision or the packet variant and the build code. Is there a way to know?
Is it possible for a nRF51822 device running a Gazell stack (as host) to be able to receive RF waves from another device which is not running a Gazel stack?
If yes, then...
Hi, I use S110 to develop a product which will send data to master every 30s. I registered a 30s App timer at RTC1. When this event occurs, I can control the IO pins but cannot...