Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Good evening,
since this morning, the data from my test devices (Thingy91) are unfortunately no longer displayed in the nRF Cloud. Neither the sensor data nor the device...
I am trying to get "just works" bonded pairing to work using the peripheral_uart sample code. I have modified it following this support ticket: https://devzone.nordicsemi...
Hi,
I’m currently experiencing some periodic MCU resets while testing the BLE Multiple central single peripheral scenario, whose root cause is not clear to me, except that...
Excuse me:
I want to achieve t he maximum transfer speed between ble_app_uart and IOS NRF connect app,How to modify the example to achieve the maximum transfer speed with...
Hi
We are now using SDK v17.0.0 for our product and planning to upgrade SDK v17.0.2 because SDK v17.0.0 could no longer be downloaded.
But SoftDevice for each SDK is...
Hi all,
Background: -NRF5340 -NRF SDK 1.9 -Zephyr 2.7.99 My objective is to send via Bluetooth data of 244 Bytes every 10 ms per notify . For the tests, I use the dongle...
Hello,
I'm quite loss using the command nrfjprog.
I install in VSCode all NRF tools. It seems working good. I can compile.
When I have a look on "device tree" I cannot...
Hello,
We want to read external sensor data using uart in lwm2m_client project.
I tried below following code :
static char RX_Data; static char uart_buf[20]; static...
Hi,
I could see that in nCS path : "v1.8.0\mbedtls" , "mbedtls" library is provided, I need to understand what it does & how do I enable it for use in my applications...
I am attempting to build and run the Zephyr NVS sample ( https://docs.zephyrproject.org/latest/samples/subsys/nvs/README.html ) on the 52840 using the nRF connect extension...
I have an Adafruit nRF52832 board, and I'm trying to minimize power consumption by putting it in system off mode. It is attached to a breadboard, and none of the pins are...
Hi Nordic Team,
I noticed a potential issue while migrating from SLM v1.4.0 to v1.9.0. In addition to the inversion of the <state> representation in #XHTTPCRSP introduced...