Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about GNSS component / checks for proper interference minimisation #481

Closed
StohanzlMart opened this issue Mar 29, 2024 · 2 comments

Comments

@StohanzlMart
Copy link

Hello, love the idea behind the project. Though the only thing I cannot find is how to incorporate the info from Application Notes about placement (i.e. PA1616D GNSS Module), excerpt below.

image

Or how to put this text into the component model, or do I have to add checks to do that?

image

If the component can yield those constraints too (we had serious troubles with interference), I see no reason, why we don't buy your compiler & ui.

@bhusang
Copy link
Contributor

bhusang commented Mar 29, 2024

Hi @StohanzlMart

You have some good questions.

Starting with the last one first: you can define a portion of a ground pour as part of your landpattern for the device so that when you instantiate the device, you automatically instantiate the portion of the ground plane as you have defined it.

In terms of doing placement, I think that with the appropriate code, it should be possible to automate the placement as described in the application note that you reference.

For an example of a code placed module, please take a look at our cookbook example of a regulator here: https://github.com/JITx-Inc/jitx-cookbook/tree/main/regulator_example

With the appropriate introspection on component sizes and pad locations, you can also place components in a design as we did here: https://github.com/JITx-Inc/jitx-cookbook/tree/main/usb_c_cable_tester

@bhusang
Copy link
Contributor

bhusang commented Mar 29, 2024

@StohanzlMart Please join our discord server if you have further questions : https://discord.gg/EEDQFZWuhy

@bhusang bhusang closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants