Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...
Hi
Yes. I want to do something like Peripheral_uart example but I want to connect my serial device sensor to NRF5340-DK via gpio pins available.
Then I want to get the...
Hi
I am trying to include DPPI within the zephyr/sample/basic/blinky example, but im so much confused on these DPPI setups, please help me to understand better.
i have...