Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
Hi everyone,
I'm currently working on a nrf52832 board and i got an issue on Gpio config after a reset.
I configure a gpio with a register value of 4, low level, output...
Hello. I am reading this manual infocenter.nordicsemi.com/index.jsp and trying to compile but there is an error durring linkage phase, Linkage nrf_init: undefined symbol ble_conn_params_init...
Hello Nordic team,
I already managed to get into DFU bootloader using buttonless DFU service, and successfully triggered application uploading process, but the system randomly...
Hello, To use the nRFMesh app which Project needs to be flashed to the Nrf Board ( I have nrf5832) . I see there are following workspaces : (1) nrf5_SDK_for_Mesh_v2.1.1_src...
Hi,
Board PCA10056. PC: Windows 10 BLE 5.0 - Intel AC9250. Any examples from nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral
When I trying to connect from desktop to PCA10056...
What happens: if I send a serialization packet whose last byte is SLIP_END (0xC0) or SLIP_ESC (0xDB), the program crashes in an assert in ser_hal_transport.c:141.
Why: The...
Dear nordic,
I need a help to working nrf52840 dongle. It's not working when i press reset button led not flashing.
i don't know what happen to dongle can you help me...
Hi All, I am working on a problem for last 2 days and cannot find a solution, I tried everything and read many posts from others however nothing worked so far, either it seems...
So, another 2 hours down tonight converting to NRFX, this time it is trying to get the SPI to work.
This line -> static const nrfx_spi_t m_spi_master_0 = NRFX_SPI_INSTANCE...
Hi,
I'm trying to use twi and spi in the same project. But it results in this error:
.\_build\nrf52832_xxaa.axf: Error: L6200E: Symbol SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQHandler...
according to this article to modify my code. https://devzone.nordicsemi.com/f/nordic-q-a/27185/52810-how-to-use-dfu
It could be scanned but couldn't connected.
Is...
Hi Nordic support,
I have a nRF52840-Preview-DK. When I try to connect to nRF Connect on my Mac I get the following error: "Error while probing devices: Error occured when...
Hi Guys,
I hope that you could help me with issue which can be observed in my new "nRF52 setup". I've connect LSM9DS1 sensor to NRF52 DK. The "twi_scanner" example from...
Hi all. I use a STM32F103C8T6 as a transmitter and an Arduino Uno as a receiver. I cannot receive the value I am interested in. I have changed delay durations after each send...
Hi
I am using nRF5_SDK_15.1.0_a8c0c4d\examples\ble_peripheral\ble_app_uart & merged TWI sensor as well as nRF5_SDK_15.1.0_a8c0c4d\examples\peripheral\saadc. TWI works well...