I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
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...
Hello,
We recently implemented DFU on Android for nRF51 and nRF52 devices using the Android DFU library from GitHub. It works great, and we would like to see if it is possible...
Hello! I'm trying to setup the PPI module so it controls a LED based on an external digital INPUT. It works well while the nrf528232 is ON, except when I call :
nrf_pwr_mgmt_shutdown...
Hello,
I want to use the Nordic UART service from the ble_app_uart example in SDK 17.0.2 (running on nRF52DK) to use directed advertising to send data to a 9160DK client...
Hello,
Looking at the product specification, the nRF5340 system off current is specified at 0.9 uA. Can you please provide an example that I can run on the DK which can...
Hi.
As far as I know the SWD interface can be used to download/upload firmware and make debug, I would like to know if SWD also can make the function of sending and/or receiving...
Hi,
On a dice projet based on NRF52810. Sometime when I plug the battery charger the firmware crash at address 0x18808 and the call stack is empty !
This address is in...
Hello,
Can anyone please share some reference example for implementation code for central device which scan for available device.
I am using nrf52840.
Thank you
I have successfully installed the blinky example app on my new Nordic nrf 52840 Dongle - so that's good! :)
However, some things are not clear to me - so I would like some...
Hi,
I'm using nRF5_SDK_17.0.2_d674dde\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\pca10040 & pca10056
Wants to send data packet over switch...
Hello,
I am trying to implement ble_dfu service into an existing project. The problem is I can not find an example in the SDK. I need to find out which macros to copy-paste...
Hello All,
I have a specific requirement to run 2 different functionalities from the same HEX file. Can someone suggest is there any means of special logic in the nRF52...
I have successfully ported the fatfs file system to my application code, but copying the files is very slow. I'm trying to modify the mass_storage.c file,follwing is my code...
I have two nRF52832 feather boards. Trying to set a simple connection between them so that board 1 sends beacons and board 2 receive them. Every few minutes, board 1 pair...
Greetings,
I am trying to run the scan_adv example from the samples. I am using the nRF52832 kit and SEGGER for running this sample. However, I face the error mentioned...