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 am using NRF52. i have custom board on that external flash and SD card is not available. i want to use msc class so that i can drag and drop file and read it in controller...
Suddenly my app, running on iOS 7, is reporting lots of spontaneous disconnects by the peripheral device, an nRF51822, indicating a timeout:
didDisconnectPeripheral: Peripheral...
Hi !
I added " Read Characteristic" in NUS.
How can I get different values every time I click "read again"? For example, read the value of a varying ADC from here. ...
I am investigating increasing throughput in our application. Upon investigation both with our software and the ble_app_att_mtu_throughput example code. I found that there...
Hello! I want to develop such a functional: nrf52840 receives a line from my application that it saves to memory, and then, when I click on the button, it returns this line...
Peripheral: nrf52832
Central: nrf52840
The communication speed after executing sd_ble_gap_conn_param_update is different in the following two cases.
case 1:
...
Hello
I am trying to do BLE communication using nRF52832. I wrote the exact same program on a module (BLENano2) with the same nRF52832 chip, but one was able to do BLE...
Hi.
- Is it the case that before every write to persistent storage via nrf_fstorage_write, the page written to has to be erased first (via nrf_fstorage_erase) since only...
I have used nrf51Dk with nrfPPK before some days now trying to flash nrf51DK but its not detecting any board I tried to recover but not recovering it I have already added...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
1) For Secure Serial bootloader in below path, I want to change Tx...
Respected sir/mam,
Our system interfaced with nRF51422 and code is developed by S310 ( path :- nRF5 SDK 9.0.0 -> examples->multiprotocol ->ble_ant_app_hrm -> pca10028->S310...
Hi Devzone!
I'm using saadc to receive the value from analog sensor.
The power consumption is quite high so I wanna set the saadc's iteration cycle to 1 hour. Once...
Hi All,
I have a problem when enabling the NFC tag t2t with the soft device S140 with 52840.
I can run the NFC example project 'nRF5_SDK_15.3.0_59ac345\examples\nfc\record_urlrecord_url...
Hello,
I tried to build the SDK ble_app_beacon example for nRF51 using SES. SES version I used is V4.12 (for Windows 64 bit) and SDK version is 12.3.0.
I closely followed...