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...
How could make only with GPIOTE and PPI (without interrupt handler or timer/counter) reliable output that always let say on low to high transition of a gpiote input turns...
Dear Nordic Team,
I want to ask you about your plans for the NRF9160 chip. It is a fascinating device, but there is one possible disadvantage. Please let me explain.
...
Hello All,
Sorry for writing this.
It may be a simple thing which I am not able to find even after looking in the SDK so I am writing this.
I want to run SAADC example...
Are there plans for the azure_iot_hub library to support SAS tokens vs. x.509 certificates?
I was going to try to hack in SAS token support but was curious if this would...
Hi all
I'm in search of a PCB-Socket for the nRF5340 with the QFN-94 Footprint. Something like a Clamshell-Socket which can be soldered or screwed the PCB and lets you switch...
Hi,
Could you please help me with Reference Design / Document / White Paper regarding Tire Pressure Monitoring System implementation using stand alone BLE Communication...
Hi,
I am able to send AT command to modem using AT command interface API.
Is it like there is no AT command to send the data to http server? I am referring nrf91_at_commands_v1...
Hello, It is my first pcb with a rf-antenna. I have read some articles about the topic an came up with the following inverted f-antenna design ( ti inverted f-antenna ). ...
Hi,
Out of several Thingies 91 that we programmed with our software and security keys/tags two of them that had their battery drained seem to have lost their security tags...
HI,
If I insert in the main loop ( in the connection branch ) the instruction "idle_state_handle();"
for (;;) { if (flag_connected==0) { idle_state_handle(); } else {...
It appears that when the Dongle originally ships the Bluetooth advertiser is switched off.
ok i understand to download all kinds of software or some kinds of it to turn...
Hi all,
When I use the Bluez tool meshctl on Jetson nano(ubuntu arm64) to provision a nRF52832 device, failed at the authentication step, as follow:
the 16 octets keys...
Hi,
I am developing a mobile application using React Native for interfacing, configuring and doing FOTA over BLE. I want to know if you provide any BLE or FOTA libraries...
I'm trying to find the UUID for the 'Time Second 32' characteristic described in the GSS v2 available here , but I can't find it in the Bluetooth Assigned Numbers document...
I browsed the Infocenter and found 'lots' of information and the instruction to install nRF Connect so I did. I hadn't decided which DK I needed to do what I wanted so when...