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
can ESB be considered RealTime transfer as soon as it has it's timeslot?
Outline of use-case:
Device advertises existenace on BLE
If there is data waiting...
I am trying to implement a REQ line protocol over GPIO to signal to the Master when it is ok to receive data. Basically, I want to pull the REQ line high when the nrf51 has...
Hello,
Ble spec says that "new alert" characteristic - field: "category ID" can have 1 or 2 bytes.
here
But it seems in your struct you let it have only 1B.
typedef...
Hi,
I have ordered a PCB using the reference schematic for NRF51422 user guide.
I wanted to know whether the schematic has the required antenna design or I need to add...
Hi All,
I have a basic question about advertsing data, more precisely about device's address.
I try to disable in my advertising data, the address field but it doesn't...
Hi I followed the Nordic UART example code to read and write characteristics to a Nordic S110 nRf51822 device.
My code is the same as in writeRxcharacteristic but when...
When I'm single stepping my nRF52 application in Keil with a BLE connection I always get the softdevice_fault_handler called.
I'm using SD 132, v2.0.0 and the the parameters...
What is the maximum clk frequency that can be output on a gpio for the nRF52832 ? I want the nRF52832 to output a clk signal on any of the gpios to an external module, and...
Can anyone please suggest a simple example on initializing SAADC Driver on one pin and do a simple blocking ADC read?
Sorry for a very broad question - but rather to ask...
I'm using the nRF52 Dev board and set the --rbp ALL option while using nrfjprog. It worked fine, and I am able to do OTA updates as I was testing the bootloader example. But...
Hi
I'm doing one project that is taking data from uart and send to mobile app. I'm facing one issue that is when I connected to peripheral it connected and take data from...
I'm looking for some options to extend the PCA10028 with a keybord and a numpad. This would give great options to play around with passkey topics.
As the PCA10028 supports...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hello,
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 board. The ANT Updater shows that the Image Upload is completed. I am uploading the...
Hi,
I there a way that I can detect if a sections of my code has been interrupted by the Softdevice? I have some time critical code (bit banging a communication protocol...