Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
I am testing out the Bluetooth Mesh SDK 0.9.1 Alpha using the light control client/server example. The examples have not been modified.
I have set up a nRF52 development...
In android while at the stage of scanning there is list of ssid ,i am getting print of scan_result but while trying to print the RSSI value,the result is 0 .Files i have changes...
With our custom board, I have implemented the battery service and it's working well. But the nus service is not shown up at all, the same initialization code as the official...
i use the nrf52832,s uarte. using the app_uart_fifo.c document. but i can only receive the max 256 bytes.the configuration is belows:
APP_UART_FIFO_INIT(&comm_params,
...
Hello,
Is the characteristic value data supplied to sd_ble_gatts_characteristic_add() and sd_ble_gatts_value_set() copied into the softdevice RAM, or does the softdevice...
.pdf d051cefddbc197cd7d)
Hello All,
I am working on Automotive project using nrf51824 SOC...
Hi,
I am working on making a test harness using the nRF52DK and a raspberry pi so I may run unit tests directly on the nRF52832. I want to use the UART to give test results...
We recently did pre-compliance RF radiated immunity testing at a certified lab. The EUT was nRF52832 on a battery powered post card sized circuit board with some sensors....
when I run the program I get this error
Checking installed packages
pyside: 1.2.2
pyqtgraph: 0.10.0
numpy: 1.11.3
pynrfjprog: 9.1.0
Warning: The software is tested...
I am using a PPK with v1.0.0, but elsewhere in DevZone I see references to later versions of the software. Where can I download the later versions from? Have I missed a link...
Hi.
Great that you have added logging capability to the PPK desktop app. This was exactly what I needed.
I noticed one minor issue with the logging: When starting logging...
I have an application with hard real-time requirements (i.e. down to the clock cycle). My topology and desired timeline can be seen below. Concerning the timeline, I believe...
Hello,
I have a question regarding app interrupt handling.
When an Application Timer Interrupt is being handled, can it preempted by a higher prioritized interrupt of...
Hi,
I have used this antenna for my nRF51 layout, but it seems that the device is using very high currents! like in order of 200mA, I just wanted to know if this is because...
I am using below code to send data over nus. If the data size is 150 bytes, it is OK. However, if the data size is 200 bytes, the nRF51822 will reset. Please tell me how to...