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...
GPIOTE Library makes my Board(nRF51422-QFAC) Brick??
I just build my nRF51422 Board, and It's pretty working well before I've used GPIOTE Library.
Before using GPIOTE...
Hi everyone,
I am seeing an issue where the SPI (master) ignores the first byte of RX buff and begins storing the received bytes from RxBuff[1] instead of RxBuff[0]. In...
Does anyone know if there is any documentation of nrf51822's current consumption? Perhaps, something similar to CC254x's Application Note . I'm mostly interested in the current...
Hello,
I would like to build two boards that can send small messages between them, at long distance. For that I would like to use some of your devices (I used 51822 in...
Hi
I have working module which communicates via uart with another module. It works good, unless it is heated to 40C. After that temperature UART communication is not correct...
Hi Engineers!
We made our own ten (10) PCB's with nRF52840 MCU onboard fully according to "Circuit configuration no. 3":
1. LDO only mode (VDDH connected to VDD connected...
I have a custom circuit with nrf52832 which I am trying to program.
All i/o pins seem to be working fine except pins P0.06 - P0.10.
I'm testing it with mbed (digitalout...
Hi,
Thanks for taking the time looking into issue.
We are using Keil uVision 5.14.
Our target is a custom board (BMD200 eval Module based on nRF51822)
We were able to...
Hei guys,
for a new custom board based on nrf52832 where i have to minimize power:
have an external Li-Po battery, with a cutoff @3.0v, so the range will be 4.2v...
blesc_pairing_dhkey_check_failed.zip
Hello,
I used the example ble_app_multirole_lesc and paired with nRF Connect app. However I got the error message (in Bluetooth...
Hi!
So I have my GATT value of a service that I would like to update.
Sadly that value always stays at the initial value.
Below you can find my update function.
uint32_t...
I am using SDK12.0.0. ble_app_uart example, and I have change the clock to using LFCLK RC. I know from nRF51822-PAN_v3.1.pdf that we need to calibrate the LFCLK RC after reset...
I've managed to overcome all the quirks in setting up Eclipse/gcc development with the nRF52 PDK (PCA10056), and I can build the sample projects just fine. Here's my issue...
I arrived at step 8 in this tutorial
github.com/.../custom_ble_service_example
Now I'm supposed to propagate events to the application, for example connection state...