Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
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...
Is it possible to (central side) send scan request fill the content based on received advertise information?
We want to control scan request message based on advertise content...
I am an experienced developer but struggling to understand nRF9160. Where can I find .h files defining HW? Where can I find data sheets describing peripherals? My task is...
Dear friend
Based on sdk17.0.2, in the ble_app_hrs routine, set NRF_SDH_BLE_SERVICE_CHANGED to 1, and by observing with nrf connect app, you can see that the Android phone...
If you take a 1K variable to a local variable, the AP will drop.
Static variables do not fall off.
I think it's a stack size issue, but how do I specify the stack size...
I am trying to get an nRF52811 to do extended advertising.
I am using: nRF5_SDK_17.0.2, version 7.2.0 of s140, SEGGER Embedded Studio 4.52, Windows 10
I have stripped...
I would like to confirm the update process when using nRF5SDK160098a08e2. I am aware of the following update process ----- Startup process: -MBR checks NRF_UICR->BOOTLOADERADDR...
Hello there,
I know how to measure the current based on Nordic tutorial. However, if I connected an external accelerometer by connecting Vdd and Gnd from nordic ev kit to...
Hi,
I want to run a CoAP server with Zephyr on a Thingy:91 over NB-IoT. Now I noticed that the Thingy only gets a private IPv4 address (10.x.x.x) from my provider which...
Hi, I am working on my custom made board, and I use P09 and P10 as digital outputs. I am aware I should disable NFC by adding the preprocessor: "CONFIG_NFCT_PINS_AS_GPIOS...
Hi All:
As the topic...........
1.what is the relations between the HID descriptor and data IN/OUT buffer?
2.Is the USB generic HID receiver_Function and tansmit_Function...
When launching the nRF9160, the following error occurred: <inf> at_host: UART check failed: 12. Dropping buffer and retrying.
Under what conditions does this come out? ...
I am trying to add DFU to my project, so I merged in the code from the example in the SDK as follows:
I included the same .c files as the example project
I copied over...
Hi,
I did some measurements today on our I2C bus and see that the GND level is different some times. The most time it is not GND level (about 800mV). I checked cross talk...
Dear
I increated a Generic Level module to main elements which have a Generic ONOFF module on Mesh example Light Switch Server project base on PCA10056 DK board for nrf52840...