TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 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 (137050 times)
  2. FAT32 Library (70173 times)
  3. Network Ethernet Library (56047 times)
  4. USB Device Library (46369 times)
  5. Network WiFi Library (41991 times)
  6. FT800 Library (41324 times)
  7. GSM click (29083 times)
  8. mikroSDK (26521 times)
  9. PID Library (26462 times)
  10. microSD click (25449 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]

< Back
Example

Let’s make - mikroWeb server

Rating:

0

Author: MIKROE

Last Updated: 2016-02-25

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Other Codes

Downloaded: 1025 times

Followed by: 2 users

License: MIT license  

The mikromedia-based mikroWebserver is the easiest way to remotely monitor and control your smart home system, weather station, or any other type of data logger.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Let’s make - mikroWeb server" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Let’s make - mikroWeb server" changes.

Do you want to report abuse regarding "Let’s make - mikroWeb server".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

mikroWeb server Kit

mikroWeb server Kit

mikroWeb server Kit features: mikromedia Plus for STM32, mikromedia Plus for STM32 shield, HDC1000 click, Motion click, Air Quality click and Relay click.

View full image

The mikromedia-based mikroWebserver is the easiest way to remotely monitor and control your smart home system, weather station, or any other type of data logger.

You’ll find a lot of examples online on how to set up a wireless data logging or automation system. But on second look you’ll see that a lot of them are limited to a local network. Come to think of it, if you’re already on site, why would you need remote control?

Our mikroWeb server bypasses these restriction by relying on noip.com – a dynamic DNS system that allows you to setup a domain that’s tied to your public IP address (for free).

You can google around the find similar services, but the point is that noIP eliminates the need for a static IP address, hence, you’re not limited to using the local IP of your home network.

The example code is robust against connection losses (caused by power outages for example). Once the mikromedia restarts, the newly changed IP address will be automatically tied to your noip domain.

To protect against security breaches, it’s best to set up a specific port on your router that connects to the mikromedia.

You’ll find that the provided code is well documented. In the example, we built a simple dashboard (viewable from any web browser) that displays readings from four click boards: HDC1000 click, Air Quality click and motion click. A relay click is also connected, allowing you to control appliances.

ALSO FROM THIS AUTHOR

BarGraph click - Cloud Demo

5

- The example contains all the necessary initializations and settings for a G2C click on a successful connection by Click Cloud. - BarGraph click (actuator) displays value of the counter that is settings on the Cloud. - This example demonstrate using the Actuator(counter) parser.

[Learn More]

USB CDC MSC Demo

0

The application demonstrates USB CDC functionality.

[Learn More]

Ambient 3 click

0

Ambient 3 Click is calibrated XYZ chromatic smart lighting director, providing the measurement data in digital format over the I2C interface. It utilizes the AS7225, a miniature light sensor with UART and I2C interfaces. Packed in a small casing, this sensor can provide calibrated for life nano-optic sensor providing direct CIE1931 XYZ and CIE 1976 u’v’ coordinate mapping.

[Learn More]