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 have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi guys
I want connect nrf51822 (Raytac MDBT40) by my phone(HTC battery one android 4.4.2).
I use softdevice 130(ver.2.0.0) and SDK 11 demo code under KEIL ARM 5.
...
when i run sudo nrfutil dfu serial -pkg my_package.zip -p/dev/ttyACM0 i get the following error:
pc_ble_driver_py.exceptions.NordicSemiException: Failed to send init packet...
Hi
I am working with mbed targetting for ReadbearLab Ble Nano. I am trying to encrypt payload before sendind it with:
include "nrf_ecb.h"
...
int main(void)
{
...
Hi, i'm using keil and i would like to run the fpu_fft example to perform a fft. The example works if I set 128 or 256 as number of input vector data as you can see in the...
I'm using SDK 6 + S110 v7.
Is it possible to use device manager to perform bonding but don't write bond information persistently in flash?
With old bond manager I could...
Could someone please guide me through the process?
I believe it can be done through nRF Studio which I have downloaded, but don't know how to proceed from there???
Tks...
Dears,
I am developing a ANCS application with nus service on our product. There are a few problems I don't know how to fix it.
My problem is that :
1. ANCS will not disconnect...
Hey guys,
I have designed one custom PCB based on BMD301 in which I am observing some weird behavior on RESET pin. I have connected reset pin of BMD301 i.e. P0.21 to 3...
How do I deny a connection if the connection is unencrypted? I'm currently trying to do it with the peer_manager using
case PM_EVT_CONN_SEC_FAILED:
{
/** In some cases...
I have request similar to this questions but for SDK13:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
Judging by quick grep sdk_config.h from ble_app_template...
I am having some trouble getting the Power Profiler to start up correctly. Currently, I have the PPK DK plugged onto the PCA10040 DK. All of the onboard switches are set to...
Is there someone I can contact about acquiring some sample chips for prototyping? The normal distributors don't seem to have any information regarding the engineering samples...
Hello,
I am currently working on a project involving the nRF52DK to be a central device.
The peripheral device is based on the Nordic Uart service with minor changes...