hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
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...