I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
Hello,
I'm struggling with DeviceTree support in Segger Embedded Studio and nRF5340. I want to use the I2C Modul.
So I defined in my (dts)overlay file
&i2c0 { status...
Hello,
I recently updated my nRF Connect to the latest version 3.9.3 and it also updated the programmer app to 2.1.0. After this update, the Programmer app does not detect...
Upload fail - Remote DFU invalid CRC error
i m facing this error while uploading firmware through DFU kindly any one help me to fix this issue using nRF 52810
Thanks
Trying to update the Thingy91. While the nRF52840 updates ok, nRFConnect for Desktop reports " No matching trait found" when trying to update the modem on the nRF91.
The...
I updated programmer to v2.1.0 plugged in my device to add an updated .hex file but now programmer can't find my device. I have to put the device into reset mode so programmer...
Hi,
I am using ble_app_uart and SPI example to develop the wireless weight scale.
Till now I have successfully integrated SPI and ble_app_uart example to display weight...
Hello~
The environment: Chip is nrf52820,SDK version is 17.0.2,sd version is s112_7.2.0.
pic1:
Pic1 the APP code that I wrote for this problem. When I only burned...
Hello, I wanted to test the VS Code extension but it failed for the following use case...
In our company, we are building our product-related SDK that uses nRF Connect...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I'm attempting to write to flash memory on our custom board using the nRF52840 using the NVS library in Zephyr 1.5.0. I've ported over the example code from samples/subsys...
Hi everyone,
I try to get manufacturer data with central device.
The peripheral device is normally correctly configured for both advertisement report and scan response...
Hello.
Actually I have two qustions, but they are related with the same challenge.
So, I want to develop application using SDK (libararies and config), but starting from...
Dear ,
Thanks a lot for your time.
We currently have a project using nRF52840 dongle and nRF connect SDK, implementing FATFS and USB MSC SD card examples together.
The...
Hello
When I use ncs1.7.1 52840 + mcuboot + spi + external flash it works well, but when I update ncs to 1.8.0 I can't build it.
I also add CONFIG_MULTITHREADING =y in...