hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
I try to disable the reset mode and use the pin 0.18 as an normal input pin.
I'm using nrf52840 development kit (pca10056).
Does someone have i idea to resolve...
I currently have a nRF52832 DK connected to an external board with a BC832 module connected to the nRF52832 DK through a P19 connector. The voltage I have running and connections...
Hi everyone,
I'm currently trying to program my nRF52DK (nrf52382) to show it's battery voltage on the PuTTY emulator.
In order to run/simulate on the PuTTY emulator...
Hi,
I have working apps using custom BLE services on the 17.0 SDK
Now I need to write an app for the nRF5340 so the BLE softdevice can run in the network core
I have...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to conditionally switch the advertised UUID to another UUID. There is "sd_ble_uuid_vs_add...
Hello,
I have tested the USB HID Composite Example from Nordic SDK (15.0.0 and 17.1.0) on Windows and MacOS.
1) usbd_hid_composite_pca10056.hex from SDK15.0.0 works both...
I do not know how to use this site.
After my enquiry I received the following email and I am unable to reply to the answer.
> The ticket The input range of the SAADC...
I am trying to find where to implement secure communication between my BLE device (no display or input) and an Android tablet.
I am using the nRF_BLE library and am wondering...
Hi,
I've been browsing the forum here but didn't find an appropriate answer for my issue.
First, my platform & tools:
Programming nRF52833 (Laird BL653)
nRF5 SDK...
Hello,
I have been developing some products over the nRF51822 BLE. Got my introduction with nRF about 2 months back and despite the steep learning curve I was able to integrate...
Hi all. I'm using an old macbook and nRF Connect for Desktop just stuck at splash screen. Any version > 3.9.0 do not work.
System Version: macOS 10.13.6 (17G14042) Kernel...
Hello, I am using board nRF9160-dk (sdk 1.8.0). I need to get geolocation data using AGPS, for this I use the following sequence of AT commands:
AT%XSYSTEMMODE=1,0,1,0 AT...
I am currently working with the nRF52 DK and have compiled some code to read ADC values. This code works fine with the nRF52 DK but I am having trouble getting it to work...