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...
Hello,
I am using NCS v1.6.0, nRF Connect for Desktop v3.7.0, and the Bluetooth Low Energy app v2.5.1 (part of nRF Connect for Desktop). I am using the nRF52840 Dongle with...
Hello! I am using nRF52840 develop product. When nRF52840 circuit board has been moved away from the cell phone and is out of the BLE range, I want to send message via UART...
Hi all ,
I have a buzzer that I will order using the library pwm and it works succefully .
But Now I want to turn on the PWM if the temperature value is greater than 40...
Hello,
I was wondering if Nordic provides any examples of Green Power Proxy devices being implemented in a system?
Also, NXP has a comprehensive document here outlining...
Hi,
My system has both PCD card reader (such as adafruit_pn532) and nrf52840 internal NFC. How to make them work together and use the same antenna?
1.when i connected...
Hi there, Is it possible to flash bluefruit nrf52832 feather with nrf SDK example, particularly ble_app_beacon (as in https://www.novelbits.io/ibeacon-nrf52/ )? I have tried...
Hi everyone,
I connect an external device to my nRF52840 DK via UARTE and I receive the data properly via PuTTY.
I want to transmit the data via BLE. So I implement ble_app_uart...
Hello,
I am trying to use the NCS with the nRF52DK and I'm trying to use the SPI.
This is my prj.conf file
And this is my .overlay file
However, when I compile...
Hi
I've taken the ble_app_uart_coexists and ported it to the 52840 DK with S140 softdevice.
Works great.
Now I am trying to swap out the on/off mesh model for what is...
I am attempting to programmatically access the nRF5340 network core using pynrfjprog on Windows, but am continuously hitting:
`pynrfjprog.APIError.APIError: An error was...
We are calling nrf_pwr_mgmt_run which in turn calls sd_app_evt_wait. We set a timer with the app_timer code to wake us up. I verified that the handler is called. However sd_app_evt_wait...
Hi, I want write code on rust, but build system of nrf sdk for nrf5340 too hard for creating bindings, so I decide to create own HAL on rust and embed it in C with BLE stack...
Hello,
I am working on a project that I built using the nRF52DK and then created a custom PCB. The software I wrote works on the DK with a breakout board for the RTC and...
Hi,
I am using a nRF52832,and to begin with I have to erase my memory,so I connect nRF52832 and click erase all.
The result is shown below,I wonder why I can't erase my...
After trials and tribulations I have finally gotten a pulse ox device to work as I needed to. I started with the health thermometer example in the 12.3.0 SDK which is the...