Hands-on with NXP’s MCX FRDM Boards - Workbench Wednesdays

Поділитися
Вставка
  • Опубліковано 29 чер 2024
  • NXP's MCX Microcontrollers are their latest generation. They combine the best aspects of the previous LPC and Kinetis series products with a look to future applications. There are four processors in the family. In January 2024, they began shipping (in quantity) two of the microcontrollers along with development boards in the Freedom Platform, also known as FRDM.
    Discover NXP's MCX FRDM board in this detailed overview, highlighting the latest microcontroller and its development kit. Unveiling key features, programming options, and practical examples, it provides valuable insights for electronics enthusiasts.
    Read the full project blog on the #element14Community : bit.ly/4a3GqK6
    #0:00 Welcome to element14 presents
    #0:30 MCX Overview
    #1:46 Programming MCX
    #3:04 MCX Code Examples
    #5:09 Give your Feedback
    #microcontroller #microcontrollers #embeddedproject #machinelearning #realtimeclock
    Engage with the element14 presents team on the element14 Community - suggest builds, find project files and behind the scenes video: bit.ly/3tmdewv
    Visit the element14 Community for more great activities and free hardware:
    Tech spotlights: bit.ly/3qPrDhM
    RoadTest and Reviews: bit.ly/3pV5Bux
    Project14: bit.ly/31wbnJY
  • Наука та технологія

КОМЕНТАРІ • 10

  • @kev009
    @kev009 Місяць тому +2

    These are both great dev boards and priced well

  • @philhutchinson7849
    @philhutchinson7849 Місяць тому

    Enjoyable coverage of these NXP Products

  • @MAYERMAKES
    @MAYERMAKES Місяць тому +1

    Ah very handy; Ialso just got these two devkits! whats missing for me now is an arduino core for them

    • @bald_engineer
      @bald_engineer Місяць тому +1

      Agreed. I'd especially like one for the MCX-A since it is more general purpose. I can see it fitting in well with Platform IO.

    • @conorstewart2214
      @conorstewart2214 Місяць тому

      I think to get it to work I’m arduino might limit the features a bit, especially with the NPU in the N947, but if it could be done without many limitations it might be a good option.

  • @GeoffryGifari
    @GeoffryGifari Місяць тому +3

    Hmm what are some of the things I could do with this? face-recognizing security system?

    • @MAYERMAKES
      @MAYERMAKES Місяць тому +2

      So far i see the A series seems to target low power applications like battery powered devices, and the N series drives displays and can do image recognition at once. Avnet had an impressive demo with it at embedded world

  • @JeremyHolmes
    @JeremyHolmes Місяць тому +1

    Total noob here looking to get started in building my own electronics. Could I use the N to make a portable display from an old laptop or tablet? Level of difficulty and / or where to start. Thank you
    Infinite love and gratitude from Colorado!

    • @danielv3228
      @danielv3228 Місяць тому

      While I have not used these particular dev kits, if your just looking for a portable display, using a raspberry pi3 or newer can drive a hdmi port on a lcd screen, provide usb and networking also. Much simpler path than trying to reuse a proprietary display from a tablet/old laptop. Price is only about $35 for the pi 3 to start with plus a used hdmi enabled screen. You can also buy 7-10" screens designed for the pi with a case that it all fits in nicely for about $70. Lots of examples online and use cases. Dont spend your time re-inventing the wheel when starting out. A bit of python programming goes a long way also with the pi and can control the i/o ports and such nicely.

    • @bald_engineer
      @bald_engineer Місяць тому +2

      Driving a large laptop display is not trivial. They do not use a protocol like DVI or HDMI. They require a LVDS driver. So, Could the MCX-N do it? I have no doubt. But it would be far from trivial and not a getting started project.
      As someone else mentioned, if you have a display with a standard interface, like HDMI, then a single board computer with HDMI support is a better starting point.