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...
Hi again,
The previous issue is closed - but I never got any suggestions or answers to my problem.
I still have this problem - if I do a prestine build the mcuboot doesn...
I’m having nRF52805 on a custom board (for our own application) using SDK 17.1.0 v7.2.0 S112 ( IDE: Segger Embedded Studio). Given the amount of memory this chip has (192...
Hi,
Adding the line of code below with app_timer_create causes the code to hang.
static void my_bat_timer_handler(void * p_context) { pulse_pin(LED); }
APP_TIMER_DEF...
Hi Community,
i recently migrated from sdk16 to sdk17 and I am using FreeRTOS.
My goal is to catch pin interrupts which already worked before migrating. Now I have the...
Hi,
I am testing the ble_uart_send function. I found the advertising was OK, but when my phone connected to the board, it stalled but no error was shown. I enabled DEBUG...
Hi all,
I am trying to send data from nrf52840 to Arduino. I have a simple UART program running on nrf52840 that is supposed to transmit a character to another device(Arduino...
Hi All,
Hope everyone is fine.
I'm using Vs code with nrf Connect sdk v1.9.1 to develope firmware for nrf52833.
Here our device has no display or Keyboard to give input...
I am doing some profiling with the peripheral_uart sample. It works as expected when I send small pieces of data, but when I start running a lot through it I get a crash....
Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
Hi
I would like to use power management module with CAF. I got it somehow working and the device is going to poweroff or standby mode and wakes up, if i push some button...
Hi all
I'm developing a BLE application using nRF52832 : SDK 17.xx
My SW is based on the project ble_app_gls as I need to use a PASSKEY
I experience 2 difficulties ...
Hi
I am positing this here - although maybe that is cheeky of me, as the issue I am having is with an Android app, which I want to use to communicate with a Nordic device...