Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
I found that blindly configuring all GPIO pins can stop the LFXO and RTC counter. I am reporting this as: something to be aware of, not obvious to everyone. Not a question...
I am testing the nRF52832 in Rigado BMD-301 module. I am able to get to ~40uA when advertising ,UART enabled but not used and all other peripherals disabled. But as soon as...
I connect to my BLE peripheral device using NRF connect app. While in connection, if I switch my phone's bluetooth off and turn it back again and then try to connect to my...
Hi!
I'm using the nrf52 on custom prototype boards and the official development boards. We are using the ADC to read analog values and encountered unexpected behavior related...