Quantcast
Channel: fritzing forum - Latest topics
Viewing all 5502 articles
Browse latest View live

Kingbright L-710A8GE/1I1GD-RV


Problems setting up build environment :-(

$
0
0

Hi, I have tried setting up a build environment following the instructions herehere. Unfortunately, having started up the Qt Creator IDE and loaded the phoenix project, I cannot find any way of " Then go to the Projects tab, and under Run Settings , add this in the field Arguments".

Here is a screenshot of the IDE in question:

Where are the Run Settings?

2 posts - 2 participants

Read full topic

No funciona el programa

Creating graphics in silk screen text

$
0
0

Sometimes I want to create a resistor symbol on the PCB which is larger than the maximum
available pin spacing which is 800mil.
Up to now I solve this by just creating two vias which have their distance matching that larger resistor size. But then there is no resistor symbol drawing in the silk screen possible on that place so I create a PCB text with just the resistor number between those two vias.
Is there a possibility to create a resistor drawing symbol (or simply a rectangle) in the silk screen?
Hope I made myself clear enough.

3 posts - 2 participants

Read full topic

Help with converting to Schematic

New parts: Google AIY Vision and Voice bonnets

KingBright SC15-11SURKWA 7 seg display

[Request] ARDUINO YÚN REV 2

$
0
0

Hey guys, I am looking for someone who has the updated version of the Arduino Yun (Rev 2) - schematic and PCB wise. Currently the only one available to be used on Fritzing is the first Arduino Yun release which had some weird connections that are not valid for the Arduino Yun Rev 2.

Thank you in advance.

1 post - 1 participant

Read full topic


[Part Bug] HC-SR04 Ultrasonic Sensor - False Connection

$
0
0

Hey guys, I realized that for some reason after connecting the part the way it is supposed to be as shown here:

It keeps trying to auto route the echo pin to the ground pin. Any reasons why this could be the case? This happens after you start trying to play around with the connections in the schematics area or the PCB area.

1 post - 1 participant

Read full topic

Code font size is too small on my screen

JFET Parts (N-Channel & P-Channel)

$
0
0

Hi,
I needed an N-Channel JFET and since there’s no JFETs in Fritzing’s part library I decided to create one.
At this point I thought: Hey, why not do a P-Channel just for completeness’ sake.
So I did.

I’ve modelled the N-Channel after the BF245 (GSD pin configuration) since that’s what I needed, and the P-Channel after an NTE489 (DGS pin configuration) since that’s the first I found when searching around.

If someone needs a different pin configuration or package just write a reply or send me a message and I’ll see what I can do.

I still don’t have enough privileges to post attachments so I’ll leave a link to the github repository where I’m hosting the parts:
https://github.com/charlie-mtz/fritzing-parts/releases

Enjoy!

Edit
v1.0
I now have enough privileges to post attachments so here you go:

Edit 2
v1.1
New version correcting issues with pins:

Edit 3
v1.2
Improved graphics alignment in breadboard view.

Edit 4
v1.3
Added bendable legs. Thanks Blue!
JFET_N_GSD_BF245.fzpz (6.9 KB)
JFET_P_DGS_NTE489.fzpz (6.9 KB)

6 posts - 3 participants

Read full topic

Cartridge custom design

$
0
0

zaxxon

Hello everyone.
I’d like to ask for advice. I’m making a custom cartridge with a slightly out of the ordinary design. The goal, one day, is to get to the attached design (just for fun). How can I make an inscription (Super Zaxxon) like the one attached?
It would seem to be made like a pad. How can i reach this effect?

Thanks in advance
Dani.

5 posts - 2 participants

Read full topic

Panelised PCB design

$
0
0

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

1 post - 1 participant

Read full topic

New Part CJMCU-811 Part

A code question

$
0
0

@KjellM (or anyone else :slight_smile: )

In

src/utils/folderutils.cpp

current code:

QString FolderUtils::getTopLevelUserDataStorePath() {
QString path = QSettings(QSettings::IniFormat,QSettings::UserScope,“Fritzing”,“Fritzing”).fileName();
return QFileInfo(path).dir().absolutePath();
}

QString FolderUtils::getTopLevelDocumentsPath() {
// must add a fritzing subfolder
QDir dir(QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation));
return dir.absoluteFilePath(“Fritzing”);
}

desired code:

QString FolderUtils::getTopLevelUserDataStorePath() {
QString path = QSettings(QSettings::IniFormat,QSettings::UserScope,m_userFolderPrefix,m_userFolderPrefix).fileName();
return QFileInfo(path).dir().absolutePath();
}

QString FolderUtils::getTopLevelDocumentsPath() {
// must add a fritzing subfolder
QDir dir(QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation));
return dir.absoluteFilePath(m_userFolderPrefix);
}

where m_userFolderPrefix is a new protected static variable defined like this in

src/utils/folderutils.h

protected:
static FolderUtils* singleton;
static QString m_openSaveFolder;
static QString m_userFolderPrefix;

which I think should give me a static private variable that can be set to the string “Fritzing” (not done yet!) to specify the user directories (with the intent of later being able to modify the value to change the path to the user directories.) This gets an error

debug/folderutils.o at line 141 in folderutils.cpp undefined reference to FolderUtils::m_userFolderPrefix (where line 141 is the first “Fritzing” I replaced with m_userFolderPrefix)

when compiled, even though m_openSaveFolder defined just above m_userFolderPrefix in the .h file is used in public function FolderUtils::openSaveFolder() and seems to resolve correctly (and thus I think should work here!) Can you tell me what I am doing wrong please?

Peter

1 post - 1 participant

Read full topic


Reversing a PCB

$
0
0

I have designed a PCB and all is good, but I need the same PCB but in reverse. It has a couple of ICs and various other components.

2 posts - 2 participants

Read full topic

Parts Request TSR 2-2450

Flight controller parça talebi

Anyone have a Fritzing part for Arducam CSI to HDMI adapter?

$
0
0

Specifically this gizmo here:

Would be a blessing if someone had a part for this lying around!

Thank you very much!

2 posts - 2 participants

Read full topic

Stopping the Search-Function

$
0
0

Steps I took that resulted in the problem:

When using the Search-Function to search for parts I’m not able to stop the process while it is listing all the parts it found. That can be really annoying when the tag was to commonly.

What I expected should have happened instead:

A Stop-Button when searching takes to long

My version of Fritzing and my operating system:

Please also attach any files that help explaining this problem

1 post - 1 participant

Read full topic

Viewing all 5502 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>