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...
I have everything working nicely with gcc, my own Makefiles, and the Nordic SDK12.2. I'd like to move to CMake to better automate my process (in particular, compiling one...
Hi
for few days I seem to got stack in using together UART and radio on nRF21LE01 in ESB mode
and I suspect irq_flags = hal_nrf_get_clear_irq_flags(); to be cause of my...
hai,
i am using mbed to program my nrf51822.
i need the following requirements
1.store some data on nrf51822 flash memory using pstorage .
2.setup bonding for security...
It's my question. I use saadc single mode from nrf52832 to sample voltage .When the original voltage is 24 V ,measurement of the pin is 2.8v,I set the resolution to 10 BITS...
hi,dear engineers,
i use the example experimental_ble_app_buttonless_dfu of nRF5_SDK_13.0.0_04a0bfd,
on the PCA10040 board,Now,i'm sure that I am flashed Softdevice,app...
hi
I have designed a small PCB with the NRF52 chip on it and kept few ports for some peripherals. Apart from that I only have 4 pins that I can connect to, UART-Tx, UART...
Hello,
I'm wondering if my nRF DK51 is not broken as it behaves quite strange when trying to connect with a BLE Central (iOS and Android devices). For most of the part...
I am trying to track down a power usage problem with my code. When I started using SDK 13.0.0/S140 v5.0.0-2.alpha on a PCA10056, the power usage went up in my app. I see that...
I'll try to simplify my project as much as possible to make this understandable.
I'm wiring an nRF52 PCA10040 board to an iCE5LP (Lattice) FPGA.
I'm having an issue with...
I have an after market breakout board for nrf51822 with a usb-to-serial chip (cp2102) that I bought from Amazon . It should act as an NRF51 USB dongle (pca10031-like) but...
My pc server should send information to nrf52832 by ECDH, then I create a dll file from micro-ecc. However,the result in windows is not the same as the result in nrf52832...
dear friends ,
within a peripheral connection event, 9 states is identified, as it is shown in the pic above(from s132 document). Can i get a detailed description about what...
Hi @ all,
I am working with IoT SDK 0.9 and nRF52DK.
I have trouble with the lwIP CoAP client example.
Everything works so far, the board is connected and I'm able...