Skip to content
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. OpenHardware.io
  3. 💬 EFEKTA Temp&Hum sensor(ver. nRF52 )+E-Ink display
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

💬 EFEKTA Temp&Hum sensor(ver. nRF52 )+E-Ink display

Scheduled Pinned Locked Moved OpenHardware.io
nrf52832e-ink displaye-papernrf52nrf52810nrf52811nrf52840temperature & humidity sensor
105 Posts 11 Posters 15.0k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    heinzv
    wrote on last edited by
    #41

    @berkseo I have now the PCB's and my parts. Ihave now a few questions
    1.) When can we expect the sketch code?
    2.) Can we also have the schematics?
    3.) How to you solder parts like the TPS62745DSSR? Are you using a reflow oven? or hot air or even a small solder iron?

    berkseoB 1 Reply Last reply
    0
    • H heinzv

      @berkseo I have now the PCB's and my parts. Ihave now a few questions
      1.) When can we expect the sketch code?
      2.) Can we also have the schematics?
      3.) How to you solder parts like the TPS62745DSSR? Are you using a reflow oven? or hot air or even a small solder iron?

      berkseoB Offline
      berkseoB Offline
      berkseo
      wrote on last edited by
      #42

      @heinzv

      1. Added as a library with an example, see project page on openhardware
      2. Soon. ,..on PCB all marking is applied.
      3. First, I dissolve the flux paste and solder paste, apply a thin layer on the PCB. Installing a chip, clamping it with a reverse tweezer. Correct the position. It is then heated with a heat gun for soldering. Then remove the excess solder with a soldering iron (if any). It's simple, much harder to solder atmega 328.

      I recently modified the boards, moved the elements on the power Board to the other side, made more convenient cutouts for mounting in the case. How to get ready fees, you will receive again this option further. Just all who made orders, please do not refuse payments, now a small delay in sending due to the fact that waiting for a new modification of the Board. All orders will be shipped.

      H 1 Reply Last reply
      0
      • berkseoB berkseo

        @heinzv

        1. Added as a library with an example, see project page on openhardware
        2. Soon. ,..on PCB all marking is applied.
        3. First, I dissolve the flux paste and solder paste, apply a thin layer on the PCB. Installing a chip, clamping it with a reverse tweezer. Correct the position. It is then heated with a heat gun for soldering. Then remove the excess solder with a soldering iron (if any). It's simple, much harder to solder atmega 328.

        I recently modified the boards, moved the elements on the power Board to the other side, made more convenient cutouts for mounting in the case. How to get ready fees, you will receive again this option further. Just all who made orders, please do not refuse payments, now a small delay in sending due to the fact that waiting for a new modification of the Board. All orders will be shipped.

        H Offline
        H Offline
        heinzv
        wrote on last edited by
        #43

        @berkseo thanks a lot for the demo code. With some small correction I got it working (give some compile errors).
        Could you please check if the font90.c is missing (which is used in the code but not found).
        And there seem to be a typo (?) in the font36 (gives an error). I changed from Font24_Table to Font36_Table.
        sFONT Font36 = {
        Font24_Table,
        41, /* Width /
        46, /
        Height */
        };

        berkseoB 1 Reply Last reply
        0
        • H heinzv

          @berkseo thanks a lot for the demo code. With some small correction I got it working (give some compile errors).
          Could you please check if the font90.c is missing (which is used in the code but not found).
          And there seem to be a typo (?) in the font36 (gives an error). I changed from Font24_Table to Font36_Table.
          sFONT Font36 = {
          Font24_Table,
          41, /* Width /
          46, /
          Height */
          };

          berkseoB Offline
          berkseoB Offline
          berkseo
          wrote on last edited by berkseo
          #44

          @heinzv
          Uploaded the updated archive to Google drive. Download again

          H 1 Reply Last reply
          0
          • berkseoB berkseo

            @heinzv
            Uploaded the updated archive to Google drive. Download again

            H Offline
            H Offline
            heinzv
            wrote on last edited by heinzv
            #45

            @berkseo thanks, that version works!
            Maybe you can consider the one decimal digit for the temp (21,6 C). Otherwise I'll do some investigations.
            The font90 will be too large (maybe font72) or we need a smaller font and the decimal digit can be a smaller font (mix of two fonts for temp e.g. font72 and font48).
            Have you found a utility to convert fonts (e.g. TTF from Windwos) to generate matching font's for e-Paper (I have not yet found someting).
            Since we have now enough RAM, have you thought about using the e-paper standard lib GxEPD? That has a least better font support (and also partial update)?

            berkseoB 1 Reply Last reply
            0
            • H heinzv

              @berkseo thanks, that version works!
              Maybe you can consider the one decimal digit for the temp (21,6 C). Otherwise I'll do some investigations.
              The font90 will be too large (maybe font72) or we need a smaller font and the decimal digit can be a smaller font (mix of two fonts for temp e.g. font72 and font48).
              Have you found a utility to convert fonts (e.g. TTF from Windwos) to generate matching font's for e-Paper (I have not yet found someting).
              Since we have now enough RAM, have you thought about using the e-paper standard lib GxEPD? That has a least better font support (and also partial update)?

              berkseoB Offline
              berkseoB Offline
              berkseo
              wrote on last edited by
              #46

              @heinzv Yes, I plan to add one-tenth resolution.
              Convert numbers and letters to an array in C is simple. I use a program TheDotFactory. http://www.eran.io/the-dot-factory-an-lcd-font-and-image-generator/

              I would be glad if someone made his version of the software in the public domain.

              Please show photos of your assembled working device.

              H 1 Reply Last reply
              0
              • berkseoB berkseo

                @heinzv Yes, I plan to add one-tenth resolution.
                Convert numbers and letters to an array in C is simple. I use a program TheDotFactory. http://www.eran.io/the-dot-factory-an-lcd-font-and-image-generator/

                I would be glad if someone made his version of the software in the public domain.

                Please show photos of your assembled working device.

                H Offline
                H Offline
                heinzv
                wrote on last edited by heinzv
                #47

                @berkseo I found out, that I still miss two parts (from AE), everything else is there. So I started a testing with my development boards.
                I attach a picture of this setup. I use a CBYTE nRF52832 module, a SHT35 (SHT20 is not there and the 1uF capacitors for the bare e-paper displays) and a waveshare e-paper with PCB.
                I'm now out for two weeks and will then have my parts hopefully.
                The module on the right side is my BMP (black magic probe).

                0_1541368815435_nRF52_Temp_Hum_Test.jpg

                berkseoB 1 Reply Last reply
                0
                • H heinzv

                  @berkseo I found out, that I still miss two parts (from AE), everything else is there. So I started a testing with my development boards.
                  I attach a picture of this setup. I use a CBYTE nRF52832 module, a SHT35 (SHT20 is not there and the 1uF capacitors for the bare e-paper displays) and a waveshare e-paper with PCB.
                  I'm now out for two weeks and will then have my parts hopefully.
                  The module on the right side is my BMP (black magic probe).

                  0_1541368815435_nRF52_Temp_Hum_Test.jpg

                  berkseoB Offline
                  berkseoB Offline
                  berkseo
                  wrote on last edited by
                  #48

                  @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                  CBYTE nRF52832

                  I have a question for you, teach:). Do you use CBYTE nRF52832 and Arduino IDE? I was unable to run these modules. How did you manage that? Did you add inductance to the circuit? I assembled my own nRF52 modules according to the scheme DC-DC from Datasheet (I needed a module on components of size 0603 and 0805 for convenient soldering), the scheme worked and the device is perfectly stitched through the ARDUINO IDE
                  https://www.youtube.com/watch?v=hXmxzo0OiMs

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    heinzv
                    wrote on last edited by heinzv
                    #49

                    @berkseo (update): What kind of probems did you face? Why have you been unable to run this modules in the Arduino? Did you have problmes to upload the sketch?
                    Maybe you had the problem, that the modules are not detected during upload!
                    I had the same problem and the EBYTE E73 nRF52832 modules are locked by factory and thus not detected by the IDE's. You can unloack them with nRF Go studio, nrfutil (or nrfprog) and do a mass erase. In nRF Go studio you might require a J-Link programmer, you can olaso unlock it with openocd with a simple cheap ST-Link adapter.
                    openocd -s $OPENOCD/tcl -f interface/stlink-v2.cfg -f target/nrf52.cfg -c init -c "reset init" -c halt -c "nrf52 mass_erase" -c "program $FIRMWARE verify" -c reset -c exit

                    I typically use the nRF52 modules with my selfmade Black Magic Probe (1.60), which is supported by Arduino IDE.
                    The EBYE modules have all the Nordic reference design parts soldered. So nothing else is required (no coils etc.)

                    Here are my two modules which work:

                    0_1541958594127_nRF52832_Breakout-Boards.jpg

                    I found this breakout boards for the E73 module here
                    https://oshpark.com/shared_projects/q4weF4UL
                    The other module were designed by ranseyer and myself

                    let me know if you have more questions

                    berkseoB 1 Reply Last reply
                    0
                    • H heinzv

                      @berkseo (update): What kind of probems did you face? Why have you been unable to run this modules in the Arduino? Did you have problmes to upload the sketch?
                      Maybe you had the problem, that the modules are not detected during upload!
                      I had the same problem and the EBYTE E73 nRF52832 modules are locked by factory and thus not detected by the IDE's. You can unloack them with nRF Go studio, nrfutil (or nrfprog) and do a mass erase. In nRF Go studio you might require a J-Link programmer, you can olaso unlock it with openocd with a simple cheap ST-Link adapter.
                      openocd -s $OPENOCD/tcl -f interface/stlink-v2.cfg -f target/nrf52.cfg -c init -c "reset init" -c halt -c "nrf52 mass_erase" -c "program $FIRMWARE verify" -c reset -c exit

                      I typically use the nRF52 modules with my selfmade Black Magic Probe (1.60), which is supported by Arduino IDE.
                      The EBYE modules have all the Nordic reference design parts soldered. So nothing else is required (no coils etc.)

                      Here are my two modules which work:

                      0_1541958594127_nRF52832_Breakout-Boards.jpg

                      I found this breakout boards for the E73 module here
                      https://oshpark.com/shared_projects/q4weF4UL
                      The other module were designed by ranseyer and myself

                      let me know if you have more questions

                      berkseoB Offline
                      berkseoB Offline
                      berkseo
                      wrote on last edited by
                      #50

                      @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                      nRF Go studio

                      How do I unlock (if locked) E73 with nRF Go studio ? What should be done, what actions?

                      1. Connect E73 to J-Link
                      2. Connect J-Link to the USB port of the computer
                        3.??
                        4.??
                        ..
                        0_1542051561395_nRFGO.png
                      H 1 Reply Last reply
                      0
                      • berkseoB berkseo

                        @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                        nRF Go studio

                        How do I unlock (if locked) E73 with nRF Go studio ? What should be done, what actions?

                        1. Connect E73 to J-Link
                        2. Connect J-Link to the USB port of the computer
                          3.??
                          4.??
                          ..
                          0_1542051561395_nRFGO.png
                        H Offline
                        H Offline
                        heinzv
                        wrote on last edited by heinzv
                        #51

                        @berkseo you have to connect your E73 module with a J-Link adapter, if the adapter is recognized by nRFgo Studio, the nRFx Programming will be enabled (turn from grey to black) and then you can select "Recover" (only shown if you have a locked device). You should do then also a "Erase all").
                        Again, it only works with a Segger compatible J-Link adapter. Do you have one? It is anyhow recommended if you want to use Segger Embedded Studio (required for using the nRF52840 and the newest 15.2 SDK).
                        The other/second method could work with a ST-Link or black magic probe (a 2€ clone can do it, I created a couple of them) and with openocd.

                        The unlock screen look like this, if you have a locked or no device connected but a valied J-Link adapter
                        0_1542053389286_nRF52_unlock_screen.jpg
                        And after recover, you get a screen like this to erase or flash a program
                        0_1542052489515_nRF52_unlock.jpg

                        berkseoB 1 Reply Last reply
                        0
                        • H heinzv

                          @berkseo you have to connect your E73 module with a J-Link adapter, if the adapter is recognized by nRFgo Studio, the nRFx Programming will be enabled (turn from grey to black) and then you can select "Recover" (only shown if you have a locked device). You should do then also a "Erase all").
                          Again, it only works with a Segger compatible J-Link adapter. Do you have one? It is anyhow recommended if you want to use Segger Embedded Studio (required for using the nRF52840 and the newest 15.2 SDK).
                          The other/second method could work with a ST-Link or black magic probe (a 2€ clone can do it, I created a couple of them) and with openocd.

                          The unlock screen look like this, if you have a locked or no device connected but a valied J-Link adapter
                          0_1542053389286_nRF52_unlock_screen.jpg
                          And after recover, you get a screen like this to erase or flash a program
                          0_1542052489515_nRF52_unlock.jpg

                          berkseoB Offline
                          berkseoB Offline
                          berkseo
                          wrote on last edited by berkseo
                          #52

                          @heinzv
                          Thanks for the tips, very hard to find information. I have a pair of j-link adapters. There are also several different clones of st-link v2. (but I don't have a linux machine now.) I'll try nRFgo Studio tomorrow. Earlier I wrote that I assembled my Assembly nRF52832 (dc-dc), no problems in the Arduino IDE(chips in the ribbon, see the link below). So I thought that the E73 modules do not work because of a slightly different circuit (see photo without cover) in the circuit no inductance on the DCC pin and no connection outputs through inductance to the DEC4 pin.
                          https://ru.aliexpress.com/item/Free-shipping-NRF52832-QFAA-NRF52832-QFAA-R-N52832-NRF52832-5pcs-lot-100-NEW-and-ORIGINAL/32828951084.html?spm=a2g0v.10010108.1000016/B.1.10a9e326lCcYJ6&isOrigTitle=true

                          H 1 Reply Last reply
                          0
                          • berkseoB berkseo

                            @heinzv
                            Thanks for the tips, very hard to find information. I have a pair of j-link adapters. There are also several different clones of st-link v2. (but I don't have a linux machine now.) I'll try nRFgo Studio tomorrow. Earlier I wrote that I assembled my Assembly nRF52832 (dc-dc), no problems in the Arduino IDE(chips in the ribbon, see the link below). So I thought that the E73 modules do not work because of a slightly different circuit (see photo without cover) in the circuit no inductance on the DCC pin and no connection outputs through inductance to the DEC4 pin.
                            https://ru.aliexpress.com/item/Free-shipping-NRF52832-QFAA-NRF52832-QFAA-R-N52832-NRF52832-5pcs-lot-100-NEW-and-ORIGINAL/32828951084.html?spm=a2g0v.10010108.1000016/B.1.10a9e326lCcYJ6&isOrigTitle=true

                            H Offline
                            H Offline
                            heinzv
                            wrote on last edited by
                            #53

                            @berkseo I have updated my post above with an additiona picture.
                            You can do all on Windows (I mostly use Windows 10 x64). I sometimes use Linux like for creating the BMP clones. I'm using the latest Mint version in a VMware VM.
                            Let me know if you need more infos ...

                            BTW: I was further working on the own created nRF52832 PCB's with ePaper (I have many E73 modules left) and will start soldering the PCB's I have ordered from you if all parts are there (most of thema are).
                            The one ordered soldered module is still in transit (or I did not get it so far).

                            Below another picture of the ePaper output. I have tested the idea with two fonts: The larger one for the non decimals and a smaller one for the decimal. I'm using the GxEPD standard e-Paper library in my latested sketch, as it's easier to use, has more fonts und is ready for more ePaper modules/sizes.
                            It is just an intermediate state (batter symbol, larger font missing etc.).

                            0_1542054370888_nRF52_mySesnors_TempHum_ePaper.jpg

                            berkseoB 2 Replies Last reply
                            0
                            • H heinzv

                              @berkseo I have updated my post above with an additiona picture.
                              You can do all on Windows (I mostly use Windows 10 x64). I sometimes use Linux like for creating the BMP clones. I'm using the latest Mint version in a VMware VM.
                              Let me know if you need more infos ...

                              BTW: I was further working on the own created nRF52832 PCB's with ePaper (I have many E73 modules left) and will start soldering the PCB's I have ordered from you if all parts are there (most of thema are).
                              The one ordered soldered module is still in transit (or I did not get it so far).

                              Below another picture of the ePaper output. I have tested the idea with two fonts: The larger one for the non decimals and a smaller one for the decimal. I'm using the GxEPD standard e-Paper library in my latested sketch, as it's easier to use, has more fonts und is ready for more ePaper modules/sizes.
                              It is just an intermediate state (batter symbol, larger font missing etc.).

                              0_1542054370888_nRF52_mySesnors_TempHum_ePaper.jpg

                              berkseoB Offline
                              berkseoB Offline
                              berkseo
                              wrote on last edited by
                              #54

                              @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                              Below another picture of the ePaper output. I have tested the idea with two fonts: The larger one for the non decimals and a smaller one for the decimal. I'm using the GxEPD standard e-Paper library in my latested sketch, as it's easier to use, has more fonts und is ready for more ePaper modules/sizes.
                              It is just an intermediate state (batter symbol, larger font missing etc.).

                              It's great, I am very glad that you are doing the further development of this direction.

                              1 Reply Last reply
                              0
                              • berkseoB Offline
                                berkseoB Offline
                                berkseo
                                wrote on last edited by berkseo
                                #55

                                Making your characters is easy.

                                0_1542057302942_0.png

                                0_1542057399557_1.png

                                0_1542056379330_2.png

                                0_1542056384558_3.png

                                0_1542056390089_3_1.png

                                0_1542056395337_4.png

                                0_1542056405020_5.png

                                0_1542056413808_6.png

                                0_1542056427003_8.png

                                0_1542056432513_9.png

                                0_1542056439362_10.png

                                0_1542056445913_11.png

                                0_1542056451490_12.png

                                .. Absolutely any font, you are limited only by the memory capabilities of the nRf52. .. And it makes no sense to store all the characters if you need only numbers, it saves space very well.

                                1 Reply Last reply
                                0
                                • H heinzv

                                  @berkseo I have updated my post above with an additiona picture.
                                  You can do all on Windows (I mostly use Windows 10 x64). I sometimes use Linux like for creating the BMP clones. I'm using the latest Mint version in a VMware VM.
                                  Let me know if you need more infos ...

                                  BTW: I was further working on the own created nRF52832 PCB's with ePaper (I have many E73 modules left) and will start soldering the PCB's I have ordered from you if all parts are there (most of thema are).
                                  The one ordered soldered module is still in transit (or I did not get it so far).

                                  Below another picture of the ePaper output. I have tested the idea with two fonts: The larger one for the non decimals and a smaller one for the decimal. I'm using the GxEPD standard e-Paper library in my latested sketch, as it's easier to use, has more fonts und is ready for more ePaper modules/sizes.
                                  It is just an intermediate state (batter symbol, larger font missing etc.).

                                  0_1542054370888_nRF52_mySesnors_TempHum_ePaper.jpg

                                  berkseoB Offline
                                  berkseoB Offline
                                  berkseo
                                  wrote on last edited by berkseo
                                  #56

                                  @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                                  The one ordered soldered module is still in transit (or I did not get it so far).

                                  I have not sent it to you yet, I have a problem with China, I am still waiting for new modified boards, I want to send you the latest version, please wait, do not cancel the order. I will also add new PCBs to the package (there are no changes in the components and numbering, just placed differently)

                                  0_1542056978541_20.png
                                  0_1542056983681_30.png
                                  The device has become thinner, less in height, all electronic components have been removed from the side of the batteries, and PCB have been prepared for mounting in the case.

                                  H 1 Reply Last reply
                                  0
                                  • berkseoB berkseo

                                    @heinzv said in 💬 EFEKTA Temp&Hum sensor(ver. nRF52832 )+E-Ink display:

                                    The one ordered soldered module is still in transit (or I did not get it so far).

                                    I have not sent it to you yet, I have a problem with China, I am still waiting for new modified boards, I want to send you the latest version, please wait, do not cancel the order. I will also add new PCBs to the package (there are no changes in the components and numbering, just placed differently)

                                    0_1542056978541_20.png
                                    0_1542056983681_30.png
                                    The device has become thinner, less in height, all electronic components have been removed from the side of the batteries, and PCB have been prepared for mounting in the case.

                                    H Offline
                                    H Offline
                                    heinzv
                                    wrote on last edited by
                                    #57

                                    @berkseo Thanks, very good modifications. I'll wait patiently :-) I'll then not use the 5 + 5 PC's and eait for the new ones.
                                    Do I understand you right, that I'll receive another 5 + 5 updated PCB's without additional money charged? That would be great (if required I can send you additional €'s or US$).
                                    Thanks for the font-hints. I'll test it once I'm back from my BIZ-trip.

                                    1 Reply Last reply
                                    0
                                    • berkseoB Offline
                                      berkseoB Offline
                                      berkseo
                                      wrote on last edited by berkseo
                                      #58

                                      @HEINZV Thanks for the clues. Now all modules are programmed in the Arduino IDE. Absolutely all modules - https://youtu.be/J0M2vgW--FM

                                      0_1542407959427_C35D45D6-CDED-4025-9EB8-08CEF07A2740.jpg

                                      Truth were nuances. Had to remove all the drivers for J-LINK, remove nRF GO. Then I installed the j-LINK Windows v640 drivers. Then again I installed nRF GO. And the most important point when installing nRF GO refuse to install drivers for J-LINK. nRF GO works with both my Chinese j-LINK clones :)

                                      1 Reply Last reply
                                      1
                                      • H Offline
                                        H Offline
                                        heinzv
                                        wrote on last edited by
                                        #59

                                        @berkseo glad to hear, that it worked.
                                        I'm meanwhile working on the sketch for the Tem & Hum sensor node. As written, I've switched to the GxEPD e-Paper library. It is easier to use and is installable via the Arduino Studio or via platform.io.
                                        I've evaluated a lot of fonts and have finally found one I like and which fits to the display even with the decimals. I used the fontconvert from the GxEPD lib which can convert any TTF or OTF font.
                                        Here is a picture (I'm still using the MySesnors PCB from ranseyer waiting for the new PCB's from you)
                                        0_1542660633767_20181119_213657_nRF52_Temp_Hum.jpg

                                        berkseoB 1 Reply Last reply
                                        0
                                        • H heinzv

                                          @berkseo glad to hear, that it worked.
                                          I'm meanwhile working on the sketch for the Tem & Hum sensor node. As written, I've switched to the GxEPD e-Paper library. It is easier to use and is installable via the Arduino Studio or via platform.io.
                                          I've evaluated a lot of fonts and have finally found one I like and which fits to the display even with the decimals. I used the fontconvert from the GxEPD lib which can convert any TTF or OTF font.
                                          Here is a picture (I'm still using the MySesnors PCB from ranseyer waiting for the new PCB's from you)
                                          0_1542660633767_20181119_213657_nRF52_Temp_Hum.jpg

                                          berkseoB Offline
                                          berkseoB Offline
                                          berkseo
                                          wrote on last edited by
                                          #60

                                          @heinzv Finally got the PCB. Soon I will send the finished device.
                                          1_1543170753492_F436A79B-4D32-458F-BDBB-1CB435D7668B.jpg 0_1543170753492_805C0A8F-BB55-497D-B063-431C1D2E5687.jpg

                                          H 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          13

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular