TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (402 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (130 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 (140874 times)
  2. FAT32 Library (73468 times)
  3. Network Ethernet Library (58268 times)
  4. USB Device Library (48456 times)
  5. Network WiFi Library (44062 times)
  6. FT800 Library (43629 times)
  7. GSM click (30520 times)
  8. mikroSDK (29224 times)
  9. PID Library (27194 times)
  10. microSD click (26887 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

Traffic Flow Recorder (TFR)

Rating:

0

Author: Val Gretchev

Last Updated: 2012-07-27

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 832 times

Not followed.

License: MIT license  

This project combines several examples into a single application implementing a traffic movement data logger. The collected data can be used to justify signal lights or to change the signaling sequence of existing lights.
The hardware used for this project is mikromedia for Stellaris® M3 board.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Traffic Flow Recorder (TFR)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Traffic Flow Recorder (TFR)" changes.

Do you want to report abuse regarding "Traffic Flow Recorder (TFR)".

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

Project Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

UART Driver using Interrupts for MultiMedia PIC32MX7

0

The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.

[Learn More]

Using MINI-M4 for STM32 as a Servo Motor Controller

0

In this example I use general-purpose timer 3, channels 1 and channel 2 to drive a pair of servo-motors in a pan and tilt mechanism. The included test program provides a convenient way to send multiple seek commands to position the servos over their complete range of motion.

[Learn More]

Mikromedia Plus for STM32 with Shield and GPS Click L10 Board.

0

This example uses the GPS click L10 board in slot 2 of the shield and communicates with it through UART2. Commands and messages are available using UART6-to-USB circuit on the shield board. The USB-HID Bootloader is used for loading the code. However, you can use mikroProg programmer if you prefer.

[Learn More]