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]

Sort By

USER REQUESTS

first | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 last
DANIEL SIMIYU
dsimiyu520

posted on 2015/07/18 06:56:05 AM CEST

Audio & Speech

DTMF

SEEK HELP ON DTMF MT8870 AND PIC 18F4550 HOME APPLIANCE CONTROLLER WITH MOBILE PHONE/8 RELAY CONTROL,WITH REAL TIME YEAR CALENDER

vikas bodke
vikasbodake

posted on 2015/06/24 02:00:28 PM CEST

Audio & Speech

stm32f429 discovery tft

Dear,

i am using stm32f429 discovery with tft but i cant define pins such as RS, E, RST,CS, RD etc. Even i dont know whether this board will support by mikroe arm

osman cakmak
osmancakmak

posted on 2015/03/26 10:58:36 AM CET

Audio & Speech

ADC-FIR Filter-DAC

hi. I'm beginner Stm32f4-MicroC and I want to make a band pass fir filter but I can't, and how can add DMA lib to MicroC may you help me plaese...

e_osman66@hotmail.com

dinusha kothalawala
dinusha

posted on 2015/03/07 05:21:45 AM CET

Audio & Speech

50 hz pwm atmega 16

i want to simple 50hz code for atmega 16
without library alredy i have code but it not wirking

void main()
{
//Configure TIMER1
TCCR1A|=(1<<COM1A1)|(1<<COM1B1)|(1<<WGM11); //NON Inverted PWM
TCCR1B|=(1<<WGM13)|(1<<WGM12)|(1<<CS11)|(1<<CS10); //PRESCALER=64 MODE 14(FAST PWM)

ICR1=4999; //fPWM=50Hz (Period = 20ms Standard).

DDRD|=(1<<PD4)|(1<<PD5); //PWM Pins as Out

while(1)
{

OCR1A=97; //0 degree
Wait();



}

Greg Orders
gorders1

posted on 2015/01/09 02:46:40 PM CET

Audio & Speech

Pump alarm system

Hi i want to use a 16f887 at 20.00mhz on a picready1
port b is input and need all inputs to trigger on 1 to 0 transition.
to set port d and c as outputs and normal setting as 0x55 (no alarm)
8 inputs have 2 outputs each for green and red led. using port d and c for these.
i need to use port b as interrupt triggered so that leds swap on alarm for corresponding input
also have to have a trigger from each alarm to send a signal to a phone dial-er
need a reset button to reset alarm condition.
Iam using mikroe pro ver 6.40 and would much appreciate anyone's help on here.
Have to be able to reset the fault condition once the pump is running again ie float is active. also need a bypass for each input which turns off the green run led but tricks the chip into thinking everything is normal.

first | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 last