This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I have a nrf51 dongle and would like to use PWM on 3 pins.
Managed to get it working on pins 15 and 16, but somehow pins from 17 to 20 just don't work.
For example: I set...
Hi,
I have two nrf52840 boards and I am using the ble_app_att_mtu_throughput test app. The tests seem to be working OK, but I am not getting the throughput I was expecting...
When performing flash operations, i.e. via FDS or FSTORAGE, etc. - will GPIOTE events be captured and 'queued' until the CPU is no longer halted?
Said another way:
Can...
Hi ,all
I have a problem in my project .I want to use gzp preload ack feature .When the host receives datas ,I would use this function "void gzp_preload_ack(uint8_t* src...
Hi,
I've asked a few questions previously regarding programming of the nRF24L01/+ for simple data interchange between two devices, and my questions were answered -- many...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there packet sniffer software available for the nRF52840 development kit?
If yes, will...
hi,
I used gpiote to capture an external interrupt when I found an anomaly.
I configured the interrupt input io, burn the program can be normal operation, when...
Hello everyone,
I tried to connect with nrf51 with andriod 5.x .On connection indication the Master (android ) shows the following values of connection parameter (taken...
Hi guys
Given that the sample capacitor is 2.5pF max, the quoted source resistances that are supposed to match the settable sample times seem to be extremely conservative...
Hello,
I'm trying to set up an app that enables the command line interface (CLI) over UART as well as the logging.
This is the what the main looks like:
int main...
I have set up the peripheral to transmit some dummy data, device information service, battery service and HTS service. I am getting started with the "central" now. Can some...
Hi,
First,i want to develop my project via SDK12.3 hrs project. I download the SD and app in hrs project in SDK12.3 via Keil ,but it does not work. I enter debug mode and...
Hi,
as far as I see, I can enable or disable external interrupts using NVIC_EnableIRQ() and NVIC_DisableIRQ . Is there a method to check if a specified external interrupt...
Hi everyone , I am trying connect two NRF52832 board over Bluetooth then display on Terminal over UART . Pls , give me an example for this problem .
Regard.
I would like to update ble device name from device1 to user2.
How i can do this in swift language . i m atrung to update by ios app.
is below way is right? but not able...