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...
We have a design that uses a simple custom board with an NRF52832 chip, button, accelerometer and onboard battery. For many phones, the operation is quite stable - we connect...
Hello all:
I've developed an nRF52810 application based on the UART example, but when I include buttonless DFU support to my application, it doesn't work. I'm using SDK...
Hi,
now I had achived the function to communication using the esb in nrf52832 that one to one,but I need to achive multi tx device to one.
if there not doc for me to achive...
Hi
Strange that there is no example for such popular code which will allow changing the iBeacon setting parameters (like: name, power, interval etc). with a smartphone application...
Hi everyone,
I'm trying since a few days to connect the Thingy 91 to the network with any result at all.
This is my configuration:
Modem firmware: V 1.3.0
Application...
Hi,
Am trying to store the data fetched through ble scanning to the flash memory of the nrf52840 DK. So I have been making use fo the flash_storage example in the SDK/examples...
Hello,
Our Peripheral server application regularly uses a stream of notifications to transmit data to a Central client. We have a rare error in which sd_ble_gatts_hvx returns...
app time loop update 200 byte data use fds by 10s ,then after many time error happened, update_user_flash is update API, write_drop_record IS loop write API in app time, ...
When running in High Voltage mode, it specifies a maximum of 7mA of external power draw on the Vdd output. It also specifies the voltage accuracy of -10%/+5%. This is a very...
HI devzone
Everytime after i executed "nrfjprog -f nrf53 --recover" on nrf5340 DK
i see it write around 4KB data into the flash. do you know what is the meaning for this...
When writing to flash it is MUCH easier to perform the write if SoftDevice is disabled. If it is not, one has to wait for an event to continue writing. ON the Nordic platforms...
Hi,
Is it possible to set the USB serial number for the nrf52833 and nrf52820 MCU's?
For the nrf52840 I've found this documentation: https://infocenter.nordicsemi.com...
I want to try Zephyr on the nrf52dk_nrf52832. (PCA10040)
I can not get it to work.
If I try to use -DBOARD=nrf52dk_nrf52810 All is OK
Here is what I do:
cd ~/zephyr_test...
Hi There,
I have several nRF52840 DK/Dongle boards, I try to run BLE Mesh applications on them. If I want to save the logs on the boards into the flash memories, what should...
Hi,
I wonder if there is a way to boot the old OTA Image even if the new one got verified? Lets say I realise in production environment there is still an issue and I want...