I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi! I want to implement at BLE switch(PTM215B) to a nRF52 DK, The switch sends advertise messages with switch status data. So i want to create a simple central that scans...
nrf52832 code always block at nrf_spi_event_check, my application include a app timer 200s period, after timeout, drive spi to get a RF sensor for sending some data, and also...
I am working with the nRF52832, SDK14.0.0. I want to perform a flash write on a watchdog reset to save the current state. However, the watchdog resets after two cycles of...
I've used the 'secure_bootloader' project, updated with the public key, to flash on the DK. The project 'ble_app_buttonless_dfu' built and packaged as zip can be DFU'd with...
Is it possible to _send_ multiple packets per connection interval, using the pc_ble_driver (and a nRF52 or nRF51 DK) in BLE CENTRAL role?
I found some answers on the devzone...
Hi, I developed a static library including drivers for spi, twi, gpio, adc and few others. Now when I create application and link my library it works ok as long as I am using...
Hoping to get some help. Using swift3 and xcode 9.3.
I can write data from iPhone back to nrf52 peripheral fine if it is a Dbl.
When I try to write a UInt16, it crashes...
I plan on using the nRF51 Dongle meandered antenna for a design involving the nRF52810. Since the nRF52810 has an internal balun, does that mean that L1, L2, C5, C4, L3 and...
hi,
i have a custom board with nrf52832 as it's core. i want to program with st-link v2 programmer.
i am using sdk 14.2 and soft device s132 v5.0. on target location we...
Hi guys,
We have tested the mesh range in the nRF52840 chip (max tx power) in LOS and we got more than 200m.
W're planning to use the mesh network inside hangar with a...
I am still newbie in nRF52 dk . For my project , i am trying to send data from my sensor to the mobile phone through BLE App UART. Therefore first I have flash nRf52 with...
Hallo guys,
i tried some hours to receive the microphone and some other data from the Thingy 52 on an nrf52840 evaluation board and write it to an SD-Card.
Everything...