Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 4.19 KB

File metadata and controls

72 lines (37 loc) · 4.19 KB

OpenEPaperLink Mini AP

This is a very minimalistic accesspoint; in the most basic version it is exactly a tiny ESP32, a 'segmented-display' tag, and a little flex PCB. It can be used as an accesspoint for OpenEPaperLink. The small size makes it also very useful as an extra accesspoint, using OpenEPaperLink's Multi-AP feature

Parts

  • Wemos S2 Mini (or clone)
  • Solum Segmented pricetag
  • OpenEPaperLink Mini AP Flex PCB

While it can't hurt to add the following optional parts, they're not needed

  • 3D-printed case
  • Optional: 1206-sized SMD capacitor
  • Optional: WS2812B LED

While the Wemos S3 mini should be compatible with an updated pindefinitions, this has not been tested (yet)

Assembly

  1. A good place to start is to add the optional parts first; the optional extra capacitor and WS2812B LED The flex PCB (depending on the board house) can be very thin indeed, don't let your soldering iron dwell on the pads any longer than necessary.
  1. Add a little bit of solder on each of the debug pads on the tag. This makes it a little easier to solder the flex PCB later on
  1. Place the Wemos S2 mini on the flex PCB, on a somewhat heat-resistant surface. Make sure to align the hole properly, and apply some pressure on the S2 module to make sure there is minimal distance between the flex PCB and the module. Fill a few holes with solder, taking care to not heat it any longer than required for the solder to properly flow. Not all pads need to be soldered; the top 3 rows of pins can be left unsoldered; this makes it easier to put the module into the case later on.
  1. Turn the PCB/Module around, and make sure all the pads are soldered on the other side. Again, as can be seen in the picture, the top 3 rows can be left unsoldered
  1. Align the tag-pads with the debug header on the Segmented tag, and solder it on.

  2. You're basically done! This combination isn't really sturdy though, its best mounted in a small 3D-printed enclosure.

  1. Start by inserting the Wemos module into the lower part of the case. It should snap in place; depending on the tolerances of your printer, you might need to make small adjustments with a sharp knife.
  1. Optionally, you can add some small screws, but the fit should be tight enough for the Wemos module not to move around (too) much.
  1. Flip the tag over, and insert it into the top half of the case. Again, the fit should be pretty tight. After inserting the tag, add some cyanoacrylate glue to the edges to fix it in place.

  2. After you've given the glue enough time to cure, glue the two halves of the case together. Use some clamps to make sure all the edges are nice and clean

Programming

  • Use PlatformIO to program the ESP32, using the 'Mini AP' build option.
  • Use the 'Upload filesystem image' option to prepare the ESP32's filesystem. Crucially, the tag_db_md5.json and AP_FW_Pack.bin need to be on the ESP32 to allow it to update the tag to a new version