# Arduino shield Development PYNQ-Z1

**URL:** https://discuss.pynq.io/t/arduino-shield-development-pynq-z1/446
**Category:** Support
**Created:** [September 9, 2019, 8:59am UTC](https://discuss.pynq.io/t/arduino-shield-development-pynq-z1/446 "2019-09-09T08:59:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![a\_b\_c\_28](https://avatars.discourse-cdn.com/v4/letter/a/3e96dc/32.png) [@a\_b\_c\_28](https://discuss.pynq.io/u/a_b_c_28)
#### Post date: [September 9, 2019, 8:59am UTC](https://discuss.pynq.io/t/arduino-shield-development-pynq-z1/446/1 "2019-09-09T08:59:44Z")

</div>

Hi everyone,

I’ve been trying to develop an arduino module, plugged on the arduino shield of pynq-z1, but I have not found on how to import the libraries for example NRF24L01 antena to read it from python and then develop, does anyone had this sort of problem or have managed to find a solution on this or examples with arduino sensors on the arduino shield of pynq-z1? It would be really helpfull!

Thanks in advance!

---

<div class="post-metadata">

### Author: ![rock](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/rock/32/32_2.png) [@rock](https://discuss.pynq.io/u/rock)
#### Post date: [September 12, 2019, 4:48pm UTC](https://discuss.pynq.io/t/arduino-shield-development-pynq-z1/446/2 "2019-09-12T16:48:26Z")

</div>

The best chance is to do something similar to examples here:

> **[PYNQ/boards/Pynq-Z1/base/notebooks/arduino at master · Xilinx/PYNQ](https://github.com/Xilinx/PYNQ/tree/master/boards/Pynq-Z1/base/notebooks/arduino)**
>
> master/boards/Pynq-Z1/base/notebooks/arduino

Personally I have not tried you module.
