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...
I've looked around on the forum and I can only find old posts about this.
Based on your repositories it seems like you support just about every big language except for Java...
Hi
I have a simple question which I am not able to figure out.
How do I use the nRF52833 DK without having it plugged to the computer. I tried switching the power to...
We are using a flash part that is 64 MB in size. It is S25FS512. We are trying to use 32 bit addressing mode by setting sdk config flags. However this does not seem to work...
Hi,
Greetings!
I just tried Low Power Node example application from SDK for mesh 16.0.0
It works functionally well, however I am little curious to know below point(s...
Hi,
I start developing with a new MacBook Pro (2019) which only offers USB-C ports. Currently I am facing the issue that the Programmer App does show the connected Thingy...
Hi!
I have recently setup the development environment for my Thingy 91 on Windows 10 environment using nRF Connect Getting Started Assistant. But I am having some trouble...
Hi, I am working on nRF Thingy52 for a week. I am having SES with SDK_16.
I am having 3 nRF thingy to do a testing purpose
First i need to analysis how the thingy works...
I'm testing using the internal RC circuit to drive ble via the S132 softdevice. Set up is with Nrf52DK and Power Profiler kit. I got everything running and was measuring about...
Hi, How can I configure the LwM2M server (URL, Port, Credentials) on my Thingy91? Can I do this via MQTT and the nrf Cloud or do I need some specific tools?
I have a GT832C.01 (Bluetooth 4.0 BLE sensor detection module BMX055 9DOF NRF52832), I don't know how to program it, I can see it from the phone, but what software do I need...
I have a BLE board with a nRF52832 and some peripherals. It came with a preinstalled bootloader and firmware (the bootloader supports DFU via BLE to upgrade the bootloader...
Hi,
I am completely new to this technology,I need to interface BME 680[humidity,pressure,gas,temp sensor] with Nordic nRF52840 - how it is possible,i want know the hardware...
Hi,
I am using nRF52832 DK, with Segger Embedded Studio as IDE. I am using ble_app_uart example. I have used an encryption algorithm. The encryption algorithm is called...
Hi,
Does the SPIS generate interrupt for every byte of data receive ?
What kind of interrupt of event that SPIS will generate for data received ?
Please advise