Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
I'm developing an app that communicates with iOS apps using Nordic's services.
I got this error during development.
I have three questions about the "peer removed pairing...
Hi,
I want to enable 8 channels of saadc in SE mode with 10 bits of resolution. the number of samples in every packet is 32, which means every channel have 4 samples in...
The problem I meet similar to https://devzone.nordicsemi.com/f/nordic-q-a/60684/nrf5340-pdk---debugger-in-ses-remains-in-bt_enable-forever .
/* Wait til nameservice ep...
I'm interested in collecting the modem core temperature for my applications. After some digging in modem_info.h / modem_info.c , I saw the temperature data structure exists...
I want to use PPK2 to test the power consumption of my user device, I have connected the PPK device to my pc with USB cable and turned on its power switch, but when I opened...
Hi, I am trying to run the sample I2S echo program(nrf-sdk/zephyr/samples/drivers/i2s/echo) on 9160 DK, and am having issues reading any valid data on I2s RX. Codec chip is...
Hello
NRF52840 with own hardware
nRF SDK V17.0.2_d674dde
nRF SDK for Mesh V5.0.0
IDE: SEGGER 5.60
I started with the "ble_peripheral/ble_app_template" example...
I am trying to use the dongle as a BLE sniffer. I have followed the directions on how to program the dongle including downloading and installing the jLink software.
When...
SDK 17.0.2, SD 7.2.0. with secure bootloader, when performing DFU without BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE, nRFConnect will successfully update the app. With BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE...
Dear all,
is it possible to get a more detailed explanation what the function "averaging cell search mode" activated by AT%XDEEPSEARCH=1 does?
Best regards,
Peter
I scan a few devices which have BLE_GAP_ADDR_TYPE_ANONYMOUS. When I print the addresses from ble_gap_addr_t.addr, they look like this:
AC:23:3F:77:28:AE AC:23:3F:77:28:AA...
Hi Everyone, I've started working with Zephyr, VSCode and nCS. I'm using a sample and working on it modifiying things, but I'm not able to include extern modules, lemme explain...
Hi,
I am developing Coap-Client and Coap-Server devices using nRf52840 dev kit. I am using ncs 1.7.1 sdk. I have a few questions.
1- I can successfully send a data received...
Hello all,
I have recently developed a custom board that uses an nrf52810. It also contains an accelerometer as well as some hardware for regulating the voltage and charging...
hi
I am using nRF5 Calendar example and
I have this problem
could you help me, how can I fix that?
I don't use the UART functions, I'm going to use SSD1306 to...