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...
Is it possible to connect four peripherals to one central and send 300 bytes of data to the central from each peripheral every 100 msec? If so, which sample program should...
Hi!
We would like to have a peripheral product with an nRF52832 use a public GAP address. Is it okay to just replace bytes 6..4 of the predefined random static address with...
Hi, I am looking for a recent example for twi sensor driven by interrupt(NRF52840), and specifically looking for an example that works with soft device(15.2) and allows for...
Hi folks,
I want to some changes uart project. So i added nrf_drv_timer.c but i din't header file and i encountered 3 errors when i compile my project. Here is some screen...
Hi,
I been looking around at the different questions about SD card interfacing, but can't find the solution I am looking for.
I would like to use the nRF52840 to interface...
dear i am developing dfu function and face a problem as follow:
rfjprog.exe --program whole.hex --verify -f NRF52 Parsing hex file. ERROR: The file specified is not a valid...
Hi,
I'm trying to implement timeslot api in my app and have 2 questions:
Referring to this article describing timeslot api, in step 8 the text says to add the timeslot...
Using SDK15.2 on nRF52832 in file nrfx_saadc.c function nrfx_saadc_abort.
I keep getting an error in the nrfx_saadc_abort function when I try to abort. Looking at the logic...
Hi,
I am developing custom board with reference to nRF52840. For that I am using nRF52840 DK for programming, but meanwhile board is not getting power from USB cable. Battery...
Development environment: windows 7
HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor 28-pin Land Grid Array /...
I am using NRF 52840 dongle, SoftDevice 3.1 and connectivity firmware 1.2.3. I have a node js application, I am using pc-ble-driver-js 2.4.3. I am testing the application...
What's the schedule for updating either the pip repository or https://github.com/NordicSemiconductor/pc-nrfutil/releases with an nrfutil.exe that knows about s132_nrf52_6...
I'm trying to update the modem firmware on my new nRF9160 DK using nrf9160_mdm_dfu --update , but I get the following error: pynrfjprog.API.APIError: An error was reported...
Hi all. I am trying to work out if the following is possible;
At the moment I have setup a freq counter (analog signal) on the nRF52832. It uses the comp to detect up crossing...
Hello everyone, I'm using the nrf9160-DK and I'm trying to read data from an external sensor over UART and I'm a bit lost. I would appreciate if someone could point me in...