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 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...
Dear Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210 v5.0.0
I have 3 devices: two masters (No. 1 and 2) and one slave (No. 3). In my application, I pair the...
Hi guys
I have one nrf 51822 demo board.
And I want to buy one more board as BLE sniffer.
Can I use a nrf52832 demo board as sniffer to grab packet between phone...
Hi guys
I am programming nrf51822 demo board with sdk11 and try to finish service tutorials .
I finish all step in service tutorials and try to get service information...
Hi guys
I am using SPI example code in SDK11 (./nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi) with nRF51 DK.
It works fine when send first data.
But it get in...
Hello ,I work with the sdk 12, I have a program to contoler the level of battery, it works, except that I recode 3870 mV (with USB) and when I measure the pin VDD I find 2...
Hello,
I am using an Android application to send data to a nRF52 board. The nRF52 board is the peripheral and the Android phone is the central. This is the link establishment...
Hi, I am trying test nRF52840-pdk throughput.
-I loaded softdevice s140_nrf52840_5.0.0-3.alpha_softdevice.hex into nRF52840-pdk using nRFgo
-Then I build (using uVision...
Hi, the datasheet for the nRF24L0+ says that the CRC is the mandatory error detection mechanism in the packet (page 28). Being that CRC can be enabled or disabled via EN_CRC...
Is there a problem logging into Nordic site ?
I have tried resetting my password and it doesn't seem to work. Had posted a question in the this thread earlier
Dear Nordic team and community,
Have you encountered the problem where standard BT4.0/4.1 GAP Peripheral device would be "blocked" from connection (kind of "denial of service...
Just want to confirm I can be i2c master with zephyr rtos for nrf52 pca10040.
In link ( devzone.nordicsemi.com/.../) titled "nRF5x support within the Zephyr Project RTOS...
Hello everybody!
I have one nrf52840 DK and nrf528323 DK. I was flashed and test throughput example. I reach 450kbps. ( transfer 1Mbyte in 18s). Can I enhance this speed...
Hi,
We are interested in nRF52840 and we know that nRF52840 supports both on IEEE 802.15.4(Thread, ZigBee) and IEEE 802.15.1(BLE).
However, does nRF52840 can run BLE...
HI
I'm studying how to control mouse and keyboard via HID with nRF24LU1+ module referring to firmware of nAN-22.
Even though I set Descriptor as appropriate for mouse...
I'm using FDS and define record_chunk.length_words 173.
system waits for fds operation is finished and in the meanwhile, system sleeps using sd_app_wait().
Then, sd_app_evt_wait...