Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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 Guys, I try to implements the ctrl-C/V for bluetooth HID keyboard. But from SDK, I can't figure out how to send two keys. Even I do not use buffer_enqueue/dequeue in order...
Hello,
I try to build mesh sdk for nrf52840 it gives me error on RTT
0> <t: 0>, main.c, 318, ----- BLE Mesh Light Control Client Demo -----
0> <t: 0>, main.c, 108, Initializing...
hi, In my setup, I have a 3.7 V battery divided down to the bandgap range using a 100k and 100k resistors, so the voltage at the ADC input is 3.7 * (100/200) = 1.85 V. I am...
Hi
I used "nRF5_SDK_for_Thread_v0.10.0 - cli sample code and try to test Thread command "diag"
when I type "diag" then it will show "diagnostics mode is disable".
...
I am working on a project which involves sending data from many beacons to many other beacons. To be more specific, I have two groups of beacons:
The first group consists...
I'm planning to use one of those beacon platforms:
www.ebay.com/.../352167746226
www.ebay.com/.../112493464451
for a close proximity positioning system now I'd like...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Building for a PCA10040 dev board (nrf52832) in SDK 14.0.0 with the S132SD v5.0.0
I'm an encountering an issue where calls to printf() are only displaying a single byte...
Most application examples which use the scheduler have a main loop looking something like this,
int main(void)
{
// Initialization <snipped>
// Enter main loop...
Hi,
"wait" hangs when running the mbed blinky example, build in develop or release, on nrf52840.
The program is flashed with a J-Link and the program runs OK at first...
Dear support,
I am working on some custom boards embedding the nRF52832-CIAA chip using SDK-v11.0 and s132-v2.0.1.
I have got 9 custom units and out of them only 1 cannot...
We have ordered nRF52840 development kit . In windows xp comp port is coming as 8 but the device status in general is this evice cannot start.(code 10). Same in windows 7...
Hi,
I am working on ble_app_uart_c central code provided in sdk12.3.0 with softdevice s130.I added pwm code provided in peripheral examples in ble_app_uart_c central code...