Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I posted this theme, but the post is locked before fixed. I don't know the reason so repost. I'm sorry about this case.
-------------------------
Question:
I consider...
Hi,
I have a custom board with nrf52840 chipset that controls a GSM modem over UART, and this setup works just fine (zephyr project).
Now, I'm trying to replicate this...
Hi everybody,
I get this error trying to set coded_phy advertising on nrf52840 dongle. This is the code that i try.
The error that i get is:
That means I/O error...
I flash v1.7.0 at_client and mfw-v1.3.0 into nrf9160-DK board, LTE works normally and the board can get the ip. ( https://files.slack.com/files-pri/T0SBEQ7AR-F02J4REC8RX/nordic...
I'm trying to implement communication protocol that involves clock and bidirectional I/O line. Clock signal is coming from an external device and expected to be in 1-5MHz...
Hi,
Could you please help to fill which nRF9160 SIP revision fit for SDK?
nRF9160 modem firmware version
nRF Connect SDK
nRF9160-DK, SIP revision (BA, B0,...
Hello,
I have a question about the best way of implementation.
The data will consists out of a struct with multiple pressure and temperature measurements coming from another...
Hi everyone,
I have this question to ask. So I am trying do make an end device that run on low power. I can see that there is an example about the sleepy end device in the...
Hello everybody,
I wonder if somebody could give me an example of an easy way to use saadc without using any adc_event_handler for sdk 15.
I'm trying to do it myself from...
Hi,
I connected an external MCU and going to run AT commands sequence by using serial port (UART2).
Can someone provide the sequence of AT commands to get fixed A-GPS...
Looking for advice on reading data from the BL654 UART RX pin which is getting a text data stream from an STM32 micro.
I tried the "peripheral_uart" sample app in Segger...
When "Zigbee Dongle" is successfully connected and communicated with terminal devices, if the terminal devices that have been successfully connected to the network are all...
Hi there
We are trying to modify the MQTT_Simple example to be able to send more info than the status of pressing a button and having a button pressed notification go back...
Hi, I wanted to merge two example projects: "ble_central/ble_app_uart_c" so I have central client application, and a "peripheral/ble_usbd_ble_uart" so I have working USB CDC...