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 New Pico W
  • 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
  • Replies 40 replies
  • Subscribers 659 subscribers
  • Views 7852 views
  • Users 0 members are here
Related

New Pico W

mp2100
mp2100 over 3 years ago

I guess I should have guessed what all that empty space on the original Raspberry Pi Pico board was for.  They put a WiFi 802.11N chip there. CYW43439 from Infineon. This will be a nice board for IoT.  And it's cheap.  $6.

https://www.raspberrypi.com/news/raspberry-pi-pico-w-your-6-iot-platform/

image

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    shabaz over 3 years ago

    I'm going to wait until it's a bit more mature : ) Just historically it takes Pi org a while to sort things out. I couldn't see in the user docs how the credentials are secured (I hope they get sent into the Infineon chip and stored there). 

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 3 years ago

    I'm going to wait until it's a bit more mature : ) Just historically it takes Pi org a while to sort things out. I couldn't see in the user docs how the credentials are secured (I hope they get sent into the Infineon chip and stored there). 

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
Children
  • ntewinkel
    ntewinkel over 3 years ago in reply to shabaz

    It looks like this first round is their "mvp" "minimal" get it out the door option. In the write up they state: "we have not enabled Bluetooth on Pico W at launch, but may do so in the future."  So there's some work still left to do. To fully compete with the ESP32 lineup they will need to get all of that functionality running, but Espressive has quite the head start, so I'm with you on the wait and see bit. I'd be up for a round of experimentation though if e14 sends out samples :) 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 3 years ago in reply to ntewinkel

    Agree, ESP32 is exceptionally good, with excellent C libraries for functionality, and super-mature. I've not tried MicroPython on ESP32 so I don't know what that's like. I hope the Pico network library is stable and becomes feature-rich soon.. and BLE is very important too! 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 3 years ago in reply to shabaz

    Have you ever had serial clock or power issues with ESP32? Almost every person I've known work with it has had issues with the 3v3 power on their dev boards.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 3 years ago in reply to cstanton

    I haven't seen any issue so far, but I don't have a dev board, I've soldered the ESP32 module onto a breakout board, and then wired that to the 3.3V supply.

    For the supply, I've used a single cell LiPo, and then wired that to a LTC3534 chip, which is a buck-boost to 3.3V, at up to 500 mA (the ESP32 may need about ~260 mA peak for WiFi, from memory - I may have got that wrong). That worked well.

    However, the LTC3534 is expensive, so for a homemade dev-board PCB layout that I was working on, I decided to use TPS63031 instead, it was a lot cheaper, however now it has a 2-year lead-time : ( Since then, I've considered replacing it with MP2171GJ-Z which is a buck converter so not as good, but at least it's available, and low-cost.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 3 years ago in reply to cstanton

    Just peeked at the Pico-W datasheet, they are using a RT6154 buck-boost (PDF datasheet), which looks good, but zero stock everywhere.

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • ntewinkel
    ntewinkel over 3 years ago in reply to cstanton

    I’m still just using the old 8266 WeMos d1 mini boards for my sensors, and they’re surprisingly reliable at super low prices. No BLE on those though. I did get some esp32 boards to experiment with over the winter, but renovations and other physical labour projects kept me too busy. I’m hoping the BLE allows for a nicer wifi provisioning experience.

     Please don’t get me wrong though - I can sound (very Laughing) negative when it’s really just my musings out loud. I’m excited to see this new affordable  wifi dev board option from the Pi foundation - I expect some new-product issues but I have faith that they’ll ultimately have a sweet little easy to program wifi board at easy to afford pricing.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • ntewinkel
    ntewinkel over 3 years ago in reply to ntewinkel

    I should add that the current existing Pi Pico is already pretty amazing. The size, power, and price, as well as the easy python programming, makes it a much nicer option for my projects than the very limited digispark and pro-mini type boards at similar costs. I’m not sure how the Pico compares for power use, but I’m only using plug-in usb powered projects at the moment.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 3 years ago in reply to shabaz
    shabaz said:
    I haven't seen any issue so far, but I don't have a dev board, I've soldered the ESP32 module onto a breakout board, and then wired that to the 3.3V supply.

    That would be a good explanation why you haven't had problems then :) it'd make sense that the configuration the people I've known use it may have some questionable issue with the boards they've had, I don't have a link to hand else I'd share it.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 3 years ago in reply to cstanton

    There's a weird trend to locate components in rows etc, like this:

    image

    Not saying that's the cause (sometimes it's worse, this layout might be acceptable) but there isn't any technical reason for laying out the components like this, and that just makes me wonder if the design is suboptimal in other ways too. 

    I used the same LDO regulator as in the photo above for a project, but laid it out like this, no neat row of components, and a bit of heatsinking at least.

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • cstanton
    cstanton over 3 years ago in reply to shabaz
    shabaz said:

    There's a weird trend to locate components in rows etc, like this:

    Either people really like orthogonal organisation, or it's faster for the pick and place machine when it's distributing multiple components of the same type close together.


    shabaz said:
    I used the same LDO regulator as in the photo above for a project, but laid it out like this, no neat row of components, and a bit of heatsinking at least.

    I'm no PCB designer, though I keep meaning to try, what do you tend to aim for when you're designing like this? cost or some other factors?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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