Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
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...