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 ...
Hello Community! I am working on a small project on nrf52832_mdk beacon Where my main goal is to optimize the current consumption. I removed all the unused peripheral and...
Developing a device based on the nrf5340/nrf7002 pair, with a user interface.
I decided to use the Nordic 'buttons' and 'click-buttons' modules from the CAF framework for...
Hi All,
We are currently using this nRF-5340DK to understand the individual driver functionalities before we start our project with our kit .While doing so we encountered...
I am trying to get a pancake motor working with a nRF5340 using Zephyr in VSC. I have an intermediary board.
I keep getting this error:
I have these settings in the...
HI there, In the Serial LTE Modem documentation for the nRF9160 DK, it is mentioned that the GPIO voltage level should be 3V using SW9 when using an external MCU & UART2....
Hi, I am using the Nordic NRF52832 with SDK 16.
My device is configured to advertise continuously for a specific duration.
However, when tested using the nRF Connect app...
I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v1.6.0, but all attempts at device_get_binding("BMI270"), device_get_binding(DT_LABEL...
We are trying to interface Texas Instruments TMP144 using the UART in nrf52DK. We attach the sensor board to UART pins in nrf52DK put it seems that the transmitted data is...
Hi Mate,
Like most of the other tickets in this thread, I have a large application and need to DFU it using Bluetooth. I know nrf connect is not compatible with the single...
I now want to have the host and slave in SDK17.1.0 to establish master/slave communication.
What if I change? If I use nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...
Hello,
I am using nrf52840 on usb dongle and i would like to measure voltage on a specific ADC input pin.
According to the datasheet, i use P0.02/AIN0.
My problem is...
Version: windows 11, vscode: 1.92.2 nRF connect for VS Code sdk: 2.7.0
Hello,
I am currently using the vsCode extension nRF connect for VS Code. This works fine, if i...
Hello,
I am currently using an NRF52840 microcontroller (powered at 3.3V) to control two IR LEDs (powered at 5V) via an N-MOSFET. The GPIO pin that controls the N-MOSFET...
Hi,
I prepare my custom board on nrf5340, and i have to use 3xUART, 1xI2C, 1XSPI.
Regarding product specification, i see i cannot configure more than 4 (UART,SPI,I2C)...
Now,I have a project writed by nRFSDK17.And I want to rewrite it by NCS.
I hope to get a module like peer_manager to manage paring and bonding,and I can distinguish connecting...