TOP Contributors

  1. MIKROE (2638 codes)
  2. Alcides Ramos (347 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136093 times)
  2. FAT32 Library (69395 times)
  3. Network Ethernet Library (55671 times)
  4. USB Device Library (45937 times)
  5. Network WiFi Library (41606 times)
  6. FT800 Library (40699 times)
  7. GSM click (28760 times)
  8. PID Library (26312 times)
  9. mikroSDK (25990 times)
  10. microSD click (25089 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

Categories

Compilers

Architecture

Sort By

Category: Communication > WiFi

<< previous | 1 | 2 | 3 | 4 last
Project

Aquaponic Monitoring System

Rating:

0

Author: Microside Technology

Last Updated: 2023-07-13

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 42 times

Not followed.

License: MIT license

Download [2.32MB]

Description

This project aims to demostrate the practical application of MIKROE's toolchain.
Aquaponics systems vary in complexity, depending on the desired fish and plant species. Using only click boards an NECTO Studio ready to use libraries a full monitoring IoT system was build in a matter of hours!

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

Wifi Plus click HTTP Client

Rating:

0

Author: dany

Last Updated: 2023-05-10

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 39 times

Not followed.

License: MIT license

Download [6.42KB]

Description

With this example one can load an internet page from an HTTP server.
At this moment the remote IP address is fixed in the code and it loads the default file from the server.
All data received from the HTTP server is sent to Uart1 where it can be picked up by a uart program to display or to save to a file.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

Web server advanced with PIC18 and ESP8266

Rating:

0

Author: jumboelettronica

Last Updated: 2020-06-21

Package Version: 3.0.0.0

Category: WiFi

Downloaded: 504 times

Not followed.

License: MIT license

Download [182.47KB]

Description

Web server able to satisfy up to 5 requests from the browser simultaneously, e.g. page + 3 image and update.
Management of dynamic variables contained in the html code, e.g. &lt;td&gt; AN 0 &lt;/td&gt; &lt;td&gt; ~ 01 &lt;/td&gt; \, ~ 01 is the dynamic variable that changes value each time the page is updated.
jumboelettronica.altervista.org

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

PIC16 esp8266 Adafruit IO -publish sensor data via MQTT

Rating:

0

Author: Farrukh Hussain

Last Updated: 2020-01-16

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 504 times

Not followed.

License: MIT license

Download [72.93KB]

Description

In this example, I demonstrated ESP8266 interfacing, how you can easily interface ESP8266 without AT commands, first i show interfacing with Arduino and then interfacing with a PIC microcontroller, PIC16 programmed in mikroC, there is nothing chip specific, so you are free to use any mikroC compiler and any supported microcontroller.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

mikroC ESP8266 NTP Clock

Rating:

1

Author: Farrukh Hussain

Last Updated: 2020-01-16

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 367 times

Not followed.

License: MIT license

Download [77.10KB]

Description

In this project, I connected PIC18F452 to an ESP8266 via UART, programmed ESP8266 separately via Arduino and PIC is programmmed via mikroC Pro for PIC, you can select any PICxx microcontroller, or even AVR or something else, whatever MCU is supported by mikroC, if microcontroller support UART, it should be good to go.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

WiFi ESP Click with FreeRTOS

Rating:

1

Author: Val Gretchev

Last Updated: 2019-04-09

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: WiFi

Downloaded: 377 times

Followed by: 1 user

License: MIT license

Download [4.33MB]

Description

This code is an example showing how to interface to the WiFi ESP click board. Comprehensive explanation of the code and files is included in the ReadMe.pdf file of the Documents folder.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

NodeMCU (ESP8266) WiFi Web Client - OpenWeatherMap

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2017-12-19

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 1143 times

Not followed.

License: MIT license

Download [7.34KB]

Description

NodeMCU (ESP8266) WiFi Client - OpenWeatherMap API. The code is written with Arduino IDE.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

NodeMCU (ESP8266) WiFi Hygrometer

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2017-10-13

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 714 times

Not followed.

License: MIT license

Download [4.29KB]

Description

NodeMCU (ESP8266) WiFi DHT21-based hygrometer (HTML Server with WiFi in Station - STA mode). The code is written with Arduino IDE.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

NodeMCU (ESP8266) WiFi Relay Control

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2017-10-13

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 2862 times

Not followed.

License: MIT license

Download [3.60KB]

Description

NodeMCU (ESP8266) WiFi relay control (HTML Server with WiFi in Station - STA mode). The code is written with Arduino IDE.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

Smart Home System

Rating:

1

Author: MIKROE

Last Updated: 2017-08-30

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 1157 times

Not followed.

License: MIT license

Download [292.75KB]

Description

Embedded web server based on WiFi ESP click (ESP8266) used as smart home system.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
<< previous | 1 | 2 | 3 | 4 last