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...
Hello,
Recently I started working on BLE. I need details with respect to BLE 5.0.
Below are the features of BLE 5.0
2x Range (With 2Mbps PHY)
4x Speed (With...
Hi,
I've created 3 PWM pulses via:
Which works when I'm not starting Thread (from the examples/thread/freertos_coap_server example)
But when I start Thread...
Dear Sir,
I am working on the following scenario.
I have BLE device ( SDK 15 and softdevice s132). It is advertising for specific duration.
There are different phones...
Hi,
I am working on a project where I am sending and receiving Encrypted string data from my phone with nRF Toolbox to the nRF52840 DK. The basic paring is established along...
I recently got past an issue with not connecting to the LTE network getting an nrf_cloud_connect failed: 60 and had things working yesterday. I had support for that issue...
Hey, I'm trying to connect a touchscreen monitor (10 finger) usb into a computer, get a raw input report and send it over uart to bluetooth module and sent it to other computer...
In IAR it shows the cycle count registers and they appear to work as expected in that view (shown as CYCLECOUNTER) . In the IAR Project/SFRSetup it shows the address of DWT_CYCCNT...
Hello,
I am developing a simple HID device with output report to receive data from PC. I took keyboard example as base project and I want to increase output report size...
Hello!
I have a custom nRF52832 board with an FTDI usb/serial part running my app successfully.
I generally program the board with a JLINK and SWD, but I am working to...
Hi, I apologize for the question renewal, that is the same as ticket "SDK15 DFU and WatchDog issue" (for my mistake I closed the discussion post!). I have developed a custom...
SDK 15.3.0
I want to save some user data in UICR , this data will change when application runing. How to re-write the data into UICR.
I assume that the UICR will not be...
Dear sir,
I have merged the twi_sensor code in ble_app_uart code in order to read the temperature sensor MAX30205 with NRF52832 send it over Bluetooth. But I am getting...
I am using SDK 15.2 with Segger Studio 4.10
I am trying to use the same button for sleep mode and wake up. I am doing a long press for sleep and sense wake up.
I am able...
Hi Team,
Can some one help me out? I really a newbie and I try to use example to modify for my need and something work okay now (bluetooth) but when I try to use the uart...