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...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Hi, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...
Following instruction here for setting up NRF52840-Dongle as a radio coprocessor for use with OpenThread Border Router.
The error is at the second step when executing "...
I'm alter the overlay file to adapt my board.
In my board,I try to use pin 9,10 as uart_tx and uart_rx,without cts and rts.
I wirte it in my app.overlay as follow:
...
I am currently working on a project where I need to connect my nRF52833 microcontroller to other devices using the Nordic UART Service (NUS). I am using the nRF SDK and Segger...
Hi,
I created a custom board following the instructions from https://www.youtube.com/watch?v=V_dVKgWKILM . Everything is ok and with the "Hello world" example builds without...
Hi,
We have our custom PCB with an nRF9160 SIP that is connected to a nRF9161-DK via P20. I have a couple questions about this setup.
Is it fine for us to program...
Hello,
I want to play a .wav audio file on nRF5340 audio dk.
I convert the wav file into raw data and store it in an array.
After that, I play it using nrfx_i2s_start...
Unable to write to flash memory using direct memory access functions like sd_flash_page_erase & sd_flash_write (nrf52840 nrf SDK 17.1.0) Also attached application and bootloader...
Hi,
I realise this is now quite an old version of the SDK and this particular library is no longer supported, but we have not yet migrated our project (I did try once...
I'm working on porting an existing product based on NRF5 which uses the nrf_twi_mngr with asynchronous calls in its drivers. The drivers takes advantage of the non-blocking...
I‘m a rookie for the matter.I use nrf52840 In the matter lock case,when i press button 4,it will start adv.But it did't start.
so i want to add config log to debug,But...
I am attempting to stream data in chunks of 65535 bytes from the nRF9160 using data mode from the 2.6.1 version of serial_lte_modem sample code. The nRF9160 receives AT commands...
I followed the MacOS command line installation instructions at docs.nordicsemi.com/.../install_ncs.html
After running `west update`, it says the tree structure should be...
When following instructions for setting up the NRF52840-dongle as RCP coprocessor , I'm getting this error: ModuleNotFoundError: No module named 'intelhex'
Full log...