element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Raspberry Pi 3 und EnOcean Pi - Kompatibilitätsproblem
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 49 replies
  • Answers 10 answers
  • Subscribers 669 subscribers
  • Views 5363 views
  • Users 0 members are here
  • raspberry-pi3
  • raspberry_pi_space
  • enoceanpi
Related

Raspberry Pi 3 und EnOcean Pi - Kompatibilitätsproblem

robertheinze
robertheinze over 9 years ago

Als diese Woche der neue RPi3 rauskam, waren wir voller Ehrgeiz, künftig in unseren Systemen zu switchen.

Immerhin würde der RPi3 es ermöglichen auf einen USB Bluetooth Dongle zu verzichten und eine WiFi-Connectivity macht die Verbindung zu unseren Servern noch einfacher .

 

leider weit gefeht, denn das ganze funkt nur unter Verwendung der SDIOs und UART (durch Aktivierung der Devce Tree-Funktionwn, was dann jedoch den EnOceanPi, der ebenfalls /dev/ttyAMA0 (UART) verwendet, außer Betrieb setzt. Sprich, wir haben es noch nicht geschafft, EnOceanPi, WiFi und Bluetooth am RPi3 zum Laufen zu bringen.

 

Hat wer, der mehr Erfahrung mit HW-orientierter Programmierung hat eine Idee?

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 9 years ago

    What is the simplest way to test the functionality of the ttyAMA0 port? I am currently unable to deconvolute the issue: the serial port may not be working, or the EnoceanPi module may be defective.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 9 years ago in reply to aagaag

    Hi Adriano,

     

    What is the content of your /boot/cmdline.txt file? Could you paste it?

    Has the console=serialx,115200 line portion of it been deleted?

    It may be something else with an older image, but will be in the format console=xxx,115200

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • shabaz
    0 shabaz over 9 years ago in reply to Former Member

    Generally, (not specific to this issue) do you have a USB-to-serial adapter?

    They are extremely useful for accessing via serial. If you don't have one, it is highly recommended.

    With that you'd be able to test the serial interface.

    You can buy them or even build one, the link here lists both options:

    Building a USB UART Serial Adapter

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • aagaag
    0 aagaag over 9 years ago in reply to shabaz

    thanks so much - it all works now!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 9 years ago in reply to aagaag

    Hi Adriano,

     

    Excellent, that's great! Was it the cmdline.txt thing, or something else? so I can improve the list of options/procedures in the

    earler comments.

     

    Thanks for reporting back!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aagaag
    0 aagaag over 9 years ago in reply to shabaz

    Yes. I had commented out the entire cmdline.txt line, not quite understanding the implications. I then followed your (correct) advice to just remove the offending in-line statement, and that did the trick!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • saurabh.bansal.90
    0 saurabh.bansal.90 over 8 years ago in reply to shabaz

    Hello Shabaz,

     

    As per your comment, its clear there are 2 UARTs, one can be used for serial console and another can be used for BLE.

    My requirement is to use the Console (same ttyAMA0) and another UART (ttyS0) for  interfacing one another device rather BLE.

    Can it be possible to use BLE UART on GPIO pins?

     

    And if another UART is also enabled, then which pins I can use for that.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 8 years ago in reply to saurabh.bansal.90

    Hi Saurabh,

     

    As far as I understand, this is not possible, only one UART can be assigned to the connections available on the 40-way connector. I don't know of a way to access two simultaneously from that connector.

    Practical solutions are to either try to use a different interface to connect to your device if possible, (e.g. I2C), disable console (not a good solution in my opinion but others may disagree), or use an I2C or SPI to UART bridge chip (but you will then need to create some driver code if it doesn't already exist for your chosen bridge chip).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 8 years ago in reply to saurabh.bansal.90

    There are many ways for more UART's including hardware and software. See How to get more than one uart interface - Raspberry Pi Stack Exchange

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube