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 everyone,
I am following this video step by step to create my custom board configuration https://www.youtube.com/watch?v=KSivO9Cf1TE&t=474s .
I follow every steps but...
Hi all,
My project can be built and run correctly on NRF SDK 1.5.0,
after updated to SDK 1.6.1 and rebuild, it failed and messages below:
Is there any idea for this...
After installing nrfConnect SDK v1.6.1 on MacOS ( Big Sur 11.5.1 ) using Toolchain Manager, I can't find nrfjprog.
When I try and run nfrjprog in Terminal, I get: "zsh:...
Because some IOS devices support up to 185 Bytes MTU, Android phones 247.. is there
any possiblitly wow the Application Core NRF53 can retrieve the current MTU Size from...
Hi
I am working on a nRF52840 using Zephyr as OS.
I have setup some control GPIO pins in the device tree (se below). This works fine from the application. I can access...
When I enter 100 as the size for the ATT MTU all works perfect, but when I choose a larger number like 250 as ATT MTU, sd_ble_enable() does not return an error and I can debug...
I will be using an NRF5340-DK for starters. I have a Linux SBC that will be running blueZ. I can use USB, UART, or SPI to connect the NRF5340-DK to the Linux SBC. I am assuming...
Hi Dev Team,
I had installed the newest NCS version NCS v1.6.1 and was importing my application from 1.5.1 to 1.6.1.
However, I noticed a lot of changes with respect to...
Hi,
I have a question ,According to the official tutorial,I succeeded BLE OTA DFU in windows system by nrfutil ,however, when I use the nrutil tool to update the firmware...
I have tried to use I2C but it does't work out. nRF9160 doesn't start booting after executing "build and run" and pushing the reset button.
I open secure_boot project...
Hi Nordic team
At sdk connect sample/mqtt_simple, it called lte_lc_init_and_connect() to connect NBIOT or LTE-M.
If this call was not successful, could we read error code...
hi support team,
very strange question from customer
customer set up one interrupt with following code:
void gpio_wakeup_init(void) { uint32_t err_code; if (!nrf_drv_gpiote_is_init...
Hello, I am routing the NRF52840-QIAA chip and wanted to avoid the costly via-in-pad process.
Can I use the following pins for QSPI quad mode?
Also can i leave the RESET...
I have a working set of implementations placed in the 17.0.2 SDK examples directory. The projects use SoftDevice s140 for BLE and flash write operations. I would like to know...
I'm looking to enable the flash protection for an nRF52 application running on Zephyr RTOS:
Basically looking to disable flash reads from the JTAG/SWD interface: Only...