I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi, may I know whether there is a way for nRF52832 chip to directly have access to the variable gain amplifier (VGA) inside the chip? Namely, our input signals goes directly...
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...