Hello, I was following a tutorial for nRF24L01 and there was this 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
vanepp
June 28, 2023, 2:29pm
2
A google search of the form āfritzing part nRF24L01 + PA/LNAā turns up this post which is likely as close as there is:
[index]
hello, I need this part for fritzing please help!
Peter
Okey, thank you .
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:
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?
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
Someone in this forum post
requested help to fix up a part. So while doing that I decided to record what I needed to do in order to fix the part to provide a tutorial to create new / fix broken parts. If you start from the Tarjeta S4A EDU.fzpz file posted in the above thread, you should be able to recreate my improved part posted in the same thread. I started by loading the original part in to Fritzing, that indicates breadboard is (at first look anyway) pretty good, but schematic and pcb areā¦
Peter