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,
I am using the sdk 14, S132, ble_app_uart example.
My nordic chip receives data from the MCU over UART and passes out to mobile application over BLE.
using the nrf...
hi i am trying to integrate nrf_butoonless_dfu service in ble_app_uart code in nRF sdk 15.3.0,
i have added the all the required source files and include files and macro...
I am attempting to implement an application using the s140 6.1.0 softdevice on an nRF52840 which "concurrently" advertises as a connectable device while at the same time transmits...
I try to solder a EBYTE NRF52840 module by my PCB and connect with SEGGER programmer. I try to connect to 4 wire VDD, GND, SWDIO, SWCLK, like the one that I have with NRF52832...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0. I use gcc. I just got it to link and flash and I'm seeing RTT logging OK, to a point. I also have the flashlog in use...
in my application use nrf52 connect with max6675 thermo couple for read temperature
max6675 is configurable in spi mode.
in main.c
in 'nrf_drv_spi_init' not...
Hello,
I use the LAIRD module BL652 with an nRF52832.
My project used the RTC as date/hour counter. I used this RTC to increment a counter each 125 ms of RTC interrupt...
Hi,
I am using s132 6.1.1 with SDK 15.2, developing with keil , my code works completely fine on Development Kit but it doesn't boot up on our custom board which doesn't...
Hello all,
I updated modem firmware mfw_nrf9160_0.7.0-15.alpha.zip. I have iBASIS SIM card in modem and started with at_client example and country also has nb-iot support...
Hi,
I need my NRF9160 to do some task multiple times a day.
i.e.
in 8:25, 9:40,12:30,...
each day.
would it be considered good practice to use kernel timers to for...
I followed the tutorial here:
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/getting-started-with-nrf9160-dk?CommentId=98ebb127-8333-4fca-8409-53845d1e1401...
I am trying to port existing software to a custom nrf9160 board. I am using latest nrf connect sdk updated with git and west. Could somebody from Nordic comment about the...
I tried to increase the bootloader size by reducing IROM start address and increasing size but I always get the same error:
.\_build\nrf52832_xxaa_s132.axf: Error: L6407E...
I would like to perform FDS garbage collection only when it is close to being full. I can read the fds_stat to see the number of words used and the words freeable but what...
Hi all,
I would like to get the complete name from the connected peripheral by reading the device name characteristic (0x2A00) in the Generic Access Service (0x1800). I...