I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them...
Hi.
I modified the fstorage example to create the project.
I split Flash into three areas as shown below.
*Flash Area(0x26000 ~ 0x2ffff) : Bootloader
*Flash Area(0x30000...
Hello Nordic team,
We are making our own custom project, and we are facing problems in implementing lower power modes.
Reading from the info center, when the DK Board...
When initializing two channels, enter scan mode。After the two channels are converted, the callback function will be entered,Read conversion results。However, the requirements...
Hello
I am following a beginners tutorial on youtube and trying to implement simplest possible example of reading an analog value.
I want to use the nrfx library to do...
Hello,
I am working on a project where I am using 8 ADC channels on the nRF52832. When I run the code the device seems to get ADC values that look correct. But, if I pause...
I have an out-of-tree driver. It has an I2C that is working but also GPIO that are only working with compatible = "gpio-leds" but not with the driver compatible = "st,vl53lx...
On the nRF52840 there were many pins specified as "low frequency I/O only." Does the nRF53 have this same restriction? I don't see mention of these pins in the nRF53 datasheet...
Hello, I am working on application with nRF52833. What is max load current of internal LDO between VDDH - VDD? VDDH is 5V (USB) and VDD is 3.3V. There isn't anything about...
Hi
I am not busy developing an new product with nRF52840.
I want to use the BLE functionality and started with the ble_app_hrs sample application.
I download the pca10056...
Hi everybody,
I am trying install and set up Wireshark, i am in this step:
this is my output:
I think trhe problem is because of pyserial isn't detected, i have...
Hi,
I purchased a BLE dongle with your 3rd party HolyIoT: mini Holyiot-nRF52840-USB-Dongle. It is recognised on Nordic Connect, but not Nordic Programmer (Err msg: DFU trigger...
Dear devzone-team,
could you please tell me where the yaml files (like thingy91_nrf9160_ns.yaml) in the board folders are used?
I could not find a tool which evaluates...
I cannot get my solution to send data through the serial port.
I use the serial application to work on the instance 1.
static void sleep_handler(void) { __WFE(); __SEV...