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...
Can you provide documentation of the energy costs for creating/verifying ed25519 and NIST P-256 signatures with the CryptoCell CC310 peripheral found on the nRF52840 device...
I am trying to set pins when I press a button, and clear is as soon as I stop pressing the button, however the board turns on all leds at once and does not respond to input...
I came across this old thread, which asks the same question, but was abandoned by the OP ( ) without follow-up:
https://devzone.nordicsemi.com/f/nordic-q-a/26699/52832-saadc...
Hello,
I am looking into migrating DFU and Bootloader over BLE from SDK v15.0 to SDK v15.3. I have a few questions about the code changes which I was hoping I could get...
I was reading about Mesh DFU and noticed that when it happens, the receiving node will rebroadcast it to all devices within radio range. It seems like devices will pick up...
Hello all,
I am trying to adjust the current consumption of my device based on nrf51822 s130.
A have read the https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines...
I wrote some user data to 3rd party nrf52840 boards flash using the command "nrfjprog --memwr 0x1001084 --val 0x33333333" , when I ran the program the data values was not...
Hello,
I want to test the mesh provisioning demo with the codes provided on the GitHub:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo
I have encountered...
We are using an NRF52840. After initializing a UART that uses P0.06-TX and P0.07-RX the following function calls fail: sd_ble_gap_device_name_set() and nrf_sdh_enable_rquest...
I am playing with the TIMER peripheral and I am seeing that I must call the function "nrf_timer_event_clear" in order to get the TIMER interrupt to stop firing once a COMPARE_EVENT...
As shown in subject, I tried to register many BLE services, DIS, BAS, HTS, and Custom Service. Then nRF52832(and nrf52840 preview) has stopped by an error of NRF_ERROR_NO_MEM...
I am working in nrf52840 sleep mode and it is working perfectly in system_off() mode, but while trying to wakeup from sleep using timer the device is not waking up because...
I am configuring the SAADC for Single-ended mode which I would think is a simple/common task, but my output from the ADC is very jittery. It seems to jump between a good reading...
Hi!
SDK15, s132, SD6.0.0, nRF52832
I have nRF52832 in central mode and some bonded HID devices and another nRF52832 peripherial devices.
Now in the my central nRF52832...