Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...
Hello
If "NRF_ERROR_RESOURCES" occurs, does the set transmission data not be transmitted? Will it be sent partway? I do not know either.
If "NRF_ERROR_RESOURCES" is returned...
Hi,
I am working on Keyboard HID example application. I am trying to 'step into' the code (debugging) to understand the working of the code. But the example ends up in app_error_fault_handler...
Hi,
I'm trying to implement scroll buttons (not the up-down buttons) using buttons provided on the development board. The scroll buttons will scroll in left-right and up...
I am using nRF5_SDK_11.0.0-2.alpha_bc3f6a0 with PCA10040 and GCC. I am working on the ble hrs with DFU example. I have modify the hrs to my custom service with a 128bit service...