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...
We are using nrf9160 as an LTE-M modem with the serial_lte_modem app running on it. Another chip (ESP32) communicates with it using AT commands and after a few minutes of...
Hi team,
I am working with nRF9160DK on NCS v1.3.2.
I am building the asset_tracker application and from my understanding when running running west build -b nrf9160dk_nrf9160ns...
Hi, I just got my Thingy:91 and I'm trying to run through the getting started guide. On the nRF Connector v3.6.0 app, it doesn't change from "no devices available" to "select...
Hi
I'm trying to develop a solution where I have a different button debounce value (i.e. one call, then another call to app_button_init(..)) depending which part of the...
Hi,
in other vendor LTE/NB IoT modem implementations there are cumulative counters showing sum of time in ms spent in TX, RX, SLEEP.
Together with actual TX power they...
HI
I had setup the toolchain as described but on building the blinky project and other projects i got the following error.
Creating solution blinky.emProject cmake -GNinja...
Hello,
We are working on the nRF52832.
I consider the low power mode , the DC/DC mode instead of the LVO mode. See datasheet.
In DCDC mode there is a coil and capacitor...
Hi,
I had done a python script using pynrfjprog, and use pyinstaller already created an .exe,and this .exe works well on Windows 10 system PC.
But when I run this .exe...
Hi Team,
I'm working on projects based on nRF5_SDK_17.0.2_d674dde with git.
Everytime new SDK released we've to migrate sdk and start over a new git repository and lose...
Hi,
Our plan is to develop a BLE device (GATT peripheral) and to have all the data coming from this device being encrypted. We want to use OOB pairing with NFC.
I read...
Hi,
while i was compile the ble_app_uart example i am getting an error - cannot create command input file '..\..\..\..\..\..\components\softdevice\s132\hex\main.__i'
i...
Hi, It looks like my computer has more updated visual C++ and nrf command line installation failed. Please see attached log file as well as screen shots.
Thanks,
I am using timer ( created with app_timer and started with period of 1 sec ) and ported RTC calendar example in it . But both features do not work together ( since RTC is...