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...
Hi , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...
Hi.
Im trying to implement the timer example from the sdk15 in my own project but i get a error i dont understand.
'NRFX_TIMER0_INST_IDX' undeclared here (not in a function...
Hi,
I'm having some trouble when trying to implement a custom service with two characteristics (SDK 15.0). My central application is not able to write to the cccd handle...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hello,
I'd like to evaluate the performance of an L2CAP CoC on the nRF52840. I was hoping to find an example project which uses this feature but I couldn't see one.
Is...
Hello,
I'm attempting to test the maximum throughput of the nRF52810 using S112 v6.0.0.
The Soft Device Spec v2.0 for S112 implies in Section 15.7 that there is a mechanism...
Hello I am using the nRF52832 in an application where it will be exposed to high magnetic field strengths (e.g. 30,000 Gauss) during normal use. I wanted to know if there...
Hello,
In my project, there is a need to use a service to transfer body temperature. For this I would like to use the standard body temperature service - Health Thermometr...
Hello DevZone,
I am doing a simple test for SPI communication between nRF52840 DK(SPI master) and Arduino UNO(slave).
The Nordic program is based on SDK 14.2.0 spi example...
Hi Support Team,
I used SDK14.1 with nrf52840 on PCA10056. I have a controller which was based on pc-ble-driver running on the host, and a target which was based on ble_connectivity...
Hello!
I have a problem with MQTT Publisher example on my nrf52840 DK.
here is my steps:
1. I edit nrf52840 mqtt example code with
Edit my MQTT settings with:
...
I wonder nrf52832 booting sequence detail.
I knew the booting sequence is MBR -> softdevice->bootloader->application.(is it right?)
but i am not sure how to work MBR and...