Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi Nordic Team,
Previously, with the nRF52840, we could use the internal ADC channel to directly measure the supply voltage (VCC) for battery monitoring without external...
Hi,
currently i'm dealing with problems with this https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1300 pull request which have wrong title and wrong changes ...
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...