Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
I've a scenario where BLE central has registered for notifications on some characteristic of a BLE peripheral. The frequency of change in data of this characteristic is very...
Can a BLE peripheral listen for scan requests or any commands from BLE central without making any advertisements? If this is possible, then it would save on the transmission...
Hi,
I was in a process of developing a central device with nrf51422 in PCA10028 board with NUS service client.I use SDK v12.2.0.We have an example code in the library which...
Hi:
I set up a peripheral on nrf52832 and add beacon_info data as Manufacturer specific information。The version of softdevice is s132.
memset(&scanrsp, 0, sizeof(scanrsp...
Hi,
My sensor uses SPI communication and need 32.768kHz external clock pin FCLK , I connect 32.768kHz clock to XL1 and XL2 but my problem is which pin can I use it for...
Hi All,
I've integrated the flash routines from this example:
github.com/.../nRF52-fds-example
into my project, and am having problems figuring out the architecture...
Hello,
I've done this with an Arduino and 1Sheeld Bluetooth LE shield, but want to try with the nRF52 dev kit. Just looking for any starter code/examples/tutorials to help...
I have a piconet of 4 devices, where 1 device is a master and 3 devices are slave.
Communication continuously occurs between master and the slaves.
But then the master...
After looking at Nordic's Bluetooth 5 implementation for nRF52840 and other chips -- it appears that Bluetooth BR classic is not available. All I see is BLE and BLE functions...
We are working on a project using nrf52832 module and GPRS device. Here we are facing a challenge in updating the firmware to BL652 over GPRS and server.
nrf52832 is connected...
Hello, a quick rundown on the problem here:
New versions of Softdevices S140 corrected an error and now correctly ignores writing to cccd descriptor using write instead...
I have 4 devices communicating in a Bluetooth piconet, where 1 device is the master device and 3 devices are slave devices.
I want to time synchronize the 4 devices to...
Hi,
I'm using the S132 v3 and wonder about the impact of DLE on scheduling.
In the chapter on Scheduling in the softdevive specification is writen that multiple peripherals...
I would like to setup the just released RasPI demo using the Nordic-Thingy52-Nodejs repo
I don't have a dongle, but 4 PDK 52840 boards and 2 Thingys.
Can I still use 1...