Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi,
I am facing an issue with the nordic 51822. I am declaring a gpio as output. I am writing logic High to that pin. When I check the signal in logic analyzer and multimeter...
Using rev 0218 firmware I am getting an awful lot of device errors with the mbed kit. I am not sure if this is a Nordic or an mbed issue so am asking in both places. Symptoms...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
I'm testing SPIM of nRF52 on PCA10040 using S132 and SDK11.
Its base on the app_peripheral_uart example, so I already have BLE communication.
When SPI is not initiated...
I have just received a nRF52 DK board and I am as a start trying to compile the associated Blink program in Keil 5.18 Lite. When I copy the blink example using the Pack Installer...
hi,
I was reading documentation and forum but failed to get a clear picture how AES module work.
So far my understanding is:
There are two ways to access AES either...
I'm building a product that can use the features from your Smart Remote 3. Is there someway to get the reference source files so I can adapt some of the smart remote features...
Hi,
Few days ago I received my DK-52, I set up the development environment based on Keil and started to compile some of the examples included into the SDK. I have not a Windows...
I have been googleing for a solution but have not found any solution yet.
Have tried the following:
Installed J-Link commander. (Does not pick up any usb devices...
We are a newbie team developing some measurement tests with the nRF52832 DK in order to evaluate the BLE from nRF52832 QFAA80 (s132 and pca10040) for IoT applications.
...
hi all,
Question:
i want to print "BUTTON IS PRESSED" continuously when button is pressed and i want to print "BUTTON IS RELEASED" when button is released.
eg: if i...
Now,I use a 1s timer to calculate the clock.
At first,I use the telephone to adjust the time to fit the telephone time.
but finally(after a night ) the result runs fastly...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
I'm trying to get a UART example running on the nRF51822 mbed kit. However, flashing any uart examples from the SDK onto the board generates a fail.txt file
What is the...
Hi, i build my own custom board with a NRF52832, i'm having problem with the softdevice (i think so)... my code is base on BLE s132 central and peripheral...
I developed...