Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
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...