here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
I have been using the nRF7002 DK board; the nRF7002 uses the QSPI bus and the external NOR flash uses SPI.
The nRF WiFi driver's HAL and interface functions all require...
Hi,
I made DFU procedure with a distributor (nRF52840 DK) and one target (nRF52840 dongle): procedure completed successfully in approximately 45min
Then I made:DFU procedure...
The nRF5340DK's are not programmable on my pc. I have no issues using nRF52DK and nRF52840DK. I have 3 different nRF5340DK's, they all have the same issue.
When I try nrfjprog...
Hi There,
We're new to Nordic and in the process of attempting to move our custom Xamarin application and boards over to use the nRF52832 and the nRF Connect SDK. Has anyone...
Hello,
I used two samples, application_update and SLM, to test and try updating the app from application_update to SLM. I first downloaded the firmware of application_update...
I would like to store context information for each connection, but with central and peripheral connections storing different information. Ideally, this is done in two separate...
hi support team,
we can see the slide in this link: /cfs-file/__key/communityserver-discussions-components-files/4/3201.Measuring_5F00_distance_5F00_with_5F00_Nordic_5F00_Distance_5F00_Toolbox_5F00_slides...
hello Nordic
we are working with nrf52832 and nrf52840 running with ncs v2.5.0 (waiting for v2.7.0 cause 2.6.0 have some issues with cmsis fft tables that prevent us from...
Hi
We are using STM32 board as a HOST controller and NRF9160 as cellular modem. On the STM32 board PPP client is running over serial interface.
We need PPP server support...
Hi,
I own an nRF5340 Audio DK, on which I successfully run the example audio application (in BIS mode).
I also have my own customized board, based on Raytac MDBT53v, for...
I have a nRF9160 custom board. I am using 2 UARTs (UART0 and UART2). I need to have an RX interrupt on both UARTs. I have identical setups and configuration and code. The...
We are using PC-BLE-DRIVER-JS for our central and zephyr in our peripheral (833). The central bonded with the peripheral only when the id (IRK) param in our central is set...
Hi all!
Hopefully this doesn't come off as too much of an ignorant question, but I'm having a hard time understanding the pinout of the Thingy 91 since I can't map where...
I´m trying to design a compact circuit for the NRF91, since i have limited space i´m planning to do a board stackup with the antenna board on top. Right now my board is 50mm...
I am working on an application where I am using 3 SAADC channels all with the same reference pin.
Upon startup, I will call app_sensor_init() to initialize my SAADC, timer...