Page 1 of 1

Using development board in production stage

Posted: Mon Jun 24, 2019 1:39 pm
by Zeni241
Is it a good idea to use development board in production stage for first version of product (and you are just testing the market of your product), if:
1. It fulfils your requirement.
2. You are not very sensitive about size of final product.
3.
What are the benefits of using custom PCB board apart from saving in size? Does it saves lot of money?

Re: Using development board in production stage

Posted: Tue Jun 25, 2019 2:21 am
by ESP_Sprite
It depends. A custom PCB is usually better for large-scale runs, as you can control the components better (devboards may happily change around LDOs, flash chips etc, or even change pinouts without informing customers) but a custom PCB also incurs more development time, and for small runs that may not be worth it.

As an intermediate, you can use e.g. an ESP32-Wrover module. These modules are well-specced and assumed to go into mass-produced devices, but as they already integrate all fiddly high-frequency things in the package, they're a lot easier to integrate than a 'raw' ESP32 chip.

Re: Using development board in production stage

Posted: Tue Jun 25, 2019 3:54 am
by Zeni241
Thanks for reply.
. (devboards may happily change around LDOs, flash chips etc, or even change pinouts without informing customers

This didn't occurred to me.
As an intermediate, you can use e.g. an ESP32-Wrover module
How about WROOM with single core, it will use less power and suites for battery run.
Now that I am going for dev board, the big question which board to choose. It needs to be reliable as well as affordable. I was thinking about WEMOS ESP32. It's around $6 each. Other boards without battery inlet are cheaper but I don't know any reliable company which is also affordable. Any suggestions?

Re: Using development board in production stage

Posted: Tue Jun 25, 2019 8:11 am
by ESP_Sprite
As an Espressif employee, I'd suggest our own DevkitC boards, but obviously I'm slightly biased...

Re: Using development board in production stage

Posted: Thu Jun 27, 2019 8:20 pm
by Franco
You can check the price of Espressif modules on the usual online distributors, and notice that the cost of an ESP32-WROOM-32D would be less than half the cost of an ESP32-devkitC. And you have more flash size options for the modules vs. ESP32-Devkits which have 4MB flash. Obviously the kit includes more devices like the LDO, USB to Serial converter etc.

Re: Using development board in production stage

Posted: Fri Jun 28, 2019 9:24 am
by Franco
This thread should be moved to Hardware

Re: Using development board in production stage

Posted: Sat Jun 29, 2019 2:26 am
by ESP_Sprite
Franco wrote:
Fri Jun 28, 2019 9:24 am
This thread should be moved to Hardware
You're absolutely right; I moved it.

Re: Using development board in production stage

Posted: Sat Jun 29, 2019 3:34 pm
by TomWS1
Another reason to use pre-existing modules in a product is that it is easier to get FCC, etc. approvals if you're using a module that is already approved.

Re: Using development board in production stage

Posted: Sat Jun 29, 2019 5:01 pm
by chegewara
I have clients that are using devkit-WROVER-B, m5stack and other boards available on market in their products that also are on market or are in pre-production stage.