I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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 :...
Does the PPK require a Dev Kit (nRF5x kits) or a Segger J-Link, or is there a way to use it to measure current without either component? The user guide only shows setups with...
I have nRF52840 preview DK and want to read advertisement packet using nRF connect android app. I have read that Samsung galaxy S8 has Bluetooth 5 support. Has anyone here...
I am working on nRF52840 Preview DK. I want to generate a square wave with accuracy of ON and OFF time = 1 microsecond using timer for driving stepper motor DRB8825.
I...
Sir,
Please send eagle footprint if antenna used in nrf2401 module or send its schematic and board file of eagle... please help me
it is Meandered Inverted-F Antenna ...
Hi
I have a few questions I couldn't find about radio part of nRF528xx series.
Does all 3 chips have same radio module inside with same characteristics?
Can ANT...
I have a requirement where a handheld device containing a nrf52832 needs to be automatically paired to a switch (another nrf52832 device) when powered on, how can this be...
Hi triying to drive a Relay with Output but have tried every functon in "nrf_gpio.h"
this works with a LED perfectly :
nrf_gpio_pin_toggle(23);
in the main i configure...
I am currently working in the " ble_thread_dyn_mtd_coap_cli" multi protocol example.
Whenever I call printf my program crashes.
I think it has to do with the ble_nus service...
Dear friends,
I am trying to run the PWM in my project. I have:
added the PWM driver successfully (4.0.0-2.alpha, nrf_drv_pwm.c, nrf_drv_pwm.h) ;
set...
I tried porting app from pc10028 to pca20006 by copying the main file from pc10028 ble_app_uart to main file of ble_app_beacon of pca20006.I resolved all the #include related...
hey
I have a nRF51822 eval board and I want to use it as hid keyboard to send some media key
such as vol+/- play/pause, etc. I have used the example code ble_hid_keyboard...
Hi,
I develop a program using arduino primo,
and i want to layout a new pcb board with new nrf52832 chip.
The new chip may not have any bootloader.
What kind of method...
Hi
In our Nordic SDK ble_peripheral projects , It almost support following boards
1. pca10028
2. pca10036
3. pca10040 .
I want to port in pca20006
May I know...
I am porting a C++ project that was using version 6 of the SDK to version 14.2 (big leap, I know). I want to use all the new bells and whistles from the new SDK that makes...