Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...
I want to use sys_time_get() on my ble app in SES env. but it looks like sdk 14.2.0 doesn't support sys_time_get() on SES env. So I'd like to use the similar function such...
Hi
Am new to the nrf52382 , Am trying to establish connection between nrf52382 DK as peripheral and nrf connect app as central,
Am unable to connect it .Please debug...