Search results

  1. W

    control a I2C Display with HD44780 controller

    Hi, everyone, I'm currently trying to output texts on an I2C display with HD44780 controller, which unfortunately I can't do. On the supplier's side, the address is Hex 3F, but if I set this address like this: "hi2csetup i2cmaster, $3F, i2cslow, i2cbyte" , then there is an error message that...
  2. W

    LC Display Dig 2R a 2 x 4digit 7segment Display

    Can someone tell me how to control the display? https://www.pollin.de/p/digitalanzeige-modul-daypower-lc-display-dig-2r-810568 It only has 4 connections: GND, VCC, Data, Clk The two 4 x 7 digits displays are addressed via two shift registers 74HC164 but I can't find anywhere how to address a...
  3. W

    Send an SMS with a Picaxe

    Hello, is it possible to send a message to a mobile phone with a Picaxe? In other words, is there a module to send SMS messages to a mobile phone? greetings Wolfgang
  4. W

    Sensor HYT 221 with I2C and 20x2

    Hi, ffor a project I must measure the temperature and the air humidity. For it I have got myself the HYT 221. https://www.ist-usadivision.com/objects/media/data-sheets/product/humidity-module/HYT-221.pdf With an Arduino and this programme I can select the values / register Code: #include...
Top