HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
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...
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...
Hello, I got problem in enabling whitelist on starting advertising.
My working enviroment is PCA10028 V1.1.0 2015'18, SoftDevice S130 2.0.1, SDK 12.2.0
MCP works on Android...
Hello,
We encounter the problem after upgraded the PPK software. There are different results when using PPK v1.0.0 and v1.1.0.
Using PPK v1.0.0
Using...