Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
In nRF5_SDK_12.1.0_0d23e2a in file: ...\components\softdevice\common\softdevice_handler\ant_stack_handler_types.h In lines 30-32 inside #ifdef ANT_STACK_SUPPORT_REQD is preprocessor...
Hi ,
I have nRF51822 beacon and J-Link LITE and i am using nRFgo studio setup .I am trying to flash the hex file in to the beacon using nRfgo studio.The beacon has two...
Hello!
The DEC2 pin is connected to an N.C. capacitor C6 in the newest refreance layout and the nRF52 DK layout. So does it mean I can just left it DNC like the 44th pin...
Hi,
I have a custom board of nrf51822 with no external crystal, neither 16 Mhz nor 32Khz. I am trying to use uart and app timers from SDK11 but when I start any app timer...
I'm in a situation similar to the one described in this question:
devzone.nordicsemi.com/.../
The company performing the test ask me to provide a device that can switch...
I wanna execute rtc0 on the project which is inside examples\ble_peripheral\ble_app_uart file in sdk 11
When i write the following codes ,nrf51 is locked.bluetooth connection...
I created a characteristic of 20 byte length in a peripheral.
when peripheral does indication, the length of indication data in central is always 20 byte.
I want to send...
I'm porting from sdk10 to sdk12.1 and changing to .zip based libraries in keil5. I've unzipped the sdk into the directory and the examples work fine. However, if try to copy...
Please find attached the screenshot of the schematic where i have combined the RF circuitry from
the NRF52 DK and the NRF51822 dongle for a compact board development. . ...
Hello,
Can anyone tell me if it possible to have one peripheral device connected to 2 central devices ? I am using S132 softdevice with nRF52832 board.
Thank you !
nrf51connect.pcapng nrf52disconnect.pcapng Hi i m using pi3 with bluez and the gatttool i can easy connect to the Adafruit Feather M0 with a nrf51 as bluetooth module but...
Hello,
my program should do the following:
Collect sensor data
Initialize SD and start advertising
After a timeout or after a successful data connection it...
Hi, Nordic
I want to change usb in/out packet size after hal_usb_init().
as I know, it should make one report descriptor and update.
But I can not see similar demo...
My latest assignment is adding NFC functionality to the device (the very same device that I had trouble with DFU on). Adding the functionality was easy enough but I'm having...
I have seen this topic:
devzone.nordicsemi.com/.../
and a few others, in an attempt to visualize the RAM usage of my project. I currently use GNU ARM Embedded (gcc)...