You are reading a single comment by @fanoush and its replies. Click here to read the full conversation.
  • found 2MB chips here https://www.aliexpress.com/item/10050043­79141351.html - will try to kill at least one NFCBoxLink board by adding it via reflowing by hot air. It is not that much useful there, I know, but still :-)

    So I got couple of those W25Q16JVUXIQ USON-8 2x3mm flash chips from that aliexpress shop and tried one with this Amiibo board and it works :-)

    >var sf=new SPI(); // SPI flash
    =SPI: {  }
    >var FCS=D19;FCS.write(1);
    =undefined
    >sf.setup({sck:D12,mosi:D11,miso:D18,mode:3});
    =undefined
    >sf.send([0xab],FCS);
    =new Uint8Array(1)
    >print(sf.send([0x9f,0,0,0],FCS))
    new Uint8Array([255, 239, 64, 21])
    =undefined
    

    Got flash ID from the chip - 239, 64, 21 = 2MB winbond flash :-)

    Photos here https://ibb.co/album/yhhkwZ, left = modified board with W25Q16JVUXIQ added (I also previously removed buzzer, was trying to add piezo or something else), right another original board with no modification

    Still, it is probably not that much useful, but I simply wanted to try :-)
    It was first test of hot air gun I got recently https://www.aliexpress.com/item/4000525251154.html
    Never did this before. It worked 3rd time. First it looked OK but I got no response over SPI, on 2nd try it got worse and moved in wrong way, third time I added more flux realigned and it works now :-) I did not add pull up resistors to WP and HOLD but seems to work without it (did not try writing yet).

    EDIT: and BTW the shop lowered the price even more https://www.aliexpress.com/item/1005005571264919.html I see it as US $2.70 including VAT. Ordered another two pieces with $2.77 aliexpress saver shipping so it was total US $8.17 including shipping for two = about $4 for one :-) let's see if I really get it with this untracked shipping.

About

Avatar for fanoush @fanoush started