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 have just to develop an appilcation with NCS 1.9.1 of nrf52840. Now I have tried to activate DFU and I had to realize that the image size is too large(490k without...
I have a design that had previously only used Serial communication to talk to the NRF52840 and did not use the USB interface. For this coming design we want to use the USB...
We have a custom service on our server/peripheral devices, with a number of characteristics.
This service is implemented on a number of host platforms, including nRF devices...
Hi guys,
I was trying to find some information about how to control a stepper motor with the DK, but I don't really find something that I can understand. I started a month...
Hello,
We developed a large nRF52840 application using SES + nRF5_SDK_17.1.0, now we would like to migrate to nRF Connect + VS Code.
No problems setting up nRF Connect...
We have added custom code to default asset_tracker_v2 using SDK1.9.1, MFW version :- mfw_nrf9160_1.3.1 . The data is successfully uploaded to the cloud. After reaching the...
Hi,
I hope there is someone who can provide some help. I have a setup with multiple Laird BL654 (nrf52840 based module) peripherals connecting to iPad. Peripheral is designed...
I am having trouble figuring out how to put system in PM_STATE_SOFT_OFF from inside workqueue. If I put system to sleep inside workqueue it does't go to sleep, looks like...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hello
I am trying to upgrade a nRF52840 dongle via USB but it fails every time. I tried with my Ubuntu laptop and with a Raspberry pi 4 with same failure.
nrfutil dfu...
BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION Hi,
I've implemented a Central role application on the nRF52832 that scans for a particular Peripheral (with a specific UUID into...
sI am trying to turn on or off switch. When I measue voltage on feet of the switch it is always 3.3V. There is no change. I am setting pin on or off and I get state of pin...
MPU6050 cannot calculating the value of 3 axis and the value return is 0. What is problem? How can I fix it ? Thanks for helping me. AD0 open.Adress is 0x68
Here is my...
Hi,everyone:
I tried HSS mode, but it can't meet my needs.
When I use RTT mode, the configuration is as follows
test code:
RTT viewer:
but, J-scope has been...