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...
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...
Hi,
I want to migrate my firmware from nRF51422 and softdevice S310 to nRF52 and softdevice S332.
Please share migrating step if anyone knows.
For nRF52 and Stack S332...
Hi!
I have an application that was originally developed for the QFAA using the S310 softdevice (v1.0). During subsequent development, we ran out of RAM memory, so we got...
I am trying to figure out what is the best way to implement a TWI Slave functionality on the Nordic chips. The HW seems only to support the TWI Master.
Is the only way to...
I have a nRF51822-EK Evaluation Kit (PCA10001) that I am trying to run example code for OTA DFU on as detailed in the tutorial here:
devzone.nordicsemi.com/.../
I have...
Hi,
I am trying to fade out 5 LEDs over the course of 500ms simultaneously. I am using soft device s110 but am happy to pause everything for the half a second while the...
[Bug Report] Possible bug in nRF52832 engineering release B.
When LF XTAL oscillator is started, no event is generated.
NRF_CLOCK->LFCLKSRC = CLOCK_LFCLKSRC_SRC_Xtal;...
I've created a custom service for a demonstration. I can view the see the device in Master Control Panel and view notifications and write to a characteristic that is writeable...
Hello,
I have a question about RAM usage. If i use chip with 16kB RAM, and if i use s130 (which uses 10kB RAM) and bootloader (which uses 4kB of ram) i only get left with...
hi, i am getting start nrf 51822 BEL with ble_app_uart
as a first step, i just compile the one of the BLE example 'ble_app_urat" which is located in 'C:\Keil_v5\ARM\Device...
I have a project that uses the nRF51822_xxAA chip with a pull-up button connected to pin 9. Using a meter, I have verified that the pin drops low (0 V) when the button is...
Hi,
I'm reading temperature and humidity from 2 sensors in my system
At some point in time during a quick and dirt check the system has been proven working fine and...
HI:
everyone!
How to make the matching and binding equipment information would be stored permanently, even after the OTA upgrade is still in;I made with examples of the...
Greetings, I tried to modify the parameter "len" to anything over 1 (byte), but it just doesn't work.
As long as it's over 1 byte, the API crashes my program. err_code shown...
Hi,
I'm using s130 as softdevice for nrf51822. I program the softdevice with the official s130 hex file. According to the hex file, there is no data at address from 0x7c0...