Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
Hi,
I try sdk 17.02 nRF52840 usb audio demo,I want to achieve 48KHz stereo music play by a I2S DAC.
I finished adding DAC for I2S to play the sound data of USB Audio...
I am declaring the variable in one of the hardware drivers files that are provided by the nordic semiconductor. The variable is not static. The variable inside the function...
Are there any other QFN package baluns that we can use for NRF51822?
One suggested from STM is BGA, and I wanted to see if there are any recommended QFN baluns that we can...
Hi Nordic,
I have an NRF52805 board [ from Raytech] and I am implementing all my application using SDK v15.1.0.
As of now, I have implemented my application using the...
Hi,
We need to know rated output and gain of pcb antenna on nRF52 DK for a technical standards conformity certification.
Can you give us them and their evidence?
Thank...
I want to connect an LTE antenna to J1. However, the antenna has a normal male ufl connector - it appears not to fit.
Is an adaptor needed for this?
Thx for any suggestion...
Hi ,
my environment details:
nrf connect sdk
nrf5340 dk
segger embedded studio
I have seen I2C example code in below path
\v1.5.0\zephyr\samples\drivers\i2c_fujitsu_fram...
app_timer2.c from SDK v17.0.2 has a possible race condition in app_timer_start()
This calls the get_now() function which compares a "now" variable to a "m_stamp64" variable...
Hi,
I am developing based on the mesh dimming example.
I want to use a timer for some status LEDs and some other things. I am trying to do it using timer 0, but the callback...
Excuse me:
The default stack stze setting of SDK is 8K,If the stack overflows when the customer reads data from flash, Does stack overflow modify other...
So I'm trying to implement the above scenario. My requirements are,
1. Peripheral should be discoverable by Bt.5+ centrals from a long range over long range features.
...
Hi Nordic DevTeam,
I am having this minor issue where the transmitting UART of the NRF (from phone to external MCU) is not responding as robust as I expected.
...
The fds_record_update was called successfully, and a successful callback was received.
When I use the nrfjprog -readcode command in SDK 13.0, I find that the data is missing...
Hi,
SDK: nRf connect SDK
Kit:nRF5340
I would like to configure a radio peripheral in application core. But radio peripheral is a feature of network core.
1. Can you...