Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...