I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Dear supporters Is it possible to disable the soft device (do not use BLE itself) and operate only the microcomputer to use the entire memory? If possible, please provide...
Hey,
I´m working on a project based on nRF52840, SDK 15.0.0 Softdevice s140 v6.0.0 running FreeRTOS.
I´m reading data from an external Flash via SPI and transmitt the...
Hi
I am running UBUNTU 32bit
Which "nRF Connect for Desktop" version does run on 32bit LINUX?
I have tried several with no success.
Thanks for any help ti get...
hello.
I want test dfu example.
so I was compile & download secure_bootloader example(nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader).
I just compiled and...
Hello everyone,
I want to know about Connection parameters updated means and why to use it as mentioned above and when did the next connection parameter is updated and...
In a current project we have a nRF52 Bluetooth application where the Central communicates directly with a Peripheral (also nRF52). The nRF5 SKD V14.0.0 or newer is used for...
Hello,
I have been following this case to create my own bootloader for nRF52810, but I'm using gcc/Segger Embedded Studio instead of Keil.
I have modified bootloader_secure_ble...
Hi.all:
I'm doing a project, it include freeRTOS+emwin(TFT screen SPI-->32Mhz)+BLE(central+peripheral)+FATFS+flash(qspi)+TF card(spi)+GPS(uart)+wifi(uart)+other IC(spi)...
I am working with a SmartThings Multipurpose Sensor connected to a nRF52840-DK running the ZigBee CLI as a coordinator. I am able to have the sensor join the network and I...
SDK11, NRF51822
if I use the fstorage_test at the applicaiton_init(void), then runs ok.
but on my product, I use a key to power the system, if I use the fstorage_test...
We are implementing DFU over serial to the nRF52832 from another microcontroller.
We are using SDKv15.30 and a slightly modified the serial bootloader from the DFU bootloader...