I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
How do you do
Now use E: \ Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral \ pwm_driver \ pca10040 demo5 of routines
The program below:
Using the oscilloscope...
I used 51802 made a PCBA module for 2.4G transimit , and use 24LU1 as a usb dongle , both of them used PCB printed antenna and haven't used PA.
I want to know , in generally...
I am communicating between nRF24LU1 + and nRF24L01 +.
Are there any registers or methods for receiving sensitivity from 01+ or U1 +?
The data sheet tells us that the...
Hi community,
I custom a service and need it be filter by mobile phone. For that I need my service uuid show up in advertisement.
Search some article. And find SDK example...
Is on_ble_evt () constantly moving?
I will reset the WDT with this function.
However, it seems to stop resetting the WDT after 3 seconds from startup.
Set the WDT to...
Hallo everyone.
I'm working with the processor nRF51422 with S210 softdevice and I would like to use the HFCLK crystal oscillator for clocking another external periferal...
I am trying to work with ECC signing on the SDK 13.0.0. I can create the public key and compute the hash without errors. However, the ecdsa_sign_hash always returns the NRF_ERROR_INTERNAL...
Hello,
I realized that different SDK versions have different behavior for DFU. I'd like to add DFU feature into my heart rate application. In nordic infocenter, it's mentioned...
I am trying to pass a base64 encoded string as an argument to a CLI command over UART. It seems like the longest length command I can send is 258 bytes long. How can I pass...
Hello, I couldn't help but notice that unlike previous example projects released by Nordic, this BLE Mesh one doesn't really come in pre-configured uV5 or uV4 format. Furthermore...
Hello,
I am working with the nRF-SDK-for-Mesh v0.10.1 I am able to compile and run everything fine. I am trying to use the "serial" example and perform a DFU, however the...
I have been designing a four layer stack up PCB for nrf52832 SoC with chip antenna (2450AT18B100 Johanson Technology). This is the first time I have been designing a PCB with...
My example has an in-flash-memory data file that needs to be updated much more often than the code. I thought of using DFU for this and like it says here..
devzone.nordicsemi...