Beiträge von brunh

    thank you for your replies.
    sorry, if i made you confused, let me explain again what i want.


    now my keyboard works this way:
    by dialing some figures on the keyboard (or using rfid cards) i get txt files in the folder /usr/local/etc/Doorpi/virtuals/inputs.
    e.g. i pressed on keyboard figures "5" "4" "3"
    then i can see a file with filename 543.txt in that folder,
    and in the same moment i have in doorpi.ini :


    [virtuell_InputPins]
    543 = call:004
    42881541 = out:Door,1,0,3 # this id of my mifare card to pn532 rfid reader


    so i receive the call on sipphone with phone number 004@....... or door will be unlocked.


    and my question was if e.g. i pressed 567 or use some wrong card with id 7654321 and i don't have these InputPins in doorpi.ini,
    how it is possible to get some notifications from the doorphone?

    Dear Thomas, thank you.


    now all numbers that we are dialing on our sensor keyboard are saved in txt files into directory /usr/local/etc/Doorpi/virtuals/inputs. names of the files are equal to enterd numbers.
    and that's why we are able now to call siphones that we have in our doorpi.ini.
    (actually we deal the same way with cards of a rfid reader)


    but we want to show that some entered from the keyboard numbers are wrong, that they don't exist in doorpi.ini.


    but how to do it we can't understand for now...

    simple matrix keyboard and LED display consume more thatn 40% of CPU,and if make some time delay will appear unpretty blinking. The problem's solution is separate controller of the keyboard or of the display, e.g. like this http://www.aliexpress.com/item/Free-shipping-1pcs-4-Bits-Digital-Tube-LED-Display-Module-With-Clock-Display-TM1637-for-Arduino/32549643077.html?spm=2114.13010608.0.113.tKR4y1 .
    Better to take a fish-eye camera, e.g. like here with two mics http://www.aliexpress.com/item/Surveillance-cameras-200W-super-wide-angle-of-130-degrees-with-dual-microphone-USB2-0-camera-module/32620344388.html?spm=2114.13010608.0.94.w0G37S.
    So, we did our doorphone from acrylic board using sensor keyboard (MPR121) and dynamic lighting (APA102)

    touch keyboard MPR121, smart led APA102
    For PoE two converter on the 5V supply for the Orange PC and 12V for the lock.
    The panel in standby mode continuously blinks white, pressed button lights in green, the wrong set - red lights.
    The dialed number is stored in the INPUT and processed as filesystems.
    NSF 532 it is impossible to connect the SPI, and connected as mpr121 via i2c, rfid code stored in the INPUT directory and is treated as filesystems.


    Drivers from Raspberry and adapted for Orange

    Thank you, Andreas!
    i have installed my pn532 on orange pi following exactly this instruction you've sent. And my device found it and can see it, but via i2c.
    and now i don't know what should i write in doorpi.ini instead of "device = tty:AMA0:pn532".
    the reply on command sudo nfc-list is:
    nfc-list uses libnfc 1.7.1NFC device: pn532_i2c:/dev/i2c-0 opened.


    can you help me please?
    Danke.

    Please be so kind clarify to us: how the value "false" is recording to files of keyboard Filesystem after tripping of the script? And should it be written value "false" if an event works upon updating ?
    Danke!

    Hello Thomas! Thank you!


    Hi dear all
    recently i've bought Orange Pi PC to install Doorpi on it. (orange pi + camera cost 21$)
    Installation of Doorpi finished without any errors. Thank you!
    but when i have replaced doorpi.ini by config file that well-worked on raspberry, i received the following messages about errors. Please see log.
    could you please to help me ? where and what i have to fix?
    Danke.

    Hi dear Andreas,
    i have a question: is it possible to change settings (resolution) of mjpg-streamer in the process?
    i would like to take at the same moment two pictures of different quality - one with low resolution to send via telegram, and with higher resolution to save on sdcard.
    i have tried to use command "killall mjpg-streamer", but it didn't help, unfortunately.
    Danke!

    Hello, Pula, thanks a lot for this topic!
    can you advise me please what should i change if i'd like to use RFID RC522? Because i have bought RC522 already.


    thank you in advance