Author Topic: How does this dev board seem?  (Read 2493 times)

0 Members and 1 Guest are viewing this topic.

Offline technixTopic starter

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
How does this dev board seem?
« on: March 01, 2018, 05:05:39 pm »
This is one of those Chinese designed dev boards. I bought this as unpopulated PCB and hand soldered it myself.



Main components:
  • Microcontroller: STM32F417ZGT6. Store-bought ones uses STM32F407ZGT6, but I decided to step up to the one supporting crypto.
  • Expansion RAM: IS62WV51216BLL-55TLI.
  • Sensors: Invensense MPU6050, Aosong DHT12, capacitive touch panel, 4x user buttons
  • Connectivity: USB OTG, LAN8720A Ethernet PHY over RMII, 2x RS232, RS485, 1x USB serial, CAN, IR receiver, nRF24L01 module option.
  • Display: supports various LCD modules.
  • Audio: WM8978 codec over I2S
  • Camera: interface provided
  • Storage: W25Q128 SPI Flash, microSD card
  • Other: Light sensor, buzzer, 2x LEDs
« Last Edit: March 01, 2018, 05:18:18 pm by technix »
 
The following users thanked this post: thm_w

Offline Ampera

  • Super Contributor
  • ***
  • Posts: 2578
  • Country: us
    • Ampera's Forums
Re: How does this dev board seem?
« Reply #1 on: March 01, 2018, 05:06:35 pm »
This is hand soldering? Pretty damn good.

It looks like a neat board with a bunch of cool features. Have fun with it.
I forget who I am sometimes, but then I remember that it's probably not worth remembering.
EEVBlog IRC Admin - Join us on irc.austnet.org #eevblog
 

Offline technixTopic starter

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: How does this dev board seem?
« Reply #2 on: March 01, 2018, 05:15:52 pm »
This is hand soldering? Pretty damn good.

It looks like a neat board with a bunch of cool features. Have fun with it.
Yes I hand soldered this board. Actually I have two of those.

I have no idea how to get the expansion memory up at its maximum speed though. The defaults of FSMC is way to slow - I need it operating at full 55ns. I even plan to get a 12ns SRAM chip for one of two boards down the road, which requires it to be up to speed even more.
« Last Edit: March 01, 2018, 05:17:47 pm by technix »
 

Offline chickenHeadKnob

  • Super Contributor
  • ***
  • Posts: 1055
  • Country: ca
Re: How does this dev board seem?
« Reply #3 on: March 01, 2018, 09:46:39 pm »
It looks good, however now that nxp i.MX RT1050/1020 are coming out I have switched interest to those. If a new board surfaces on taobao with one of these chips I hope you can give a heads up. I tried surfing the www.openedv.com forum but found it tough going.
 

Offline iMo

  • Super Contributor
  • ***
  • Posts: 4760
  • Country: nr
  • It's important to try new things..
Re: How does this dev board seem?
« Reply #4 on: March 01, 2018, 11:51:07 pm »
Quote
The defaults of FSMC is way to slow
Do not expect any miracles.. I did with F407 and 10ns sram (the fastest fsmc settings which worked reliably with 10ns sram) - when the external sram is used as the heap: ~3x slower, when you run the code off the external sram: ~8x slower than when run in the internal sram/flash.
« Last Edit: March 01, 2018, 11:59:59 pm by imo »
 

Offline AndreZheng

  • Contributor
  • Posts: 18
  • Country: cn
Re: How does this dev board seem?
« Reply #5 on: March 02, 2018, 07:49:23 am »
I thought you bought this board from openedv officiate website. So clean and well soldered!!
 

Offline technixTopic starter

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: How does this dev board seem?
« Reply #6 on: March 02, 2018, 10:50:36 am »
I thought you bought this board from openedv officiate website. So clean and well soldered!!
I bought the board blank and soldered it myself. They don't offer any board with built-in crypto. My unit is based on STM32F417 which offers a crypto coprocessor. My intention for this board is to test microcontroller-level application of TLS 1.2.
 

Offline dozimas

  • Newbie
  • Posts: 2
  • Country: de
  • Chance favors the prepared mind
Re: How does this dev board seem?
« Reply #7 on: March 03, 2018, 06:16:36 am »
Looking very clean and neat! Good job!
What are you using for hand soldering?
 

Offline technixTopic starter

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: How does this dev board seem?
« Reply #8 on: March 03, 2018, 01:23:46 pm »
Looking very clean and neat! Good job!
What are you using for hand soldering?
Atten 936 soldering station with no-name-brand chisel tip, Nippon Superior SN96CI lead-free rosin-core solder, no-name-brand flux (which I used a lot.) Basically a lot of el cheapos and some $30 solder.
 

Offline rcbuck

  • Frequent Contributor
  • **
  • Posts: 346
  • Country: us
Re: How does this dev board seem?
« Reply #9 on: March 06, 2018, 12:06:06 am »
How much trouble did you have soldering the LAN8720A Ethernet PHY and how did you accomplish that on such a small QFN package?

I needed to assemble 10 boards about 6 months ago that had the LAN8720A on it. After looking at the size of the chip I decided it was beyond what I felt comfortable attempting.  The part also has a heat sink pad on the bottom that I was concerned about. I thought about using solder paste and attempting it but finally just paid a Chinese house to assemble the boards.
 

Offline technixTopic starter

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: How does this dev board seem?
« Reply #10 on: March 06, 2018, 06:13:05 am »
How much trouble did you have soldering the LAN8720A Ethernet PHY and how did you accomplish that on such a small QFN package?

I needed to assemble 10 boards about 6 months ago that had the LAN8720A on it. After looking at the size of the chip I decided it was beyond what I felt comfortable attempting.  The part also has a heat sink pad on the bottom that I was concerned about. I thought about using solder paste and attempting it but finally just paid a Chinese house to assemble the boards.
  • Put a little bit of solder on the bottom pad.
  • Hot air gun the LAN8720A on there. Press the chip down while hot to drive out excessive solder on the bottom.
  • Solder the corner pins
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf