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

BUS bugs inside the Arduino Nano Every Fritzing part #356

Open
BastianFie opened this issue Jul 17, 2022 · 5 comments
Open

BUS bugs inside the Arduino Nano Every Fritzing part #356

BastianFie opened this issue Jul 17, 2022 · 5 comments
Assignees
Labels
bug Something isn't working maker Product page

Comments

@BastianFie
Copy link

BastianFie commented Jul 17, 2022

I just downloaded the fritzing part for the Arduino Nano Every from here (it said version 6 from mar 26 2020) build by @kengdahl.

This version / file has some BUS bugs inside it (at least from my understanding from the Arduino module)

Steps to check that:
1.) Download the fritzing part, rename the part from fzpz to zip and expand that
2.) Edit the *.fzp inside the expanded ZIP file with an text editor (e.g. notepad++)
3.) Scroll to the bottom to the buses section until you see the following:

  <bus id="+5v">
   <nodeMember connectorId="connector34"/>
   <nodeMember connectorId="connector56"/>
  </bus>

This means, there should be a +5V BUS for connector34 and connector56, however if you check the rest from the file, there is no connector 34 and no 56. If you search inside the *.fzp for "+5V" you will find the following section:

  <connector name="+5V" id="connector58" type="male">
   <description>+5V</description>
   <views>
    <breadboardView>
     <p svgId="connector58pin" layer="breadboard"/>
    </breadboardView>
    <schematicView>
     <p svgId="connector58pin" layer="schematic"/>
    </schematicView>
    <pcbView>
     <p svgId="connector58pin" layer="copper0"/>
     <p svgId="connector58pin" layer="copper1"/>
    </pcbView>
   </views>
  </connector>

So +5V pin is connector 58 and not 34 or 56. However if you now check again the BUS section and search there for connector58 you can find the following:

  <bus id="d11/mosi">
   <nodeMember connectorId="connector29"/>
   <nodeMember connectorId="connector58"/>
  </bus>

So the D11/MOSI and +5V share the same connection?!? I wouldn´t expect that is that really true? Based on the reason that the +5V BUS definition inside the file is wrong, I think the other section is also wrong. I for example would expect a BUS for GND which didn´t exist. The reset BUS by the way also didn't seamed to be correct (connector59 is not a Reset one its A7)

Could somebody please pick up the file and fix it? Looks like I couldn´t build a merge request here as that's mostly some documentation part.

I would expect the following BUS by the way:

 <buses>
  <bus id="reset">
   <nodeMember connectorId="connector18"/>
   <nodeMember connectorId="connector57"/>
  </bus>
  <bus id="GND">
   <nodeMember connectorId="connector19"/>
   <nodeMember connectorId="connector32"/>
  </bus>
 </buses>

Note: Its also reported in the fritzing forum here.

@per1234 per1234 transferred this issue from arduino/Arduino Jul 17, 2022
@per1234 per1234 added bug Something isn't working Product page Type: Bug labels Jul 17, 2022
@vanepp
Copy link

vanepp commented Jul 17, 2022

There is a corrected version of this part as well as a new part for the SMD version available here:

https://forum.fritzing.org/t/bugs-in-arduino-nano-every-fritzing-part-v6/16589/2

feel free to use them if you like.

@per1234 per1234 removed the Type: Bug label Jul 17, 2022
@marqdevx
Copy link
Member

marqdevx commented Aug 8, 2022

@kengdahl Could you please have a look? 😄

@kengdahl
Copy link
Member

kengdahl commented Jan 5, 2023

@marqdevx I'm afraid that I don't have the knowledge on how to fix this.

@vanepp
Copy link

vanepp commented Jan 23, 2023

I posted a fixed version in the Fritzing forum entry 2 posts above (along with a SMD version of the part.) You are welcome to use them both if you like. You should be able to just copy the .fzpz files from the Fritzing post in to your web site after checking they do what you want.

@marqdevx
Copy link
Member

@vanepp I'll check locally if everything is alright, and commit the changes giving you the authorship.

Thanks for the contribution 😄
I'll keep you updated.

