Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi,
I am completly new in nrf52, nrf-connect and zephyr environment.
I need to configure pwm channels that wont be used to drive led...
Most of thing is undestand for...
Sending a PSK like:
AT%CMNG=0,42,3,"1r0nm@n"
should result in failure, as that is not a valid hex string (as documented in nRF91 AT Commands). Currently this results in...
Hello,
I am trying to run the CCS881 sensor sample in my nrf9160 board. I have made changes to my project config file and main.c file as mentioned in
https://devzone...
I need to compare two ble_date_time_t structs to figure out if one is later than the other. So basically I need to check if rtc_datetime > expiration_datetime. Both rtc_datetime...
I plan on writing my own service (similar to NUS) but prior to that, I'd want to use all the existing APIs for initializing the GATT and BLE stack at least
I'm calling the...
Hi Team,
i have trying to create multiple serial port with debug log enabled in the sdk code sample but when i am going to init log_init a long with any UART / SERIAL...
HI
I still try to reconfigure my Zaphyr testing environment to NRF Unity/CMock but I've encountered more issues.
1. __syscall mocking
Is there any reason to exclude...
Hello there,
I'm trying to interface msp430 (master) with nrf51882 (slave) through SPI. I'm running soft device 110 to broadcast the received data from SPI through BLE...
Is there comprehensive documentation on DFU, mcuboot, and zephyr somewhere? I have an nrf52840-based device running a Zephyr 2.4-based application with mcuboot 1.7 as a bootloader...
Hi, I am trying to interface Max31865 with NRF52832 via SPI communication. My module RTD pt100 working fine with Arduino but I am getting unchanged wrong value while programming...
Hi there,
I have used the nrf2724 (radio module) as a prototyping platform. I am able to flash my personal program to the nrf24le1 on the nrf2724 and it functions properly...
Hello!
I'd like to briefly introduce what I'm attempting to do: I'm trying to flash some samples from the Zephyr project into a custom board. The custom board is based on...
Hi,
I tried to update DFU keys via update on SDK-4.1 and I didin't to do it. Its possible to change DFU keys via upgrade. I did this process on SDK-2 and there was no validation...
We are looking to get started evaluating the nRF5340 with the DK on Windows 10, but our User directories all have spaces in them (they default to our names and are not changeable...
Hi
I want to use nrfutil as a command line tool on a Raspberry Pi 4 box.
Out of the box, I could not install nrfutil (missing drivers?) compatible with Python3 so I tried...