Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Oi embedded folks

Oi embedded folks

Scheduled Pinned Locked Moved The Lounge
comgraphicsadobehardwareiot
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    honey the codewitch
    wrote on last edited by
    #1

    I have a little wifi chip that doesn't have its own flash storage, but rather connects via SPI. If you wanted to add wifi support to your board using this chip, which is basically a little MCU with WiFi and BT (latest standards, each) would you use a separate flash memory module for this chip or would you slave it to your master MCU somehow?** ** and if the latter, I'd be curious as to how you'd do it. Would it require emulating an SPI flash chip? I think it would.

    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

    G A 2 Replies Last reply
    0
    • H honey the codewitch

      I have a little wifi chip that doesn't have its own flash storage, but rather connects via SPI. If you wanted to add wifi support to your board using this chip, which is basically a little MCU with WiFi and BT (latest standards, each) would you use a separate flash memory module for this chip or would you slave it to your master MCU somehow?** ** and if the latter, I'd be curious as to how you'd do it. Would it require emulating an SPI flash chip? I think it would.

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

      G Offline
      G Offline
      glennPattonWork3
      wrote on last edited by
      #2

      Hmmm, I would go for SPI into Micro and then process it from there, if the load is high and it could slow down operations then use a separate SPI bus to a memory chip. I would be cautious of trying to emulate SPI on the processor at the risk of slowing down everything. Glenn

      1 Reply Last reply
      0
      • H honey the codewitch

        I have a little wifi chip that doesn't have its own flash storage, but rather connects via SPI. If you wanted to add wifi support to your board using this chip, which is basically a little MCU with WiFi and BT (latest standards, each) would you use a separate flash memory module for this chip or would you slave it to your master MCU somehow?** ** and if the latter, I'd be curious as to how you'd do it. Would it require emulating an SPI flash chip? I think it would.

        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

        A Offline
        A Offline
        Al_Brown
        wrote on last edited by
        #3

        This really depends on what it needs the FLASH storage for, frequency of access, storage size, board space, complexity, etc. Knowing what wifi chip you're considering would help but I would probably just stick a small SPI flash chip on there - or at least a footprint for it on a first prototype.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups