Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
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...
I'd like to know if it’s still true that the DFU bootloader (i.e with BLE transport) is strongly coupled to the SoftDevice version. In other words, if we do a SoftDevice over...
From page 520 of nRF52840 Product Specification 1.0 4413_417 v1.0 / 2018-03-16
If the watchdog is configured to generate an interrupt on the TIMEOUT event, the watchdog...
I am trying to flash all three images together. I have the firmware updating working, but if you flash them together, the bootloader doesn't know that the application is programmed...
Hi,
We are preparing the first "production" run and we are looking on alternatives for production programming and testing, so far our factory used nRFgo for the pre-series...
I need to have more than 30 servers (and 1 client) in a mesh, so I increased the SERVER_NODE_COUNT value. But this results in a static assert in config_server.c:
How to...
Hi,
I know that this issue is well documented in the forum, but I have read everything and tried all of the suggested fixes, but nothing worked.
I am trying to Enter systemOFF...
Hi,
I have tried to find out how to aks the current time and set it, without success.
time(NULL) returns invalid data. What methods I should use to get the current time...
I want to simply put signal (sine wave) from signal generator into analog input and use saadc. I have program which uses ain4 and ain5 pins. So I was just wondering how I...
Basically I have modified the ble_app_uart example to connect multiple centrals(android devices),
now i want to transfer the string to all android devices which are connected...
Hello,
Would like to know the performance(i.e, latency when network size increases with respect to payload) of Thread, Zigbee, BT mesh wireless protocols. Is there any documentation...
I have some questions that I hope some of you fine engineers can shed some light on. First, some story time is probably in order. Skyrocket Toys developed a line of IR tag...
Hello All,
I am working on nRF51822 custom board. For programming I am use IAR Embedded Workbanch IDE in windows 7. For reference i am use nRF SDK 8.1.0.
Write now i am...
Hi! Found in this post https://devzone.nordicsemi.com/f/nordic-q-a/43514/nrf9160-http-and-other-examples about http client example, and link to repo to examles. All libs is...
Just a heads up that the file nRF5_SDK_15.3.0_59ac345/external/micro-ecc/build.sh in SDK 15.3.0 has Windows line endings and thus can't be executed in a terminal:
$./build_all...