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!
We are using NRF52832 and NRF52840 with custom rf protocol.
I didn't found any information about time for applying new TXPOWER value of radio module.
Can I start...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
I had two nRF52832 where one broadcasts with encrypted data of advertising beacon info and another nRF52832 should only scan without connecting and should decrypt the data...
Hello,
We are using nRF52832xx_aa controller for our product, the sleep current consumption is approx 2 uA @25 degree Celsius which is fine with me. But when the temperature...
We are writing SPI drivers for RF chip and blocked on the below issue. The issue we are facing is the Chip Select line is not active(active low) until the TX transaction is...
SDK: 12.3.0
SOFTDEVICE: s130_nrf51_2.0.1_softdevice
CHIP: nrf51822 AC 256K flash 32K ram
GCC flags:
# C flags common to all targets
CFLAGS += -DBOARD_CUSTOM
CFLAGS...
Hi,
I want to write or change the code in to nRF52832
I have some code this code i should write for nRF52832
kindly give any suggestion
here is the my code
uint8_t...
Hi everyone ,
I have a custom PCB using nrf52840 and i measured the current consumption using PPK(power profiler kit) . The sleep current value that it show is 4.5mA.
...
Hello,
I want that two devices can connect with each other and only each other . To do this i wanted to use whitelist on peripheral side but i found that i could use filtering...
Hello.
I'm using nRF SDK 15.2 together with the Nordic 802.15.4 driver ( here ).
When trying to add the libuarte module to my project I started having mysterious issues...
Hi there,
I'm trying to get a one button nrf52832 device to behave like the following:
1. Button press short: RESET or WAKE (depending on POWER state)
2. Button press...
Hello,
I got problem when I press button program go to interrupt mode, but than all stops because of vektor catch. Im using ble_app_uart example.
Here is my main function...
I guys, I m trying to use the nrf52840 protocol in order to send an interrupts between two boards.
Looking at the examples provided in the SDK i didn't understand how to...