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 :...
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...
Hi all,
I wanted to know the default values for the different NRF Radio paramateres in the ble_uart example.
I want to make some tests but not sure what is set as default...
Hello sir,
we have completely develop product using nRF52832 and S132, sdk13.1, and its great working fine with BLE. But for same application we want to use wifi module...
For my audio application, I need to convert pcm out from pdm module(nrf52832) to an audio format (mp3,wav) continuously. Is there any method or procedure for this??...or any...
This may be intentional, or an oversight but the
uint32_t app_gpiote_user_register(app_gpiote_user_id_t
* p_user_id, uint32_t const * p_pins_low_to_high_mask, uint32_t...
Dear All,
I am starter for nRF52832 DK. Could you please tell me where the start point is and where I can find demo programs ?
Thank you so much.
Best regards,
...
I want connect with password with my nrf52832 via Android phone. How I can do it? I do not want to do pairing how in example project "ble_app_gls". I used Android 6, SDK14...