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 have modified the BLE app Blinky example so that the LED is enabled (state 1) on power up. However, this is not being reflected on the BLE side because when I connect with...
Hi, when debugging, I'm encountering this problem where relevant SPI registers (likely status registers) signaled a successful read before the actual data could be pulled...
We're developing a mobile application which will communicate with a satellite antenna over BLE. We will not have access to the antenna for a few months, and therefore we aquired...
I am using the UART to perform serial DFU on nRF52832. I got it to work fine using nRF Connect SDK 1.8.0.
Now, I need to pass some serial data to the APP when not in DFU...
Hi, I have to develop a new nRF5340/Zephyr/MCUBoot-based device that communicates with a Windows application via USB. The Windows application already manages other legacy...
Hello,
I'm trying to implement a set up of the ble device name from the NVMC UICR register.
But when I try to take it from the register and to set it has a name, it doesn...
Hi,
when using the spi peripheral in slave configuration, what can I expect at power consumption level? does the spi peripheral derive its clock from an internal system...
Hello,
I am using nRF52840 DK's P20 SWD to communicate with an external nRF52840 board . My setup works fine with nrfjprog running from command line. To communicate with...
Is there any example code using a QSPI image as the input for the bootloader instead of e.g. BLE? What format does that have to be in to begin with? Currently doing DFU updates...
Hello friends
I am fresher for Nordic semiconductor . I want to interface triaxial accelerometer of 15MHZ frequency with nrf52840 with inbuilt ADC and transmit the data...
Hello,
I will try to use the macro ZB_ZCL_SET_MODIFY_ATTR_VALUE_CB to define a callback when an attribut is written in my device. But the callback I write is never called...
I had a look on APIs to use UART in Zephyr in the link https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-interrupt-api . There are three types: Poll...
I have a JDY-16 BLE chip in AT command mode and are able to scan for a SoftRF device that has a Nordic UART service.
I can succesfully see the SoftRF device during a scan...
Hi All,
Currently I'm editing an example project using the NRF5 SDK in SES -- however, I'm not sure exactly how to best version a project or even export it to contain...
Hi,
For my nRF52840 custom board, when I send data through app_usbd_cdc_acm_write() to the serial port from main.c , data are transferred without problem but
when I try...