Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hello there.
I am new to Nordic and I want to make MAX30105 sensor to work with my NRF52 DK board (i am using the "nRF5_SDK_15.2.0_9412b96")...
I used the "twi_scanner...
Hi,
I am trying to make the two UARTEs from nRF52840 work at the same time, but I am facing some problems even with the examples found in the SDK. I am using the peripheral...
During development with the nrf52832 (SDK11.0.0-2.alpha), I occasionally get NRF_FAULT_ID_SD_ASSERT errors. I have a breakpoint set at the "softdevice_fault_handler" and the...
I have 3 Fanstel USB 840F Dongles which have the nfr 52840 inside. I want to connect one of them to the OpenThread Border Router using a Linux machine (Ubuntu 18.04), but...
Hello,
There are functions such as sd_ble_gatts_service_add. But, how do I clear the Attribute Table to replace it with a new one? I want to do this switching at runtime...
Hello,
I am just porting an application from the NRF52810 and SDK13 to the NRF52840 and SDK15.2.
I am using the secure bootloader (from the examples and also my application...
Hello Nordic people
When I plug nRF51 DK into my USB slot, the board doesn't appear as a removable drive named "JLINK". I already installed Common Line Tools with J-LINK...
I'm trying to make my code now interface to the SDK only through the API, but at the moment this does not suit my requirements.
In particular I have issues with the implementation...
Hello. I am using the nordic thingy 52 sdk to program my thingy. I have seen that the temperature values are sent to the client based on a timer. I wanted to ask if there...
Hi team,
Some questions from my customer as below regarding on ZigBee MAC address usage, could you please help to clarify?
Q: If a Router wants to obtain a new device...
Hi,
I have an application of memory size 380Kbytes, I could able to upload application into a device which has nr51822. After checking the datasheet of nrf51822 I noticed...
Hi,
I have a problem with the nRF52832-QFAA-R7 chip on a developed board. The chip can be programmed via SWD, but then neither the DFU mode nor the program starts. For the...
Hi,
I need to develop a proxy client using the Nordic SDK, running a central device role using the nRF52840. The central device will connect to already provisioned nodes...
hello folks
I'm triyng to send a simple vector with ble but what i receive was different.
aniway what i want to send is something like this:
dati[0]=0; dati[1]=0; dati...