Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
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 Devzone:
We are using J-link pro to collect trace data from nRF52833 DK board, and we found a rather strange behavior:
The sw interrupts would end on its own without...
Hi,
I'm trying to connect an NRF52840-DK to a MAX30101 Wing board via I2C/TWI. I've set up the TWI Manager to send a message asking the MAX board for its part ID.
This...
nRF5340 with NCS 1.4.0.
I'm using the NUS (code derived from central_uart & peripheral_uart sample) and i'm trying to send longer frame.
I have tried to add the following...
Hello,
I was trying to recreate the blinky program for the nrf52840dk using the nRF5sdk using Segger embedded studio.
I tried doing it by opening the blinky example code...
Hello ,
I am using nRF52832 , sdk 16version. I want to set the BLE connection interval via BLE using application. How to do that? I tried to assign the variable to the min...
Hi everyone,
Regarding the CDC ACM example I have a question. In the example, every time a button is pressed there is a writing. I would like the writing to happen every...
We are trying to use more than one nRF52840 dongles simultanuously on the same PC and within the same process using the pc-ble-driver library (pc-ble-driver library version...
Hi. I want to save sensor offset data to flash memory on chip.
I erased page 126 first, but no events were called.
I can only get 0 from the value of sd_evt_get function...
Hello Nordic Comunity,
I am new to the Nordic nRF52840 DK usage. I am working on the development of a connectable beacon for a longer duration.
Any type of help will...
Renode ( https://renode.io/ and https://github.com/renode/renode ) is an open source simulator and used by Zephyr OS for example to validate binaries for different architectures...
Hello Nordic Taam:
I follow the WEB steps below
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fthread_ot_performance_measurement.html
Software...
I'm designing a EEPROM type of memory using a SDCard. The write and read functions works fine, but the initialization does not work sometimes and it stays in a loop (because...
The size of flash of softdevice in the "s132_nrf51822_5.0.0_release-notes" is 0x23000 but atrually the size of the flash used by softdevice is 0x224A7, which I found when...