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
Q1.
At SDK, peripheral can request connection parameter update to central, such as PHY, connection interval and MTU size.
At SDK Connect (v1.8.0) throughput sample...
Hello,
I've used the TWI manager to implemented a burst of transfers to and from two devices on a single bus. Basically it waits for both devices to give a data-ready interrupt...
Hello everyone,
I have stuck in a problem with using UART_2 on my 9160 DK. I am trying to send some data with UART when a certain event occurs on the Azure server.
I have...
Hi,
I am evaluating if it is possible to use the nRF52840 PDM peripheral with a low-power microphone and I need a different CLK frequency setting than what is documented...
Hi,
I had used the NXP CLRC663 that need a EMC filter circuit to pass FCC part-15C certification.
nrf5340_NFC EVB havn't the circuit and it only have 2 parallel capacitors...
Hi there,
We are looking for the IAR startup code of the nrf5340 and nrf9160 devices. We have downloaded the MDK already, but only the GCC startup codes seems to be present...
I am using an iPhone Xs and trying to increase my transfer speed using the nrf connect app and a dvk-bl653 kit. I saw that my packets were only 27 bytes and I was only getting...
The nrf9160 tx power is 23DB ;
We is designing a procuct for ODM;
The size of product is small.
TRP requirements 20DB;
So the antenna designs is difficult;
Now my...
pc-nrfutil begins
#!/usr/bin/env python
Although is is not a good idea, the current beta of Mac OS does not contain /usr/bin/python.
This results in error: env:...
Hi,
I set up and testet the Low Power node example, described here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_lpn_README...
Hello People!
I need to transfer large amounts of information between our custom hardware based on the nRF52832 chip (S132+SDK17), and our custom mobile app running on a...
Hi,
in the .dts file,partitions is
Can it be changed to the following?
This modification does not compile .
What should be paid attention to when modifying,...
I am trying to implement bonding in central BLE uart_app example code but I don't know how to proceed as I'm a beginner . Do we need to make any changes at peripheral side...
Hello Nordic team!
I'm following this tutorial from Nordic to do DFU OTA: https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting...