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
I am using app_timer_cnt_get() like MIllis()
uint32_t millis() { uint32_t milli; milli = app_timer_cnt_get() /32.768; return milli; }
but when i connect the nrf52840...
Hello ,
i have successfully compile and run 'binky' and 'Hello_words ' sample code using segger .Now i want to test Uart communication with nrf9160 . (want to send string...
Hi,
we are following below link for DFU example i.e. serial dfu on nRF52833. we are not able to install mcumgr in windows . are we missing anything here. kindly help us...
I'm testing an implementation of the serial UART bootloader for DFU. Firmware update using nrfutil works fine, using a serial-USB dongle, The only issue I'm seeing is that...
Hi DevZone,
I have recently updated:
nRF5 SDK to 17.1.0 from 15.3.0
S140 to 7.2.0 from 6.1.1
SES to v6.20a from 4.16
The SoftDevice now fails to initialize when...
hi support team,
in ncs llpm example, we tested it and find out one problem, why 4bytes of timer data would spend more than 1ms? please see picture 1.
further more,
...
I testing asset_trcker_v2 and want to add new custom event module. I have few doubts and queries:
1. There is event_handler function in each module as well in main fuction...
Hi,
I am working on the nrf5340 with zephyr (NCS 1.7.1), I need to monitor the voltage of the battery, in the beginning, I used the ADC API of zephyr, and it works well...
Currently I have a 52840 peripheral running peer manager. We bond/peer with it using a passkey system from an mobile phone central. It works great.
SDK is 1702 nrf5.
What...
I wanted to confirm that on the nRF9160, it is acceptable to tie the VDD and VDD_GPIO pins to the same 3.3V rail and bring them up together. The VDD_GPIO rail will not be...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1 Base source: C:\Users\user\ncs\v1.9.1\nrf\samples\bluetooth\peripheral_hids_keyboard
I want to add UART implementation....
Hi everyone!!! I need help with our new version of HW after validating the previous one that works.
I read some similar posts related to the GPRETREG for HOLD a GPIO while...
Hi Nordic,
We have a design where we'd like to share the 2.4 GHz antenna between WiFi and BLE.
Therefore, we need to power and configure the RF switch accordingly, before...
Hi,
currently I am using nRF52811 in one product with BLE functionality. Now I would like to use the same MCU in other product where BLE is not needed. In this case I would...