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...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi
I use the nRF connect SDK v2.0 installed with the toolchain manager and tried the distance measurement which works fine but doesn't use the high precision mode. I changed...
hello Nordic
i am working with zephyr NCS(1.7.1) , with vs code (on manjaro) with the nRF connect extension.
i am looking for a way to map my include files, to find dependencies...
While looking at ways to shrink the dfu image of our nrf9160 application, I was struck by how large the default SPM image is. Here's the file size breakdown:
Final app_update...
Hi I am successfully reading GNSS coordinates and sending them to AWS server. However, I have to stop gnss as soon as the modem goes into RRC Connected mode and resume work...
hello,
I am trying to access (Nordicsemi.com) website for downloading NRF CONNECT DESKTOP and COMMEND LINE TOOL software. but site not open.
still banned website.
please...
Hey there, I am using NRF52832 CIAA ( bga version)
I did some testing for internal DC DC ,
and found the following gaps
DEC1 - should be 1.3V , measured 1.27v
...
Dear support
I am developing a generic client, after connection and service discovery, there are usually a few characteristics with different uuids are found, I need to...
I'm trying to erase & write to the nRF5340 using the Programmer v3.0.0 but I get this error: Failed to load readback protection status: async task failure for id: 1198716183932...
Hello All,
I am facing an issue in nrf52840 development kit used as nrf Mesh sensor.
Issue details:
1. From the mobile application, we are setting the publish period...
Hi, I have an application that enable BLE (advertise and connectable) then disable BLE (disconnecte and stop advertising) every 10 second. My application worked when have...
Hi
I would like to include some flash in my project to store sensor readings. Please can you assist me with the SPI Flash sample and with some general questions on SPI...
May you please provide a .txt or .excel file of the location for each pin on the nRF52805 or the nRF52810.
Like the sample below for your reference. This will help us accurately...
Hi, I'm new to C, but I have made an application based on mqtt_simple that does what I want.
Now I would like to set the credentials from a variable that I have generated...