I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I'm developing a small function that split string using delimiter (,) but i can't use strtok (undeclared function error)
so i added (CONFIG_NEWLIB_LIBC=y) to prj.conf file...
nRF52 DK fresh out of the box isn't recognized by my Windows 10 PC. When I plug the device into the USB port LED 1 pulses and LED 5 blinks rapidly. However, there is no sound...
when I call nrf_gzll_add_packet_to_tx_fifo after I recive a nrf_gzll_host_rx_data_ready() I get a Error 33542
how can I see what type of error that is?
I was hoping...
Hi
I have a custom-designed board based on nrf52840 and on that board, I am using NFC pins as GPIO.
On Pin no 0.9 and 0.10, output peripherals are connected.
I have...
I updated my Power Profiler software on the NRF Connect Desktop software.
Immediately after switching to the new GUI, I noticed a significant change in power performance...
I am trying to use the NRFX_WDT design in SDK 16.0.0 on a board using the nRF52832.
In the file nrfx_wdt.c, the allocation index is declared/defined as:
static uint8_t...
The drop down does not list the nrf5340dk.
Using nRF Connect Toolchain Manager I open a command prompt in the v1.5.0 sdk,
cd zephyr\samples\drivers\spi_flash
I did:...
Hello,
I have a project based on Cloud Client v1.4.0 using AWS IoT cloud as the backend. I have made some changes in the code so that I disconnect after sending some values...
The frequency tolerance for ANT stack for an external 32.768 kHz crystal oscillator should be +/- 50 ppm max.
Does it mean over temperature range?
There was the same question...
HI:
Now i am use the OTS to transmit image, if we want to set the MTU=185, how many paramter must config here?
example:
CONFIG_BT_CTLR_TX_BUFFER_SIZE=185 CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hello, I have created my own C program (in eclipse) that basically should just initialize to an LTE network and connect to it, nothing fancy at this point.
I have come across...
Hi, I tried to set up the environment for the nRF Connect SDK v1.5.0 using nRF Connect for Desktop on Ubuntu 18.04.
In step 2 (Cloning the SDK), I got some errors while...
I use arduino to program a nRF52832 board. I had problems to move a running project with a ST7789 SPI display to the nRF52832. I use the Adafruit lib to drive the display...
Hi,
My custom card has ic nrf52832QFAAE0 AND NRF52DK has ic NRF52832QFAAE1.MESH SDK EXAMPLES runs properly on NRF52DK but not working on my hardware with ic NRF52832QFAAE0...