Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
Hi.
Why longer advertising data destroy device ?
When I set length of advertising data to 20bytes in advertising_init(), device will crash and I can't download new firmware...
Hello,
The sd_softdevice_enable returns 8 (captured with my jlink probe), how can I investigate please ?
Configuration:
SDK 15.0.0, SD_132_6.0.0 with bootloader
In my application, I use the peer manager that has called the fds_init function, should I call it again if I want to use the fds to store my data. Will the peer manager use...
Hello Everyone,
I am using Nordic's Power Profiler Kit to estimate the current consumption of an external board. I have been able to configure it properly and getting results...
On nrf52840 I get a current of ~10 uA while sleeping. At the moment I don't run any code and don't start up the softdevice. I go directly to sleep with __WFE(). The result...
Hi All!
Faced with big problem with SCANNING procedure (nRF52840)
We have a BLE network : one CENTRAL and up to 6 PERIPHERALs can be connected simultaneously to the CENTRAL...
I want to detect high to low transitions on 28 GPIO independently. I've read in other posts you can configure 4 pin interrupts or a port interrupt for all pins, but I'm not...
Hello,
I am currently experiencing some problems, when i try using RTT output and the internal clock.
When using an external crystal, everything is working.
The following...
I am working on Ble tutorial of serivces, In step1 they mentioned to declare m_our_service of type ble_os_t. how can I declare that ?I am not sure to consider m_our_service...
Hello
I have been trying to use this repository: https://github.com/NordicPlayground/nrf51-ADC-examples and upon building, i get several errors due to certain header files...
Hi,
I have a Serialization connection working between a Nordic nRF52 CPU (slave) and an NXP CPU (master), using SPI.
The NXP is starting/stopping a BLE Scan on the Nordic...
Hi, I have some questions about the memory map, ram usuage and linker config for the secure bootloader when used with the S332 (4.05 sd_req 0x94) softdevice. I have tried...
USB Virtual COM
Until now, the development has been done by sending the commands via a USB virtual COM. The received buffer of int is processed and sent to the function...
I have an nrf52832 connected to a UART-USB driver with RTS/CTS. CLI manages the UART connection. Using SDK 14.0.
When HWFC is enabled, if a serial connection is NOT established...
Hi, p0.06 is always high lever when the following codes are executed:
nrf_gpio_cfg_output(6); nrf_gpio_pin_clear(6);
Why?
Softdevice is used in the project.