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...
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,
I need help to clarify the API for IAS zone server. If I can get example implementation, it would be great.
I have hard time understanding how zb_ias_zone_app_callback_t...
Hi,
I am new to nRF9160DK . I want to set RTC time for the nRF9160DK.
In the application we are getting UTC time from NTP server and we need to set RTC .
I have referred...
Hello,
I am trying to get my nRF9160 to connect to a https server via AT commands, but this is as far as I've been able to get.
In the end this will be used in a project...
Custom board, ncs v1.5.0, modem FW v1.2.3, SES v5.34a. The code is based on the Asset Tracker (v1), LTE with PSM, motion-activated GPS, using MQTT to send messages to a private...
Hi guys, I'm struggling on multiple fronts to make the system building up again after NCS upgrade to 1.5.0. This is the last uncanny warning I get at build time. Please give...
Using SD S140 7.2.0 SDK 17 (nRF52840).
I cannot write to internal flash addresses above 0x78000.
I am calling nrf_fstorage_init setting start_addr=0x68000 and end_addr...
Hello,
I am looking at the TX start-up current for the nRF5340 mentioned here (last 2 entries in the Radio current consumption (Transmitter) table) in the product specification...
Hello,
I am having an issue where I am trying to send a payload in the ACK in the ESB protocol. The issue is when the PRX gets a payload it was not expecting (i.e anything...
Hi Nordic team,
Please guide to resolve the error .
While trying to convert the model_handler.c to model_handler.cpp the below deceleration shows multiple compilation...
Summary: What are advantage bullet factors of Zephyr RTOS over FreeRTOS to choose this in nRF Connect SDK v1.5.0
Details: We have Implemented our previous project...
Due to a particularly stupid thing I have done on another chip, I have ended up depending on the ability to advertise a short name and a long name. However, when I build an...
I'm new to using micro controllers and for a project i have the nRF52 controller and i am trying to perform an OTA FW update using web bluetooth. When i connect to the board...
The problem is I can't figure out a way to use the shield pins on the board (P20) to program an external MCU (nrf52832). It just refuses to do so it always programs the onboard...
Hi,
We are using I2C to communicate with a sensor from the thingy:91. The sensor need either 3.3 V or 5 V I/O voltage levels to communicate.
As we understand it, the...
Hi all,
I am trying to develop a simple windows application using pc-ble-driver writing my own C# bindings on a nrf52840 dongle with nrf-ble-driver-sd_api_v6-mt-4_1_4.dll...