Hello guys good Morning,
I am currently studying the examples in the Nordic Dev Academy. I am in lesson 5 from the "NRF Connect SDK Fundamentals", and I managed to toggle...
Hi, I'm using nRF21540 with the nRF52840 as in your nRF21540-DK board. In one pin I use the same configuration of the board with the ceramic chip antenna, in the other pin...
Dear Nordic company,
I have question connected with nrf9151 chip. I know, that this chip contains two parts, ARM core and modem.
I am trying to understand of Serial...
Im trying to rotate my st7789v 240x240 display with LVGL commands. Im using nRF5340.
My .dts
My code:
But this dont make any change on my rotation.
Someone...
Hi Nordic Team,
I'm currently working on a BLE project using NCS v2.9 and targeting a custom board based on the nRF54L15. My goal is to use the SYNTH LFCLK source (instead...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Hi everyone!
I'm wondering, is FSK compatible with the nRF52832. I want to emit 2 differents frequencies that the receiver will be able to recognize. If yes, How to create...
Location: Utah.
Well, I was testing a Thingy:91 board here with the very first boot and test with the iBasis SIM card which comes with the product.
Everything goes...
Hi,
I have qestion about crystal 32.768 kHz follow schematic as attached file.
Is it nessary to use ?
Is it possible, Can I remove this crystal ?
Thank you
Best...
Hello,
I am working on application where client sends the data to server in mesh, all servers are receiving the data as per the group subscriptions. Now, i have added the...
This link in nordic nrf connect apps is old version. There is no enable services for now. It should be changed to enable CCCDs. After enable it , data will be received in...
I tested the NFC transceiver APDU of the project nfc_uart is good. Then I ported the NFC code to the project ble_app_uart. When the board is simulated, the program pointer...
Hi,
I can use the SPI master functionality within nrf_drv_spi.c/.h just fine (i.e. calls from main) until I connect to my nRF52840 and utilize NUS. If I try to issue a nrf_drv_spi_transfer...
Hello,
I am working to implement the BLE stack for a HID keyboard, borrowing/based off the supplied example "ble_peripheral/ble_app_hids_keyboard".
Stack initialization...
In SEGGER Embedded Studio I am not able to connect to the J-Link anymore.
The error message says No idcode detected.
The J-Link commander program returns the following...
The SysTick port for NRF52 does not support tickless idle on freeRTOS, what is the reason for this limitation? Are there any known problems behind this limitation?
I tested the code below to make the board go to sleep and wake up on each button press. When I start, it draws 30ua, but when I press the button it shoots up to 200ua (a clear...
Hi,
We are developing nrf9160 sensor based product powered by primary battery(non rechargeable). Sensor current consumption is less than 1 mA.
while trying Saft LS14500...
Hello,
How can i put out the received Adv Data on the UART? Currently I get for every advertise packet the BLE_GAP_EVT_ADV_REPORT in my ble_stack_handler. Then i wanted...
I'm using the ble_app_hrs example code and added a new custom services with multiple characteristics . conn.interval 10ms- 15ms and need to get maximum throughput so i set...