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...
Hello,
I am developing a circuit which is based on nRF52820. I got the boards manufactured but they are not functioning properly for some reason.
Following are the errors...
CHIP: nRF52840
SDK: Thread and Zigbee 4.1.0
SD: s140 using multiprotocol
Hi, I have developed zigbee end device.
The communication with the coordinator has be done...
Hi,
I'm using pc-ble-driver and a PCA10040 devkit. I'm having issues with using sd_ble_gap_data_length_update.
First, my configuration has ATT_MTU set to 247:
Then...
Hi! I've read a bit about the limitation of write/read cycles with the nRF52840. I the ~10,000 write/read cycles limit means after this many erases, the flash is no longer...
Hi,
I'm working on DFU secure bootloader through ble, Im trying with the example packages provided by Nordic and I use nrfToolbox app on mobile to flash the firmware on...
Hello All,
I am using NCS 1.3.1 and trying to get the SMP Server sample up and running. I am able to successfully complete a multi-image build and boot MCUboot after flashing...
Hello,
I am using a custom board NRF52382, Softdevice 132_v2.0, SDK 11. Two power supply options are given, battery and USB.
I tried to rewrite UICR register with two...
Hi,
I have an nrf52840 based custom board. For flashing the hex file into our board, we used the nrf52840DK and nrfconnect ubuntu application. In this case I able to program...
Hi,
I'm trying to connect a nordic nrf52832 as an SPI master to an external Flash, and for that I'm using SDK 16.0.0.
Since I wanted to already use the transaction mechanism...
Why does the value of characteristic Firmware Revision, Model Number and Serial Number all have the same value?
Did update value for characteristic <CBCharacteristic: 0x282b1f9c0...
To the kind attention of Nordic team,
About what has been said in https://devzone.nordicsemi.com/f/nordic-q-a/51879/saadc-in-sample-convert , I'd like to know if the blocking...
Dear Member,
I want to call nrf_libuarte_async_rx_free from another file outside main.c
nrf_libuarte_async_rx_free(&libuarte1, (uint8_t *)&GPS.rxTmp, 1);
I got
.....
I was following the article here on programming the nRF52840 Dongle, but am running into issues, and I have other questions as well.
(+) nRF52840 Dongle Programming Tutorial...