I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hi everyone,
I am using the nRF52832 and I have use the serial bootloader to update the firmware at one of my clients place.
How should it be done and what do I have to...
Hello everyone.
I have both the two boards now. If I draw a PCB myself and want to use the Debug-out port to debug my PCB, what should I do? Which pin should be connected...
We have to pick a BLE very quickly , and up till now we used to work with modules which are expensive in mass but easy to work with (e.g RN4020)
I am looking for a chip...
It seems that my j-link chip on PCA10028 is dead.
I'm not sure How I can Fix it.. so I'd like to use external Debugger(?? I don't know how it called) Instead with PCA10028...
Hi,
I have seen in a few nordic videos ( devzone.nordicsemi.com/.../) , where a LCD display is interfaced with the NRF52840. I would like to know its specifications and...
Hi,
I'm designing a prototype which uses a 6V battery with nRF51822. According to the specs nRF51822 power supply ranges from 1.8V to 3.6V. Can you tell me how to reduce...
if I use softdevice 130 Enabled, then do I have any restriction with using all of the pinout of NRF51xxx?
Or if I use Nrf-51 DK, Do I have any restriction with nrf 51xxx...
I added service into ble_app_template
in static void services_init(void) {}
like this
#define NUS_BASE_UUID {{0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93...
A little background and what works:
I'm already familiar with using SD110 and SD130 APIs on the nRF51 series, so thats not an issue, also it confirms that my boards...
Hi,
I'm using the SDK10 bootloader and DFU mechanism. I can update the firmware using Master Control Panel 3.10.14 on a PC, but the update fails using the iOS library or...
Hi,
I want to turn peripheral device from application mode to bootloader mode from a central device(not app), so I am trying to write value 0x01 to dfu service.
Following...
Hi,
I am trying to evaluate the NRF51822 with S110 softdevice stack. My IDE is the IAR Workbench 7.10.1 for ARM. I downloaded the most recent s110 version (s110_nrf51822_6...