It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I need to have two different peripheral profiles (with different addresses and so) that will be advertising at same time and that can be connected by different centrals at...
Hello,
It might be a stupid question but I wonder if it is possible to use the ZCL generic command from the CLI to send ZDO commands? I tried it with the ieee_addr ZDO command...
We intend to use the ZigBee stack together with another communication stack and BLE. For the other stack we also have just a library (.a file).
Now we get an error message...
development setup: sdk: nrf5_sdk_15.3.0 LE protocol stacks: s112_nrf52_6.1.1_softdevice toolchain: MDK-ARM Professional 5.28.0.0 description: when we use ble HID or HEADSET...
I'm using the cli_agent_router example in nRF5 SDK for Thread and Zigbee v3.2.0 /4.0
I have a few questions:
1. If the end node needs to join in the designated coordinator...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am working in a "peripheral" configuration. It has a characteristic that contains "Notify" as a property. Is there a way to check...
Hi,
Strange as this might sound: is there a way to gracefully force a softDevice assert such that I can get assert_nrf_callback() and see the call stack with DEAD_BEEF in...
Hello
I'm trying to activate an iBasis SIM for the first time. I got SIM from mrf9160DK about 8 months ago. The "Still working" message doesn't go away for more than an...
Hi Team,
We are using nRF9160 DK. In the process of testing I would like to know that is it possible to send data from nRF cloud to nRF9160(LTE device). I have gone through...
I'm using SDK 16.0 with SD340 6.1.1 on nRF52840
I'm working through alternating advertising on coded phy and non-coded phy. I have two scenarios where I don't want connections...
Hello Nordic team,
I'm looking into solution to pass data to my application after a Reset using the RAM of my nrf52840.
Looking at the documentation, this picture troubles...
Hi,
I have a question regarding BLE timeslotting. In my setup I have a master with multiple slaves and equal connection intervals set at 7.5ms. The slaves acquire data that...
Hi,
I am using nRF52 to complement BLE function of MTK7628(they communicate through UART),I've implemented most of the functions.Now I want to add OTA to nRF52, so I use...
I'm trying to combine these 2 examples. I tried adding the uart code:
uint8_t cr;
while (app_uart_get(&cr) != NRF_SUCCESS);
to apps_ble_uart while loop and the whole...
Hi all,
I´m trying to create my first BLE application with segger embedded Studio.
My Hardware is the nRF52833 DK with a sensor connected to dev Board via I2C lines...