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...
Hi Team,
What if I don't what to use BLE stack but still want to use nRF51 Radio (PHY + MAC) to implement some custom communication protocol between multiple nRF51 devices...
i am new at this so please bare with me.
i was using a nfr51822 with s110 version 7 and i now i want to migrate it to s110 version 8.
i have made a few changes according...
After checking bootloader example from the SDK version 10, I am not able to find appropriate ROM / RAM addresses configurations for 16kb RAM chip. The Bootloader examples...
Trying to run S130 V2.0.0 with ble_app_proximity on a BLE400 motherboard.
Im getting a hang at the call to SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, NULL...
Hi,
We just received our custom board based nRF52832, below nRF52832 schematic
I succeed to flash the board. but i have frequency troubles.
I made a simple exemple...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
I have opened the nordicID sample project "InventorySample" for Windows CE in VS2008 it successfully builds the project but when i deploy it on mobile simulator Pocket PC...
Hi,
I'm using S132 v2.0.0 and nrf52832. I've got a problem when I'm trying to call any softdevice function from radio notification event handler.
#define RADIO_NOTIFICATION_IRQ_PRIORITY...
I am using nRF52832 DK and we designed a custom board using nRF52832. I am using a windows 10 lap. It used to program successfully from windows 10 lap and boards will advertise...
Hello,
I use nrf51 based device as peripheral with SD110.
I use connectable advertising ( BLE_GAP_ADV_TYPE_ADV_IND, BLE_GAP_ADV_FP_ANY ) and turned on BLE_GAP_EVT_SCAN_REQ_REPORT...
Hello,
what address in flash is it safe to store my application settings (some calibraton data) which should be preserved during application updates. I use S110 v8, dfu_dual_bank_ble_s110_pa10028...
Hi all, i'm trying to understand how to program my nrf51 DK in order to perform a temperature measurement with the onboard sensor, convert the battery voltage with the ADC...
I use dfu_dual_bank_ble_s110 bootloader from SDK10. I want the bootloader to check whether if incoming firmware is compatible with the device it is uploaded to (i.e. device...
Hi
I want to connect to only a single master device by s110. I used the example parameter setting from "ble_app_hids_keyboard" for gap_params_init, advertising_init and...
I have modified the Android Blinky App to connect two peripherals (nRF52 DK)
Scanning and Connecting to two peripherals works.. but when i want to start sending notifications...