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...
Hi,
I am trying to create an application for nrf52810 soc. I have a problem on selecting board name and the SDK version
I am having nrf52DK (nRF52832 soc) development...
Folks. I developed my own circuit using nRF 52833 and I`m trying to upload a new firmware via SWD interface. I'm not getting connected to the target for any reason. Is there...
Using SDK 17.0.2 and the nRF52840DK, I am setting up SPIM with a memory IC (not actually hooked up though, just looking at the signals on the oscilloscope). This code is executed...
I'm facing a problem with a product I'm developing. The problematic setup is as follows:
Two nRF52832 peripherals (S132 v6.0.0), each notifying on two characteristics...
Using: Windows Pro 10.0.19041 Build 19041
I'm trying to run Trace Collector for an issue with the nRF9160 and FOTA. I go to run the Trace Collector and it starts, but says...
I am using nRF52832. For reading ADC value for battery level percentage i have used 800k and 1M ressitor value. But while reading ADC Current cosumption is reached to 3 to...
I am trying to copy from this example:
https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode
but I get:
./nrf5_SDK_Current...
Hi,
I'm trying to understand the PSM availability of my local network.
After playing a bit with the RAT and RPTAU values, I found out that using RAT=16~30 secs and RPTAU...
Documentation states that k_fifo_is_empty() returns 0 if data is available in the fifo (which is really implemented using a queue).
I'm receiving some spurious interrupts...
Hi,
In these conditions "custom device connected+bonded and whitelist enabled", when the device scan for beacons it see only the smartphone bonded to the device (don't see...
Hi! Looking at the product specifications V1.1 specifically 5.2.1 Electrical specification, one can see that on Sleep System On, full ram retention wake up on GPIOTE Port...
Hello,
I have following problem.
I use the nRF52840 DK and want to run it in nRF only mode, so I have the minimum power consumption. If I set the DK to low power mode...
Hi,
I encountered fota_evt_handler in azure_iot_hub.c is missing the call to azure_iot_hub_notify_event for the AZURE_FOTA_EVT_ERROR case, resulting in the application not...