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...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
I have a strange problem running the CLI example in the DK on the Nordic dev board with SES: It works fine with build/run, but when trying to debug it pops up a message that...
I am using the nRF52832 in several projects for several different clients. I have created a "project" under Visual Studio using VisualGDB for each one, using the automated...
Hi,
I would like to know how to raplace a MPU-9250 chip with ICM-20948 in a Thingy:52 circuit.
Let me first state that my electronics engineering knowledge is at hobby...
So I've had a LOT of problems getting power management to work with UARTE on the 52840. We're using both UART_0 and UART_1 and have finally gotten UART_0 to work as it should...
When attempting a DFU update (containing APP + SD + BL) with the android version of nRF Connect, it appears that connect will update the device's application even when bootloader...
Is it possible to pass a memory location to PWM (preferably via DMA) via PPI. This is a sound project and my intent is to update two 8 bit PWM outputs at 44.1kHz. I typically...
Hi,
I am working on a project and I want to program the nrf52832 with the arduino IDE with this package ( https://github.com/sandeepmistry/arduino-nRF5 ). I want to use...
Are there any restrictions (eg, timing) or issues for using different references for different channels in Scan mode?
eg
AIN0 uses VDD/4 as reference;
AIN1 uses VDD...
Hi All.
Do someone know what is the oversize I get when I use the FS_storge example to store data on the interanl FLASH.
FOr every bulk I open (id+key). How much bytes...
I'm using nrf51822 and SDK 10, S110 Softdevice. Implemented whitelist using device manager and bonded with single device , after bonded my device with phone (using nrfconnect...
I'm using nRF51822 and SDK 10 , Softdevice S110 . I enabled whitelist option in my application its working as expected, but when after device is resetting peer device data...
Hello,
I am working on an application on a nrf52840 using soft-device 140 and SDK 15.3. I have written 90% of the application using the ble_app_uart_c as a template for...
Some context: I am using an nRF51 with SoftDevice S130, which acts takes both central and peripheral roles, and uses UART to communicate to a peer MCU. I am currently facing...
Hello,
I am using Seeger for Flashing code and Debugging. I ported code from “flash_fstorage” example code to “ble_app_blinky”. I have few queries on write data into Flash...
Hello,
I am trying to configure Pin P0.09 as SCL pin for TWI. But I am not getting any results with this pin while I get data when any other GPIO pins are configured as...