Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...
Hi, I want to use the nRF9160 in a project, where I need the antenna attached to the nRF9160 to be able to handle being 1000m below the sea-surface. It is an AUV that collects...
Hello,
At present, there is a problem. When there are a few broadcasting devices nearby but many active scanning devices that the active scanning is not easy to find devices...
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....