Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
Is Thread in nRF Connect SDK developed based on Zephyr RTOS?Do I need to learn Zephyr RTOS to develop Thread using nRF Connect SDK? I just started learning Thread。
Hi,
I am currently evaluating BLE long range feature for one of the our product. for this, using two nRF52840 dongle PCA10059. One used for peripheral and another for central...
Using Zephyr, I'm looking to configure the BLE name of my devices to use the serial number they are provisioned with.
To this end there is the API "bt_set_name" that seems...
Hi,
I have a firmware which need to transit to System-OFF under certain conditions. The startup code of the firmware enables the watchdog timer, which can't be disable...
Hi.
i see that ther are democode in zephyr that use the can shield DFRobot CAN bus V2.0
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/zephyr/samples/drivers...
Thanks in advance for the help.
I connected my 9160DK (V1.0.1), loaded Asset Tracker V2, etc., and seem to be connected to nrfCloud fine.
I don't seem to ever receive...
Hello all,
I am trying to on implement a custom 802.15.4 implementation (not thread nor zigbee) from the nrfxlib 802.15.4 radio driver in NCS. The goal is to run it in...
Hi, I have this weird issue with the USB behaviour of some of our pre-production units.
2 boards with USB came out of the oven and their USB was working fine. I was able...
HI Devzone
currently my customer would like to get SRAM execution permission in their porject.
we found a config marco to set the SRAM permission " CONFIG_SRAM _REGION_PERMISSIONS...
HI,
i using 52840DK SDK17.2 s140 10056 test NFC pairing.
ble_central\experimental\ble_nfc_pairing_reference_c 10056 s140 ble_peripheral\experimental\ble_nfc_pairing_reference...
I am using
MF V1.3
NCS V1.6.0
nRF9160Dk V0.15.0
Project: AGPS Sample
If i set the Interval in the gps_config structure to any number under 240 and run the sample...
Hi,
We are working on nrf52840 in that we have some doubt how to test the radio tx and rx in datasheet you have mentioned
Active mode Tx Current - 4.8mA and 0dbm ...
Upgraded from v16.0.0 to v17.1.0 and have a truncation issue. It only occurs after the first send. Reverted back to v16.0.0 and all ok.
No other code change other than the...
I've searched around, but i couldn't find anything about how to use DMA with SPI master on a nRF5340 (and zephyr doesn't support DMA on nRF5340 right?). Can someone point...
Hi,
I'm using ble_app_uart to test AT.
When I sending a buffer
reset_buff[10]="AT+RESET\r\n";
RTT log showing an error
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at...