TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 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 (139842 times)
  2. FAT32 Library (72209 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47739 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28439 times)
  9. PID Library (26989 times)
  10. microSD click (26398 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
Project

Adding WiFi to a MultiMedia Board for Stellaris M3

Rating:

0

Author: Val Gretchev

Last Updated: 2013-04-13

Package Version: 1.0.0.0

Category: WiFi

Downloaded: 633 times

Not followed.

License: MIT license  

This project shows how to give a multi-media board wireless access to an Internet router and implements a simple UDP server/client communications protocol.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Adding WiFi to a MultiMedia Board for Stellaris M3" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Adding WiFi to a MultiMedia Board for Stellaris M3" changes.

Do you want to report abuse regarding "Adding WiFi to a MultiMedia Board for Stellaris M3".

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

Project Blog

The MultiMedia board for Stellaris M3 does not have a click board interface. However, the WiFi Plus click board can be connected easily by means of 5 wires. The wiring diagram below shows the required connections.

Wiring Diagram

Wiring Diagram

Connections between MM board and WiFi Plus click board.

View full image
Code Chart

Code Chart

This chart should make it easier to follow the code.

View full image

ALSO FROM THIS AUTHOR

Examples for FreeRTOS

0

I am delighted that FreeRTOS was ported for use with MikroE compilers. After trying the demo codes supplied by MikroE, I decided to try some of my drivers for USB and UART. After resolving some issues, I was able to get a lot of code working in the new environment and I wanted to share it with users.

[Learn More]

Using WiFi to set RTC on Tiva board

0

Another example of setting the real-time-clock with data obtained from an Internet time server using the external CC3000 chip on the Tiva board. The FT232 chip on the shield board is used for diagnostic messages.

[Learn More]

Using a Shaft Encoder with MINI-M4 for STM32

0

This example shows how to connect a shaft encoder to a MPU board and provides a state machine decoder that can be used for many useful applications where a rotating dial inputs positional information. This data can be used for display purposes or for converting into analog signal by passing it to the internal DACs.

[Learn More]