Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
i want use a 9 axis IMU sensor (3 axis accelerometer,3 axis gyroscope and 3 axis magnetometer) in nrf51822 is it possible and how the transmission of values takes place.....
Hi,
I'm using the bootloader in nRF5_SDK V12.0 with nRF52832. I have some problems want to know:
How to make it run application first after I program softdevice...
I notice that the track which runs from P0.11 (E4) is connected to GND at pads C3 and C4. Is this intentional? If P0.11 is required for GPIO usage, is it necessary to go to...
I am trying to update my project to SDK 12.2 which was released this week and I am getting a ton of compiler errors with the FreeRTOS source files. For example, I try an compile...
I'm a begineer in nRF52DK and S132.
I am trying to make an application code to enable link layer control procedures at any time in a connection state with the nRF52DK and...
hello everyone,
Which APP demon is the most stable APP?
I use nrf-master APP to test the blue device,it can connect very well。but when I use uart-app , it can't connect...
I notice that if Make virtually any of the SDK12 armgcc examples that I get a warning that 2 include folders do not exist
e.g.
../../config/ble_app_hrs_pca10028_s130...
BLE UART run example runs in debug mode and able to see the BLE in the nrfconnect
using Jlink debugger
When the Jlink debugger and power supply is provided we are not see...
Hello,
I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...
I write the code almost ok.
but , I neet the DFU function to UPDATE THE software .
Now, we only find a v11 example can run ok but only a zip, not including any code. ...