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 am using a nRF52840 with " SEGGER Embedded Studio for ARM 5.10a" and " nRF5_SDK_17.0.0_9d13099 " sdk.
I am enabling a interrupt on a GPIOTE pin using this code.
I...
Hi,
I need to store some "XML" data in a buffer, to send over serial.
I have some trouble with storing this variable, due to some symbols.
char N_Pos0[150] = "<txid...
Hi,
I've had a product that's been out there for years. In it, we call `sd_ble_gattc_primary_services_discover` a few milliseconds after we've received `BLE_GAP_EVT_CONNECTED...
We would like to try using the standard DFU process to update third party ECU connected to the nrf52 chip. Our idea is to modify the standard DFU zip package - to add a new...
https://www.novelbits.io/bluetooth-5-advertisements/ i have followed this. want to know in simple words how periodic adv is helpful in contrast to simple advertising
The Attach LTE is working but i can't use some command AT for testing Data, as you can see in the screenshot below, i tried with somes commands but it's failing, can you please...
I think the figure 10 in nRF9160_PS_v2.0.pdf chapter 5.1.3.1 is worng.
R and C should be swapped.
It is different to Figure 118 chapter 10.3.1 R2, C10.
Exist a list...
Hello,
I have the following problem. I am using the SDK for Mesh 4.2.0 with the nRF5 SDK 16.0.0 on the nRF52840 DK, I am using the sensor model and I have extended it with...
Hi,
I want to make a BLE Multirole application where the central demands LESC, bonding and MITM and peripheral connections is JUST WORKS bonding.
Is that possible? If...
I'm trying to modify the flash_fds example to write a start time when a button is pressed, then an end time when the button is released. I get the time over TWI from an RTC...
Hi, We are into Commercial health devices using nrf5340 and looking to use AoD technology for our device to get its indoor location. We need to have a Receiver with antenna...
What are different options to load the soft device on custom board? Currently, I am using nRFGoStudio to load the softdevice on nRF52840 DK. We will not have segger hardware...
My app uses a proprietary service and characteristic UUIDs; the app needs to completely manage all characteristic reads and writes. With nRF Connect, I can see my service...
Hi Community,
For community's help I success to create 12.3.0 DFU version get work.
So now I try to make all hex(softdevice, bootloader, application) to one hex file...