Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
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...
I would like to write code to disconnect from any connected device. My system is a ble peripheral with s132 6.0.0.
My code calls:
result=sd_ble_gap_disconnect(BLE_CONN_HANDLE_ALL...
I starting working with examples for the nRF9160. Zyphr seems like a very complicated OS (like Linux with device trees, etc) and difficult to use with a debugger.
Is the...
Hi,
I trying to convert a stm32 function code to nRF52. The goal is to use a spi periperal on my custom board.
In this application we need to have 2 bytes transfert. That...
I can communicate with success from the pc to my custom nrf52832 device (SDK 15.2, S132v6.1) using the pc-ble-driver (sd_api_v3) with Tag 4.0.0 from Github. Great work!
...
Hi,
I designed a nRF52832_xxAA board, use an external power switch, without DFU features its operating normally.
When I add the DFU function according to the Sample code...
Hi,
I am using nRF51822QFAA-R7 controller(DC DC setup) in my design.
I am generating +3.3V from rechargeable battery and providing +3.3V as a supply to drive these controller...
Hi,
I'm just getting started with nRF mesh (sdk V3.00) and I've built the light switch sample successfully and deployed it on three nRF52832 development boards but provision...
hello,nordic
I use NRF52840 QSPI+FatFs+USB-msc(..\nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_msc),I found there is a bug about write to flash...
I am working on a new design for the nRF52832. I need to match an antenna to the device. My understanding is that the output impedance of the nRF52832 is 53 + J66 for best...
I am unable to toggle LED's on server boards, using Push buttons on client boards. flashed the light_switch client,server, provisioning images on nrf52832 boards using nrf5SDKforMeshv300src...
I programmed my nRF9160DK with the asset_tracker app using SEGGER Embedded Studio for ARM.
What I did was to open the prj.conf file and changed the following from "n" to...
Hi all,
I'm currently testing my Mesh network on a small scale. I'm sending messages every 25ms with different TTL values in an environment as visualised below.
The...
Hello,
I'm currently using an nRF9160 DK v.0.7.0 and the provided samples like the asset tracker and the at command client. Compiling, flashing etc. of the firmware already...