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...
I am communicating with a sensor via SPIM. Without enabling `anomaly-58-workaround` I see numerous errors indicating
<wrn> spi_nrfx_spim: Transaction aborted since it would...
Hi,
I am facing issue while reconnecting nordic board. Pairing pop up comes twice for below use case :
Bluetooth Pairing Issue : Step to reproduce the issue:
1....
Hello,
Does Wifi management API have any channel hopping functionality or I will have to implement it myself by calling ? Looking at monitor sample it only allows to listen...
Regarding the GPIO of the nRF52832, does it have a Schmitt trigger feature?
I have seen other questions and it seems that the nRF52840 and nRF51822 do have a Schmitt trigger...
Hi
I am designing a 4-layer pcb. How much do you think my signal trace thickness should be?
I use https://www.trgcomponents.de/en/ant-24-cw-rah-rps.html
connector...
I am working on BLE Image transfer from nrf52840 to android application. I am facing one strange issue with the github repo https://github.com/NordicPlayground/Android-Image...
Setup:
- nrf-sdk (v2.7.0rc2)
- custom board with nRF52840 QIAAD0 SoC
- current measurement directly on nRF VDD using Keysight 34465A, VDD=1V8
I'm using a code which...
Hello,
So I'm trying to setup the driver files and default configurations for CS47L63 Hardware Codec. There are no build errors or flash errors but after flashing I get...
I have a custom board with a nRF52840 and a nRF21540. To control my FEM (nRF21540) I have added the following to my code to my nRF52840_nRF52840.dts file:
/ {
nrf_radio_fem...
I am trying to control the 485 relay using the 485 to ttl converter. I implemented it on arduino using the following code:
#include <SoftwareSerial.h>
#define SoftSerial_RX...
Hello,
I am using bis gateway on nrf5340 audio dk to transmit data.
In addition to audio encoded data, I also wanted to send some additional data, so I put these data...
We are experiencing intermittent connection issues with the nRF9160 using NB-IoT on the Vodafone UK network. Our devices fail to connect or register with certain cell towers...
i have changed light example demo server.
now i add #define MESH_FEATURE_RELAY_ENABLED (1) in nrf_mesh_config_app.h ,the server have supplyed friend feature, i used nrf...