Close

1229 Results for "e-ink"

  • Linear Slide CNC

  • Slides: 25mm bearing steel rods, with corresponding linear bearings. The bearings are very noisy, I guess the quality is not amazing - but then, these were very cheap ones. Maybe will upgrade.Gantry: my own design https://cad.onshape.com/documents/74b816c9e6a280822f83de26/w/f705239c28005f4bd09e7a94/e/32dac4f73ea9ce0d062e8e3b...
  • Pinha LoRaWan Gateway

  • The two separate boards are populated by: Mainboard: a VoCore2 board, 2.43mm pin headers a minipci-e connector with standoffs.MiniPCI-e board: n-fuse LoRaWan gateway, should also be compatible with RAK concentrator.POE board: SiLabs Si3404...
  • Custom Articulated Joint

  • Arduino code: https://github.com/aanon4/RingNet-Linear-Actuator 3D design (v1.2): http://bit.ly/2cPuHUaOriginal design (v1.0): http://bit.ly/2cyohLpSTL files: https://pinshape.com/items/26163-3d-printed-articulated-joint-v12Form2: https://github.com/aanon4/RingNet-Linear-Actuator/blob/master/3d/joint.formPcbs:...
  • MiCubes are your cubes!

  • MiCubes are your cubes!To be a little more specific, the ultimate goal of MiCubes is to create an open source miniature BLE device that can pair with your smartphone and companion app. Once it does, what you do with it is up to you! So far I have received...
  • Universal IR remote controller

  • The block diagram comes first before starting the project.  The whole system is shown above. This is a contactless system all data is transferred by wireless. Phone and mini control box required to connect the same WiFi. There is an E-ink screen...
  • curamSenes

  • User case Let's see how the device works and how the different actors interact with it The first point is to enter the data into the system. We have developed an Alexa Skill that launches a python function that stores that (name and frequency)...
  • Serial Multicore Mikrocontroller

  • To give you an impression of how fast this thing is: A = a0x01 # load content from address 1 into register A B = l1 # load register B with 1 (literal) C = A-B # simple math D = A>l2 # is A greater than 2? E = D?C:B # yes: E=C, else: E=B F = A*E G = C-B...