Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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...