1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Articles authored by martinius96

Articles being sold by martinius96.

  1. martinius96
    Why wouldn't I buy LaskaKit's ESPD-35 again? - TFT LCD compact with ESP32 by martinius96
    An article about kites from the Laskakit eshop, which created a custom PCB on which an ESP32 microcontroller and an LCD TFT display with touch support are mounted. This article I have in slovak language published on my blog. It will not be...
    Price:
    $10.00
    Words:
    2,299
    Articles:
    1
  2. martinius96
    Augmented reality (AR) - IoT dashboard by martinius96
    Try water level monitor project with your hardware (Arduino, ESP32, ESP8266). There are several sample source codes available in Arduino Core, or ESP-IDF. There are also many available transmission technologies for direct or indirect writing to...
    Price:
    $3.00
    Words:
    785
    Articles:
    1
  3. martinius96
    Solar powered ESP32 - WiFi / LoRaWAN by martinius96
    The program implementation is available on Github of the level meter project: https://github.com/martinius96/hladinomer-studna-scripty/blob/master/examples/Hladinomer/LoRaWAN/LoRaWAN.ino Live data on the test web interface can be seen at:...
    Price:
    $2.00
    Words:
    543
    Articles:
    1
  4. martinius96
    BLE Beacon based on ESP32 with custom payload by martinius96
    BLE Beacon based on ESP32 microcontroller that is able to share (advertise) custom payload with non pre-defined BLE profile [IMG] [IMG] [IMG]
    Price:
    $2.00
    Words:
    960
    Articles:
    1
  5. martinius96
    ESP-IDF in Wokwi simulator - ESP32 by martinius96
    The article describes the use of low-level programming in C/C++ in the ESP-IDF framework paradigm from Espressif Systems for the development of an IoT application in the Wokwi simulator. The article points out the differences compared to a fully...
    Price:
    $2.00
    Words:
    834
    Articles:
    1
  6. martinius96
    Sensors for measuring water level with Arduino / ESP32 by martinius96
    Try the web interface of the Water Level Monitor project with your hardware (microcontroller and ultrasonic distance sensor), or create a program implementation with one of the described sensors:...
    Price:
    $2.00
    Words:
    1,058
    Articles:
    1
  7. martinius96
    ESP32 - PHY Ethernet LAN8720 by martinius96
    Program implementation for Ethernet PHY thermostat on ESP32: https://martinius96.github.io/thermostat-ethernet/phy_ethernet.html Program implementation for Ethernet PHY sensor node with ultrasonic sensor on ESP32:...
    Price:
    $2.00
    Words:
    962
    Articles:
    1
  8. martinius96
    How to run an ineffective program efficiently? - FreeRTOS by martinius96
    Article related to ESP32 microcontroller that are programmed under Arduino IDE using Arduino Core (Wiring) that supports also FreeRTOS that is helpful for running multiple non-blocking loops known as tasks. [IMG] Also available in the article is...
    Price:
    $2.00
    Words:
    1,088
    Articles:
    1
  9. martinius96
    Opening the CAME garage door via smartphone by martinius96
    Integrating the garage door opener via smartphone via the Tuya app while maintaining the original control via the floating code remote control. The Tuya application also informs the user about opening the gate with the remote control. The garage...
    Price:
    $5.00
    Words:
    1,565
    Articles:
    1
  10. martinius96
    FreeRTOS in Arduino IDE - ESP32 by martinius96
    [IMG] [IMG] [IMG] [IMG] [IMG] [IMG] [IMG] [IMG]
    Price:
    $5.00
    Words:
    1,645
    Articles:
    1
  11. martinius96
    WiFi thermostat - Espressif Systems - ESP8266 / ESP32 by martinius96
    Article describes the WiFi thermostat project and its implementation on microcontroller platforms from Espressif Systems - ESP8266 and ESP32. The level meter allows to control the output - relay, which switches the control signal for the boiler...
    Price:
    $5.00
    Words:
    1,472
    Articles:
    1
  12. martinius96
    ULP applications - ESP8266 / ESP32 by martinius96
    Article describes the Deep Sleep operating mode implemented in the ESP8266 and ESP32 microcontrollers produced by Espressif Systems. The article explains the principles of waking up the Xtensa processor using available wake-up resources. The...
    Price:
    $15.00
    Words:
    1,309
    Articles:
    1
  13. martinius96
    Detection characteristics - MATLAB by martinius96
    Article describes detections characteristics of ultrasonic distance sensors that can be used in various applications. MATLAB script is available at: https://github.com/martinius96/hladinomer-studna-scripty/blob/master/docs/MATLAB/HCSR04.m [IMG]...
    Price:
    $5.00
    Words:
    664
    Articles:
    1
  14. martinius96
    Basic operations with images - MATLAB by martinius96
    Article describes the basic information with images in the MATLAB environment. Loading an image, editing the matrices in which the image is represented, converting the image to grayscale using the different components of the RGB model and their...
    Price:
    $5.00
    Words:
    976
    Articles:
    1
  15. martinius96
    Bosch BME280 sensor in ESP-IDF framework by martinius96
    The article describes the software support for the popular I2C sensor Bosch BME280 in the ESP-IDF framework environment for the target microcontroller platform ESP32 from Espressif Systems. The article points out compatibility, creation of own -...
    Price:
    $15.00
    Words:
    1,489
    Articles:
    1
  16. martinius96
    Detection characteristics - MATLAB by martinius96
    MATLAB related article about calculating and plotting beam width to figure() when knowing detection angle of ultrasonic sensors for measuring water level in well. Source code is NOT included. [IMG] [IMG] [IMG] [IMG] [IMG]
    Price:
    $6.00
    Words:
    604
    Articles:
    1
  17. martinius96
    Working with images - MATLAB by martinius96
    MATLAB relate article about basic work with images - imread(), editations, rotation, changing pixels in matrix. [IMG] [IMG] [IMG] [IMG] [IMG] [IMG] [IMG] [IMG]
    Price:
    $6.00
    Words:
    985
    Articles:
    1
  18. martinius96
    ESP32 support for WiFi thermostat project by martinius96
    The article describes the support of the ESP32 microcontroller for the WiFi thermostat project, which was originally created for the ESP8266. The article discusses the compatibility of the WiFiManager library, which is responsible for configuring...
    Price:
    $5.00
    Words:
    780
    Articles:
    1
  19. martinius96
    Beamforming visualization - MATLAB by martinius96
    Description of Beamforming technology for use in radio networks for LTE, 5G with visualization in MATLAB. The article does not contain source code in MATLAB. [IMG] [IMG] [IMG]
    Price:
    $5.00
    Words:
    869
    Articles:
    1
  20. martinius96
    ESP-IDF support for the Water level project for ESP32 by martinius96
    Article about support of software implementation for the ESP32 microcontroller into the existing project for measuring the water level in the well in the ESP-IDF framework as equivalent to the Arduino Core source code. The article describes the...
    Price:
    $5.00
    Words:
    771
    Articles:
    1