Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Development Kit - NRF 52
SDK - 15.0.0
Softdevice - S132
Computer Platform - Windows 7 64 Bit
I am facing an error in running the application when I initialize both...
Hi,
Assume the following situation:
Two BLE devices, a control unit and a medical implant inside a patient (no button can be pressed on it), are paired and bonded. The...
Hi People,
I'm using nRF52832 and SDK 15.2v.
i wanted to do Json Parsing in my application.
Kindly someone let me know how to make use of the cJson Parser from the library...
Hello,
I am using SDK15.0.0 and nRF52832 . Using Segger IDE on windows platform.
My project has to read Analog sensor input through SAADC and transmit the values using...
Development Kit - NRF 52
SDK - 15.0.0
Softdevice - S132
Computer Platform - Windows 7 - 64 Bit
Hi,
I am trying to integrate the ECDSA example with a custom ble application...
Hi, great Nordic teams:
As title, I'm wondering what's the maximum sink/source current of pin 13/48/36 of 52832?
Cause there are GPIO electrical specification about sink...
Hi all,
I know that IOS has many restrictions regarding Bluetooth and one of them is, of course, changing the device name of the peripheral device. The peripheral device...
My customer looking for very low power solution for their project. It's not reuired fast answer of node in network or permanent connection with each device. Just a rarely...
Is it possible to talk TCP/IP over BLE on nRF52810 (similar to PAN profile on BT classic)? Can SD S112 fullfill this or would S132 be needed. I know memory needs are an issue...
HI.
I use BLE in observer role. I register event handler only ones in initialization: NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);...
I am using the secure_bootloader to perform firmware updates via USB on the nRF52840 (custom board). This works great when I start with no application (only bootloader and...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi Great Nordic Support Team:
Our client is going on the project with capsense touch sensor.
They're wondering about if there is any reference design about it.
Any...
Is it possible to use the timers in components/nrf_drivers/timer along with softdevice s132? If I enable the softdevice by calling softdevice_enable() my application restarts...