I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
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...