Nrf24l01 + pa/lna

Hello, I was following a tutorial for nRF24L01 and there was this image:
image

They seem being a fritzing part so I searched them but I have just found the first one without the PA/LNA. Do you know if it really exists the nRF24L01 + PA/LNA part and where could I find it?

1 Like

A google search of the form ā€œfritzing part nRF24L01 + PA/LNAā€ turns up this post which is likely as close as there is:

Peter

Okey, thank you :slight_smile:.
Venaber

Hey! I’ve removed the adapter section and kept just the core NRF24L01 module.
This part is based on the original file shared here:

NRF24L01 PA LNA.fzpz (25.7 KB)

You are missing a connector definition in schematic and layerIds (which will cause the part to not export as an image.)

FritzingCheckPartw.py reports the following errors:

Error 69: File
ā€˜svg.breadboard.NRF24L01 PA LNA_01b006a924f7bb05e858c63cbb383901_2_breadboard.svg.bak’
At line 19

Found a drawing element before a layerId (or no layerId)

Error 18: File
ā€˜part.NRF24L01 PA LNA_c82162868d16b3dfad6bcd684673c93b_9.fzp.bak’

Connector connector0terminal is in the fzp file but not the svg file. (typo?)

svg svg.schematic.NRF24L01 PA LNA_01b006a924f7bb05e858c63cbb383901_2_schematic.svg.bak

Error 18: File
ā€˜part.NRF24L01 PA LNA_c82162868d16b3dfad6bcd684673c93b_9.fzp.bak’

Connector connector0pin is in the fzp file but not the svg file. (typo?)

svg svg.schematic.NRF24L01 PA LNA_01b006a924f7bb05e858c63cbb383901_2_schematic.svg.bak

Error 69: File
ā€˜svg.pcb.NRF24L01 PA LNA_01b006a924f7bb05e858c63cbb383901_2_pcb.svg.bak’
At line 13

Found a drawing element before a layerId (or no layerId)

If you haven’t seen it this tutorial on parts making may be of help

Peter