@marqdevx marqdevx self-assigned this Jan 23, 2023
Serjlee pushed a commit that referenced this issue Mar 9, 2023
…rduino Sketch Redefintion (#356)

* Initial commit - minor content update

* Tutorial content update

* Tutorial content minor update

* Tutorial content update

* Tutorial content update
jcarolinares added a commit that referenced this issue Mar 9, 2023
* Martab94/portenta-x8-user-manual (#287)

* Create content

* Rename content to content.md

* Create images

* Update content.md

* Add files via upload

* Delete images

* Update content.md

* Update content.md

* Update content.md

* Add files via upload

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Add files via upload

* Update content.md

* Update content.md

* Add files via upload

* Update content.md

* Update content.md

* Update content.md

* Add files via upload

* Add files via upload

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Add files via upload

* Delete linux_arduino_RPC.png

* Add files via upload

* Update content.md

* Add files via upload

* Update content.md

* Update content.md

* Add files via upload

* Update content.md

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete OOTB_Cloud_device.png

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete adb-connection.png

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Delete OOTB_WiFi_button.png

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete OOTB_Cloud_button.png

* Delete OOTB_Cloud_device.png

* Delete OOTB_Python_button.png

* Delete OOTB_X8_manager_button.png

* Delete OOTB_home.png

* Add files via upload

* Add files via upload

* Update content.md

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Update content.md

* Delete x8-terminal-ADB-push.png

* Add files via upload

* Update content.md

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Update content.md

* Update content.md

* Add files via upload

* Add files via upload

* Update content.md

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Delete OOTB_WiFi_connection_done.png

* Delete OOTB_WiFi_password.png

* Delete OOTB_WiFi_selection.png

* Delete portenta-x8-call-outs.png

* Delete python_shell_running.png

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update content.md

* Update out-of-the-box update

Specify out-of-the-box update

* Andrea review

Adding Andrea's feedbacks

* Fix typo

Fix typo

* Add OS release image

* Portenta X8 update offline

Adding aktualizer lite offline documentation for X8

* Localhost command update

Update localhost command

* Delete OOTB_WiFi_first_setup.png

* Delete OOTB_homepage.png

* Add files via upload

* Add files via upload

* Delete OOTB_homepage_shell.png

* Add files via upload

* Delete OOTB_homepage_cloud.png

* New image upload

New image cloud

* Delete OOTB_cloud_device_name.png

* new cloud image

* Delete OOTB_cloud_generate_API.png

* New OOTB cloud API image

* Add files via upload

* Delete OOTB_cloud_API_copy.png

* New OOTB Cloud API copy image

* Upload organization ID image

* Update Cloud flow

* Add OOTB Cloud successful provisioning

* Adding content cloud example

* Add files via upload

* Delete OOTB_example_dashboard_launch.png

* Update example dashboard picture

* Add Portenta X8 thing created image

* Add Cloud dashboard image

* Fixing some ref links in the tutorial (internal links ref tags in the page)

* Links fixed in the tutorial

* Fixing image adress for OOTB_cloud_success.png

* Fixing some links

* Typo fixed

* Updating Cloud section

* Fixing some links on the tutorial

* Small typo fix

Fixing a word.

* Add working with Cloud section

* Continuing integrating Working with cloud chapter

* Update working with Cloud section

* Add portenta x8 use case for working with cloud

* Update Cloud container documentation

* Add update selection image

* Add update section (still to be finalized)

* Update working with cloud section to integrate Andrea's comments

* Remove NCM support

* Fix typo

* Continue on line 674. Grammar check in progress. Small typos and grammar problems fixed

* Grammar check finished

* Add successful update image

* Update OOTB update

* Architecture Overview moved at top of the section to improve readability/reading flow

* Pinout order updated

* Goals removed

* Number of hardware items

* Small fix, overview changed to introduction

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/what-is-portenta-x8/content.md

* 399 update section correction

* Fix typo

* Banner added- Folder renamed to portenta-x8-user-manual

* Changed folder name to user-manual

* <snip> Error fixed

* Over-The-Air inconsistency solved

* Wi-F -> Wi-Fi®

* Julian's conflicts solution

* Ali Wifi suggestions added

---------

Co-authored-by: Jorge Trujillo <j.trujilloroman@ext.arduino.cc>
Co-authored-by: Jorge Trujillo Román <124149761+Jorgetrujilloroman@users.noreply.github.com>
Co-authored-by: jcarolinares <jcarolinares@gmail.com>
Co-authored-by: aliphys <alicompute@yahoo.com>

* [PC-1031] Portenta X8: Create and Upload a Custom Container to the Portenta X8 Redefinition (#357)

* Initial commit - Tutorial content minor update

* Tutorial content title update (Pending Suggestion)

* Tutorial content title readjustment

* Tutorial content update

* Tutorial content update

* Tutorial content update (Added Docker Hub Upload Section WIP)

* Tutorial content minor update

* [PC-1023] Getting Started Tutorial review (#365)

* [PC-1023] Grammar fixes

Some grammar fixes in the tutorial.

* [PC-1023] Documentation Fix

FIxing some URLs

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md

Co-authored-by: Pablo Marquínez Ferrándiz <11246294+marqdevx@users.noreply.github.com>

* Revert "Update content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md"

This reverts commit 74800a2c819e3b170f84166e72158f80ec8a7b5a.

* [PC-1023] Adding information about IP address

Adding images and information about how to connect to the Portenta X8 webpage when the default IP on the tutorial is not working properly.

---------

Co-authored-by: Pablo Marquínez Ferrándiz <11246294+marqdevx@users.noreply.github.com>

* [PC-1027] Portenta X8: Data Exchange Between Python on Linux and an Arduino Sketch Redefintion (#356)

* Initial commit - minor content update

* Tutorial content update

* Tutorial content minor update

* Tutorial content update

* Tutorial content update

* [PC-1026] Portenta X8: Container Management with Docker & Python on Linux Redefinition (#334)

* Initial Commit - Content clean base

* Tutorial content minor update

* Docker management tutorial major update

* Added small bootloader flash link (Portenta X8)

* tutorial content minor update

* Tutorial content update

* Tutorial content update

* Tutorial content minor update

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/docker-container/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/docker-container/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Tutorial content minor update

* Tutorial content minor update

---------

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* [PC-1030] Portenta X8: How To Flash Your Portenta X8 Redefinition (#358)

* Initial commit - Tutorial content minor update

* Tutorial content update

* Tutorial content update

* [PC-1033] Portenta X8: How To Build a Custom Image for Your Portenta X8 Redefinition (#359)

* Initial commit - Tutorial content update

* Tutorial content minor update

* Tutorial content update

* [PC-####] Portenta X8: Using FoundriesFactory Waves Fleet Management Redefinition (#362)

* Initial commit - Tutorial content update

* Tutorial content update

* [PC-####] Portenta X8: Uploading Sketches to the M4 Core on Arduino Portenta X8 Redefinition (#361)

* Initial commit - Tutorial content update

* Tutorial content minor update

* Tutorial content update w/ graphic swap

* Tutorial content minor update

* [PC-1035] Grammar fixes (#366)

Some grammar fixes on the tutorial. Changing Wordpress to WordPress.

* [PC-1034] Portenta X8: Data Logging with MQTT, Node-RED, InfluxDB and Grafana Redefinition (#370)

* Initial commit - Tutorial content update

* Tutorial content minor update

* Tutorial content minor update

* Tutorial content update (Header consistency)

* [PC-1032] Portenta X8: Output WebGL Content on a Screen Redefinition (#363)

* Initial commit - Tutorial content update

* Tutorial content minor update

* Tutorial content update

* Tutorial content update

* Tutorial content update

* user manual-linter error fix

* user manual-linter fix

* Essentials updated

* Getting started button updated to user manual

* Suggested libraries updated

* Initial commit - Tutorial content update (Retesting) (#368)

* [PC-1036] Portenta X8: Multi-Protocol Gateway w/ Max Carrier Tutorial Redefinition  (#344)

* Initial commit - Initial adjustments

* Tutorial content major update

* Tutorial content update

* Tutorial content minor fix

* Tutorial content minor update

* Tutorial content graphics update

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Update content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Tutorial content update w/ Review feedback

---------

Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>

* Tutorials in order. Essentials fix

* Flashing tutorial PO feedback updated

* Linter general fix for Portenta X8

* Small number fix

---------

Co-authored-by: martab1994 <93210545+martab1994@users.noreply.github.com>
Co-authored-by: Jorge Trujillo <j.trujilloroman@ext.arduino.cc>
Co-authored-by: Jorge Trujillo Román <124149761+Jorgetrujilloroman@users.noreply.github.com>
Co-authored-by: jcarolinares <jcarolinares@gmail.com>
Co-authored-by: aliphys <alicompute@yahoo.com>
Co-authored-by: TaddyHC <94547080+TaddyHC@users.noreply.github.com>
Co-authored-by: Pablo Marquínez Ferrándiz <11246294+marqdevx@users.noreply.github.com>
Co-authored-by: TaddyHC <k.hochung@arduino.cc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maker Product page
Projects
None yet
Development

No branches or pull requests

6 participants