hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hi,
we have nrf52933 custom hardware.
we are flashing application through j-link.
but after every flashing , I need to hard reset the board in order to run the function...
Dear Nordic,
We developed a product based on the nRF52833 chip, with an external antenna, 3dBi gain. Set transmission parameters 100mS interval and 4dBm transmission power...
I have nrf52840 dongle will like to treat it as central. (like gateway) And sensor node is unknow ble, and adress type is Resolvable Private Address. If know the characteristics...
Using the « nrf_modem_at_cmd_async » function triggered an HARD_FAULT error if it is the first function used in the code before another function of the AT interface of the...
Hello everyone I would like to produce my own custom board based on the NRF52840, but the quartz used in the Dk is sell by package of 3000 pcs so I decided to change and use...
I have troubles with the bluetooth examples on the nRF5340. Examples without bluetooth works fine. (blinky of hello world). I allready found out that the code is waiting on...
Hi,
we're using a library which is written in C++ and is using exceptions. As stated here Zephyr has C++ support including exceptions.
Following the docs I set
But...
Hello.
I wrote adafruit's arduino compatible bootloader via J-link.
The write seems to have been successful.
However, after that, the nrf52840 does not work.
Do you...
Hi,
Im using nrf9160 based custom board, nrf sdk 1.5.1. with Zephyr
Im using Uart in DMA mode but have small doubts in implementation
1. what is the max size of buffer...
i am using nrf52832 dev kit. i ran ble app uart and found hat uart pins are set to
Tx: pin 8
Rx.: pin 6.
i want to change these pins to some other pin number but when...
Sorry I have some project with ncs over ubuntu 20.04
I'll do west build -b nrf52840dk_nrf52840 -p ==> it compile
when i Try to debug with west debug it work
when I try...
Hi
Now,I`m trying to use NCS_v1.5.1 to develop mesh(Have been using nRF5_SDK of before).But have a problem on RTT LOG output.
For nRF5_SDK,the "Debug Terminal" window...
I have a problom about using nrf_fstorage_erase won't call nrf_fstorage_sys_evt_handler.
The project is on nrf52832 and using SDK 15.3, Softdevice s132 6.1.1. When I use...
Hi, we are developing on the NRF52833/840, using SDK 17.1.0. and FreeRTOS.
We currently have ESB that use FreeRTOS. The next stage is to develop the BLE function that also...