Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
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...
Hello, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
Hallo.
I am working with Thingy.91x and after learning almost all lessons with Nordic Dev Academy, LTE fundamentals, i have encountered an issue.
Right now I can't use...
From the datasheet, the On mode with all blocks idle draws 2.6 uA.
In my code for the PCA10001, I immediately set:
void sleep(void)
{
__SEV();
__WFE();
__WFE();...
I was going through online material all of which mention that the profiles and protocols (GAP,GATT,L2CAP) i.e. the host for a BLE implementation is a software stack rather...
Hello - I have gotten blinky_example up and running in eclipse using the SDK 5.2, nan-29, and some additional google-fu.
Now when I press debug and the play button, it...
I am trying to use nRF UART app and nRF8001 chip. But I cannot change the device name. I intend to change the device name after nRF UART app detects the device. Plus when...
I'm trying to create a method so a users can initiate an OTA update from a paired device. To that end I've written something which is supposed to invalidate the data at the...
I'd tried some first steps using nRF Sniffer on a linux host.
Within sniffer_uart_protocol.xlsx I read something about the Uart packet format et cetera.
I'd programmed...
I am trying to get ble_app_beacon exampel working on the PCA10001 on my nrf51822 working. However when I simply run and reach APP_ERROR_CHECK(err_code) inside "advertising_init...
Reading through the nRF51822 Beacon reference design it states that there are Keil ARM project files available. Does this mean that the example code given after purchasing...
Hi all。
I am programming a nRF51822 chip, using the S110-nRF51822_6.0.0 soft device,download ble_app_hrs.hex。
I used app name "nRF Utility".I can connection nRF51822...
Hi,
i have some more, for me fundamental, questions and i hope some one can help me :)
1.) can i use the advertise function whenever i want or only in connection interval...
Hi All,
can any one please share information related to this
1)please explain clearly about channels and pin?
2)can 2 gpio pins hooked to a single gpio channel?...
I'm not sure if this belongs properly here - but I wanted to send out a thank you to Ole Morten.
I saw your reply in http://www.funwithelectronics.com/?id=168 and this...
Are there any plans to create a Google Glass compatible app like the nrf UART app? I'm trying to link a microcontroller with Google Glass via your bluetooth low energy module...
I'm using the Arduino SDK but I don't think that should matter for this comment. I think a small change to some of the lib_aci functions would make it easier to use them....
Hi,
I'm using an arduino uno with a readbearlab shield with v1.1 to send sensor data to a android phone.
Using a timer interrupt I try to send data every 0.1 sec (10hz...