Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
We have been using SDKv11.0.0 with S130 softdevice on nRF51822-QFAA rev 2 on a custom board with no problems at all.
Since our nRF51822 BLE module vendor no longer support...
Hi guys,
I flashed the mbr hex file and then the open bootloader to a custom nrf52840 board. When i first connect it, it boots into the bootloader mode and i am able to...
Hi,
I need to use
p_status->action == RELEASE_ACTION
to set the brightness level, but the p_status->action only gets updated after the loop finish so:
if (p_status...
Using the Border Router Quick Start Guide I've created the following setup.
2 Raspberry Pis, each with their own nRF5280-DK running RaspPi_OT_Border_Router_Demo_2.0.0...
Hello,
I am using nrf52840 with OpenThread stack. While I am using FDS to store application data, it seems the OpenThread dataset is written in the same area. Thus, the...
Hi to all. We develop new battery sensor based on nRF52832.
We already have an experience with Li SOCL batteries ER14505-VB 3.6V, and satisfied with it. Have in stock also...
I use sdk15.2. bootloader nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble_debug. Application nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu...
Hello, I'm currently attempting to display a screen during an OTA-DFU process. First and foremost, through BLE, a BLE Central will command my BLE Peripheral to commence DFU...
I am working with NRF52832 master with TWI slave device, however , since our board already has external pull-up resistors (10K) , how do I disable TWI internal pull up resistors...
Hi nordic
I am using SDK 14.2.0 Softdevice s332 5.0 Board nrf52840.
I am doing test about DFU example and I am writing in flash about test image.
It is possible. I made...
Hello.
We have a working DFU system using Nordic's Secure Buttonless DFU bootloader. The bootloader correctly checks if the incoming DFU package has the correct 'init packet...
Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can...
So, here is an interesting and fun one: I am using a module with the nRF52832 to control an LED driver with a PWM, we
According to the documentation http://infocenter...
I am starting to use FDS for saving data to flash memory. In the "flash_fds" example the macro APP_ERROR_CHECK() is used to check for errors in most of the function calls...
Hello,
I tried to send data through the proprietary radio. My devices are NRF52832. The data I would like to send is an uint8_t array:
Right before I send it out, I...