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...
Timer interrupt does not work well. In the code below, LED doesn't turn off and "interrupt!" message is not received. I really appreciate it if you give me any advice.
Hi Everyone,
I want to make a program code to establish the connection between MCU(nrf52832 chip) and accelerometer.
What are the conditions required? and i need some...
I'm using nRF52840 with SDK 15.2, and SD backend for Flash storage. I try to implement a verifiedWrite() method to write to flash. And it work most of the time, but fail sometimes...
Hi,
Is it possible to find comparison on the power consumption when running the internal DC/DC converter at 1.8V and 3.3V?
I have an external SD-card that needs a lot...
In the documentation for the s140_nrf52_6.0.0 I find the following statement: "The PPI channels and groups that are reserved by the SoftDevice when enabled are defined in...
MCU: nrf52840
SDK: V 15.2.0 porting with nRF-IEEE-802.15.4-radio-driver
problem:
ble_nus_data_send function sometimes returns BLE_ERROR_GATTS_SYS_ATTR_MISSING error...
Hi,
I am currently updating a firmware from SDK 12.1 to SDK 15.3 on a custom board using a nRF52832. Application itself has been upgraded and works well with Soft Device...
In the use nRF5_SDK_15.2.0_9412b96\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay,PCA10040. 1.Remove keys and leds from BSP。 2.Delete analog HRS timer...
hi all:
My project need 4 devices communicat with 1 host ,all use nrf51822 chip,is it possible?Now i have a problem ,when the third device communicate with the host ,will...
I have been doing some testing around DFU and I have noticed something strange.
My application size (according to nRF Connect memory read) is about 78 kB. (Left Image...
Hello,everyone,
I have successfully installed nrfutil using pip install nrfutil, but when I type nrfutil in the terminal, it shows -bash: nrfutil: command not found, how...
Hi,
We were trying out the long range central and peripheral examples found in github with the nRF52840 DK boards but we are not getting the specified range(We did switch...
Hi everyone, I have nRF52840 DK and I want to write an application program that uses multiple wireless communication protocols (e.g BLE , Zigbee , Thread) and can communicate...
Hi,
I am trying to add Nordic UART service(NUS) in ble_app_relay_rscs, but after adding nus service in application device is not advertising and there is no print in serial...