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. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi,
I am developing a device using the PCA10028 Dev Kit
It is configured as a BLE Central, SDK 7.2, SD 120
I am starting out with the example "ble_app_hrs_c_s120_pca10028...
Hello
Ive implemented and modified the light_switch_example and now I want to change the tx_power(sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle, int8_t tx_power...
I am writing a program that waits for button 1 to be pressed. once it is pressed for 5 second it will call the LED ON api and when button 1 is pressed again for single shot...
i want to know which example in the SDK of MESH is the fast way make a demo to show this functon: use our moble phone to control more LED in same time.
remark: every LED...
Hello, I ask a question about power_manager() which is internally called sd_app_evt_wait(). I want the program to enter power_manager () to stop waiting for the event to come...
Hi guys,
we have triggered one interesting state of fds module… This could be somehow connected to https://devzone.nordicsemi.com/f/nordic-q-a/27259/fds-data-corrupted/107629#107629...
I have a problem with upgrading bootloader on NRF52832 IC. We are in the middle of porting our own bootloader from SDK 8.1 to SDK 14, because we had to change BLE modules...
Dear All,
while evaluating low-power options in the context of wireless sensors, I've stumbled upon a strange behavior with the nRF52832 using ESB from SDK 14.2. Here's...
Hi
I modified the SPI master example to read an 16-bit ADC at 44.1 kHz.
While the HAL_TIMER achieves its ~22 microseconds quite good, the SPI driver is quite slow: the...
Hi!
I have an observer that listens for advertises from just one ble switch. I can control the leds on the nRF52 DK with the switch. Now i want to connect to nrf connect...
Hey guys,
I have been fighting with this for a couple of days and I am hoping someone can give me some insights as to what might be going on.
We currently use the nRF24L01P...
hi,
i am doing a project where i have to discover custom services on connected ble nodes.
i am using nrf52832 as central device and thingy 52 as peripheral device i have...
Hi Nordic:
I build up an mesh network with following setting:
1. A nRF52 platform with example/light_switch/provisioner with a auto-start-provisioner
2. Another nRF52...
Hi,
I have successfully used the nRF Connect app with a Rigado BMD-350 Dev Board to send a few UART characters back and forth to a new target device using the Rigado BMD...
I started today with the following examples to make a start with serialization:
- ..\examples\connectivity\ble_connectivity\pca10040\ser_s132_hci
- ..\examples\ble_peripheral...