flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.42k stars 2.67k forks source link

Welcome from Evgeny Dontsov #62

Closed dontsovcmc closed 4 years ago

dontsovcmc commented 4 years ago

Hello everyone!

About me

Software

Writing on C, C++, Python drivers for SCADA system. I know a lot of industrial protocols as Modbus, MQTT, OPC, HTTP (libcurl), XMLRPC and etc. Also have a huge experience with low level binary proprietary protocols: electricity meters, access control systems, security and fire systems and so on.
Working with Ethernet, UART(RS232, RS485), SPI, I2C lines.

Develop & maintain my pet project: https://waterius.ru (Django, nginx, uwsgi, PostgreSQL, InfluxDB, Grafana).

OpenSource and good UI/UX lover.

Hardware

Hardware experience is a hobby. Schematics design and PCB tracing (Eagle CAD). Soldering (not hot air) is't a problem. Use Platformio for hardware projects.

Testing

Have experience with CI (Ansible, TeamCity, Docker), Unit- & Integration- tests. Written small lib for GPIO, I2C tests by Python througth Wi-Fi & ESP8266: https://github.com/dontsovcmc/metf-python-client

Other

Photography and Layout (InDesign, Figma) experience (https://vostnod.com).

What tasks I can take

Maybe I can help in drivers core level. Also I can test some Flipper functions manually, cause I have RFID/iButton hardware devices on hand. Will see...

What help I need

Free time. As I have a job and pet project, I don't have enough time.

glitchcore commented 4 years ago

You can look at Unit test discussion: #40 and intergation test/remote debug platform and emulation: #26 + #22

Also if you can some suggestion to OS/HAL, feel free to share in in #17. Also we have discussion about some core concept (running user app) in #73