-
Programming Better
10/26/2018 at 23:06 • 0 commentsStill not finished, but I'll write about what I have.
I built up, mostly, the programming sled that I'd designed earlier.
As you can see, it's still in "test mode" orange wire bodgery. Those inner, long rows of headers are intended to accept some pogo pins (shown in the back of the picture!) for the uMesh to be pressed down onto. Outer, more standard 0.1" headers are provided for whatever else someone might want, especially if they want to solder both boards and use as a complete package.
As an extra-special bonus, those tiny inner headers match the programming pins of an ESP-WROOM-32 module! Just like the uMesh, you could choose to put pogo pins on that one, and press it down on this sled to be programmed.
-
The Other Side
10/01/2018 at 18:27 • 0 commentsHere's the backside, with a battery soldered onto the pads. This will take any size of (single cell) LiPo, but charging current is set by a resistor, so that will never really change by an end-user.
-
Programming
10/01/2018 at 16:20 • 4 commentsHow do you program your module if your programming sled is not yet complete?
Oh, don't ask, it's awful.
It blinks!
Over the next couple weeks, I'll go into tuning of the antenna, and errata I found while building it, but all of that is just icing.
-
Pinout Diagram
10/01/2018 at 02:28 • 0 commentsHuge shoutout to @-= Wolf =- for drawing the pinout diagram for me!
He did an awesome job!
Sometime later, I'll get around to doing a title block and legend and all the good stuff that those Arduino variants have, but this is more than enough to get people prototyping!
This is also information that is available in my mammoth hand-assembly doc, but it's much more accessible here for end-users.
-
Assembly is complete
09/29/2018 at 02:27 • 0 commentsTesting still to come!
The gummy flux in the top right is bothering my more than I care to admit! Unfortunately, I won't have access to an ultrasonic cleaner until Monday, after the contest has finished. Oh well, that doesn't affect operation.
-
Bring-up Software
09/20/2018 at 18:34 • 0 commentsI've written a few test programs that will help test out functionality as I bring everything online.
They're in the zip file attached to this project.
Currently, there are four programs. These are very much going to change as I finish bringing my hardware online.
Blink blinks the onboard LED.
Charge tests the battery charging circuit and reports back what the ESP32 thinks is going on with that (on battery power, charging, charged).
RSSI passively scans all the network traffic in the area, and then reports back the signal strengths it sees. More on that in a sec.
Speed, which hasn't been written yet, will connect to my home WiFi network and attempt to send data as fast as possible.
From within the folders, run make flash && make monitor to start it all up.
Naturally, the goal of those last two programs is to test my RF circuitry, including the stamped metal antenna. Right now, the RSSI program is running on an ESP32-PICO-KIT dev board, which also uses the same antenna. I'll run it again alongside my final uMesh hardware, but here are some preliminary results:
The PTS (points) field is a good indicator of how much traffic my ESP32 is seeing, and then the power level is a rolling 32-point average of the latest samples.
-
Bring-up Is Slow
09/11/2018 at 15:21 • 0 commentsAs expected.
I've spent two evenings on this, and it should take one or two more.
Going through the prepared assembly plan line by line and not really having to think about it is waaay easier than just ad-hoc building.
Everything is also quite tight! I full expected this.
Fortunately, I have a microscope.
It's helpful, although a binocular microscope would be boss.
I expect the next two days of assembly to look like this:
Next time, finish the last of the support circuitry for the ESP32 itself and power it up. Flash with my test programs.
Final day: Antenna assembly, testing, tuning, and reassembly.
-
The Bring-Up Plan
09/07/2018 at 18:29 • 0 commentsAfter finished a PCB design, there are three blockers in terms of time before I can start bring-up:
- OSHPark fab and delivery (this took about a week from order to my door: mindblowing)
- Digikey parts order (Usually about 24 hours: also amazing)
- Me clearing my schedule to make it down to the lab (still hasn't happened yet)
The waiting is annoying, but even more so when it's entirely on me!
I have had lots of screen-time though, even if I haven't been able to physically make it to a soldering station.
So in the meantime, I've written detail documentation and a bring-up test plan for the uMesh module. It clocks in at 17 pages currently, and I'm sure I'll be adding to it as I work on it.
I'm adding it to the files section of this project.
I should also mention that I'm stoked about the deadline extension for the square inch project!
-
A Programming Sled
08/27/2018 at 23:46 • 0 commentsStill a little bit of work to do, but this is the gist of it:
A uMesh user can press the module down onto this sled.
There are headers for the uMesh module's castellated edges, some more typical 0.1" headers more towards the outside for a user to do whatever they like with it, and, interestingly, also programming headers to plug a bare ESP32 module into. Specifically the ESP32-WROOM-32D, so people can use this as a module programming jig.
There is a CP2102 USB-UART bridge and the standard programming circuitry to make up for the uMesh module having none of it. You just plug in through USB, drop your module onto this sled, and start programming. The buttons are there for if you're doing something special, but you shouldn't need them.
One issue / feature / errata with this is that it doesn't have a 3.3V regulator on board. It takes 3.3V from the uMesh module when it's pushed on. I still have to ponder for a bit, if this is okay. It does mean using it with a bare ESP32 module would require someone to supply 3.3v externally, too.
One possible solution is the CP2102 has some sort of internal LDO regulator. I'm not sure if I can use it, and it especially seems like a bad idea with the currents the ESP32 can pull. I'll hit the datasheet to see if it's viable, I guess.
-
PCB Sent
08/24/2018 at 20:29 • 2 commentsI actually sent it a while ago.
Here's the Upverter image:
And, @oshpark render:
So pretty. It is $10.30 for the 4 layer board - I assume the extra $0.30 is because the castellations increase the "effective" board area from the manufacturer's perspective, but the PCB is 1" x 1" I swear! :)
Also for completion, here are all the layers.
Top (Signal):
Layer 2 (GND):
Layer 3 (3v3):
Bottom (signal):
Obviously I'll release all design files when I'm done, but it doesn't do anyone any good until its validated.
The boards are expected back around the 28th, and shipping might take up to a week. It's gonna be tight!