Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I had my environment running fine with (IIRC) SDK 1.4.x and Segger J-Link v688. I thought "it might help" to upgrade to the latest SDK.
I have the new SDK built and apparently...
Hello Use the S132 Central. Use two S112 peripherals. I want to communicate data to two connected peripheral devices at the same time. You are using nus. The connection was...
Hello,
I am working on a wearable device and need the lowest power consumption possible. The project configuration is:
S132 7.2.0
SDK 17.0.2
The board is powered...
Hi There
My design is basic on nrf52840. I need a pin be controlled alternately by GPIO module and PWM module in my application. The PWM function is realized by setting...
Hello!
I am now working on a customer board based on NINA-B3 module (NRF52840).
I found a weird problem: after successfully flashing firmware through SWD for several...
I was working in a Zephyr project and wanted to test something on my nRF52840-Preview-DK board - which I had just used minutes before and successfully had `west flash` write...
I'm trying to compile the serial LTE modem to trial the functionality.
The version as set by the import examples program in SES does not compile:
The error: mkdir(modules...
I set up PPI so that it kicks off TWIM (I2C) transfer on GPIOTE pin transition low to high. Everything works great, except that I also setup a fork task to set another GPIOTE...
Having a BUS FAULT while trying to use uart_tx on the NRF5340 with NRFConnect SDK. Based on the peripheral_uart sample project. Any ideas what may be causing it?
Heres...
This took me a while to figure out.
The default values for the WDT configuration in SDK 15.3.0 (and 16.0.0) is spelled as "NRFX_WDT_DEAFULT_CONFIG" ?
RMV
The following code has an unexpected out-of-bounds array access:
Primary cause is this line:
On an uninitalized pin number, channel_port_get() returns -1, which...
Firstly my current usecase:
We are using a STM32 as a main processor. the STM uses UART to communicate with the nRF52 using the serialization stuff. I currently have most...
Using ncs v1.4.0, modem FW v1.2.3, SES v5.10d.
I'm trying to get NVS working using /zephyr/samples/subsys/nvs. It is failing to write. I also tried the code in this post...
hi
i was trying to interface sd card with nrf9160 in segger emstudio. i was following the ticket Reading SD card on nRF9160dk - Nordic Q&A - Nordic DevZone - Nordic DevZone...
HI sir i was trying to interface pdm microphone. i followed the existing ticket PDM Driver for Zephyr on nrf52840 . i had modified the proj.conf as below
but during the...