Author |
Message |
Topic: Powersupply |
aaronik19
Replies: 2
Views: 2085
|
Forum: General CCS C Discussion Posted: Tue Jul 16, 2024 12:31 pm Subject: Powersupply |
Dear all..this question may not be directly to pic but i wpuld like your feedback..
I have a pic project and i want to fit it in a dinrail and i would like to make a power supply in the same dinrai ... |
Topic: Serial Payload |
aaronik19
Replies: 1
Views: 9916
|
Forum: General CCS C Discussion Posted: Fri Apr 22, 2022 1:31 am Subject: Serial Payload |
Dear all, i would like to interface JDY-23 Bluetooth module to my Pic 18F4550 to transmit an receive data to Android mobile. Now to organize the transmission i would like to use one payload of data to ... |
Topic: Power supply |
aaronik19
Replies: 6
Views: 19829
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2022 4:23 am Subject: Power supply |
Yes in fact i want to refer that you can apply from 12v to 240v ac or dc and the circuit operate without any problems. As others said the circuit give a very low current output and efficiency is compr ... |
Topic: Power supply |
aaronik19
Replies: 6
Views: 19829
|
Forum: General CCS C Discussion Posted: Tue Mar 08, 2022 5:50 pm Subject: Power supply |
Dear all thanks for your reply. For example power supply used in these kind of DIN Rail timers, i think that output voltage is around 5 to 7v and current is around 100mA. I think it will be a good ide ... |
Topic: Selective if then statement |
aaronik19
Replies: 9
Views: 24135
|
Forum: General CCS C Discussion Posted: Thu Mar 03, 2022 2:32 pm Subject: Selective if then statement |
Dear Friends, I have a question and maybe this might be used amongst others. I have a loop where I used a switch case, and inside every case, there is multiple if..then statement. Now since the case i ... |
Topic: Power supply |
aaronik19
Replies: 6
Views: 19829
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2022 3:51 am Subject: Power supply |
Dear all, sorry that i am posting here with this question maybe it is not directly related to CCS but i am going to use this circuit with PIC micro. I would like to design a power supply which has an ... |
Topic: Button assignment |
aaronik19
Replies: 7
Views: 19898
|
Forum: General CCS C Discussion Posted: Fri May 08, 2020 9:25 am Subject: Button assignment |
Thanks for your replies. But my query is that my five buttons have different tasks for every page. How i can assign different tasks of these buttons according to the page/screen. I do not want codes.. ... |
Topic: Button assignment |
aaronik19
Replies: 7
Views: 19898
|
Forum: General CCS C Discussion Posted: Thu May 07, 2020 2:14 pm Subject: Button assignment |
Thanks for the reply but i did not understand what you are saying...sorry |
Topic: Button assignment |
aaronik19
Replies: 7
Views: 19898
|
Forum: General CCS C Discussion Posted: Thu May 07, 2020 12:51 pm Subject: Button assignment |
Dear All. Hope everyone is ok. I have an Lcd 20x4 and 5 buttons and i would like to make a menu (with pages). The buttons are Up, Down, Left, Right and Enter. Now the duty of every button from one pag ... |
Topic: 32khz |
aaronik19
Replies: 4
Views: 16282
|
Forum: General CCS C Discussion Posted: Sat Apr 18, 2020 1:56 pm Subject: 32khz |
Sorry i forgot to mention it. I am using the sqw 1hz as Interrupt when the alarm is reached. |
Topic: 32khz |
aaronik19
Replies: 4
Views: 16282
|
Forum: General CCS C Discussion Posted: Sat Apr 18, 2020 1:24 pm Subject: 32khz |
Dear all,
I am using a pic18f and i also intergave the ds3231 module to my pic to make an alarm clock which is working pretty good. On the other hand i would like to use the timer0 to make some sec ... |
Topic: calculation |
aaronik19
Replies: 6
Views: 13419
|
Forum: General CCS C Discussion Posted: Wed Apr 01, 2020 12:22 pm Subject: calculation |
Yes it worked perfectly as well. Structly speak this was new for me. Why one is LL and the other one is L only? |
Topic: calculation |
aaronik19
Replies: 6
Views: 13419
|
Forum: General CCS C Discussion Posted: Wed Apr 01, 2020 7:59 am Subject: calculation |
ok...I found the mistake.. I need to declare the Al_hour and Al_minut as int32. now it worked good. |
Topic: calculation |
aaronik19
Replies: 6
Views: 13419
|
Forum: General CCS C Discussion Posted: Wed Apr 01, 2020 6:42 am Subject: calculation |
Dear All,
I have a small issue. This is part of the code:
unsigned int Alarm_1[9] = {15,35,23,23,12,00,9,00,20}; //stores 5 Alarms in steps of 3
unsigned int32 total_seconds; ... |
Topic: bits at startup |
aaronik19
Replies: 8
Views: 16382
|
Forum: General CCS C Discussion Posted: Thu Mar 26, 2020 5:11 pm Subject: bits at startup |
I really appreciate your replies, but unfortunately, the bit continued to light up during starup. This is the program. I am sorry but I used a library and some of the lines might be useless.
#incl ... |
|