I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
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 :...
Hello Nordic Support!
We are making a prototype that connects the battery to Vcc, but 5 out of 10 It works properly. Conversely, the remaining five do not behave as expected...
Dear friends,
In the Power Profiling Application (an example of nordic SDK), the priority of the application timer is set to APP_LOW(as shown in the pic below).
However...
stdio.h defines vsprintf and _vsprintf, and suggests using _vsprintf if you want to save on code space.
extern _ARMABI int _vsprintf(char * __restrict /*s*/, const char...
As per the Bluetooth Spec (v5.0) Page 2323-2324, it seems that LE Secure connections pairing supports 1-way OOB. See section of text below.
If OOB communication is possible...
Once GPIO is pressed (shorted to ground), I want to change the value of UUID or Major/Minor number
If not, the device will continue to advertise the previous values
Hello,
I am working on a custom project with nRF52832 using SDK14.2 and s132_nrf52_5.1.0.
Now I am trying to configure and use RTC2, and face the problem that ble_stack_init...
Hello everyone,
after hours of python module installation, I was able to run the PPK with PCA10056. I have cut the SB40 and used an external pwoer source with 2,5 V. I have...
Hi I have two problemes, I do not know where to start, so if someone has an example, I would like to see it. The first thing is if someone has an example about using pwm to...
When registering a base UUID with the SoftDevice via "sd_ble_uuid_vs_add", a uint8_t is returned which (per the ble_app_pwr_profiling example) is intended to be the "type...
SDK 14.2
I try to use the watchdog using this code
static void nrf_wdt_event_handler(void) { NRF_LOG_INFO(">>> nrf_wdt_event_handler") }
int main(void) {
...
nrf_drv_wdt_config_t...
Hello , I am working on the development kit nrf52, i want to know how i canget the value of the RTC overflw and then how i can reset the RTC to zero.
thank you in advance...
We are developing a React Native mobile application for iOS and Android, making use of the react-native-ble-plx library to interface with the BLE UART service from the examples...
I'm running various example programs, and would like to find documentation for the functions I see them calling, for example nrf_drv_saadc_init...
Where can I find documentation...
Hi,
I have connected my custom pcb to the development kit at pin 19. When i use jlink commander, the board is detected properly. I use nrfjprog to dump the softdevice(Using...