Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 01, 2025, 03:43:07 15:43


Login with username, password and session length


Pages: 1 2 3 4 5 [6] 7 8 9 10
 51 
 on: May 14, 2025, 07:08:02 07:08 
Started by zac - Last post by kripton2035
Why not split the solar array in half ? take care of the max power input in your inverter but it would have less losses than shunts.

 52 
 on: May 14, 2025, 06:00:46 06:00 
Started by alx - Last post by Alx
Thank you for invitation. Registration is done.



Note: This message sent by the system behalf of Alx.

 53 
 on: May 14, 2025, 05:48:47 05:48 
Started by zac - Last post by zac
I have a solar array with an open circuit voltage of 640V and a maximum power point voltage of 510V and a charge controller that can tolerate up to 550V input.  So, I'm trying to figure out the best way to limit the voltage to 550V.  In practice, the array would only exceed 550V during unusual conditions (such as very cold and high intensity sun such as immediately after a storm). 

The array has a maximum output current of 10 A (about 5 kw).  The simplest solution seems to be a shunt regulator.  The simplest form may be a string of series connected high power (50 watt) zener diodes with the combined breakdown voltage a bit under 550V.  The shunt regulator would never need to dissipate the full output power of the array since even a modest load (10-20%?) should drop the voltage below the 550V threshold.  I have minimal experience with high voltage electronics.  Anyone have any ideas or experience with this?   

 54 
 on: May 13, 2025, 07:57:35 07:57 
Started by alx - Last post by Catcatcat
This member is invited by me. Registration isn't completed yet.


Note: This message sent by the system behalf of Catcatcat.

 55 
 on: May 13, 2025, 05:25:31 05:25 
Started by alx - Last post by alx
Countryusa
NoteI am an electronics engineer
And I love programming and building hardware
I am skilled in building and programming electronic devices
I can answer specialized questions in the field of programming PIC, AVR microcontrollers, and hardware design.
The purpose of becoming a member is to share experience and benefit from the experiences of friends.
Electronics is my job and I enjoy it

 56 
 on: May 11, 2025, 09:26:58 09:26 
Started by max - Last post by aplank
I had a look around, but failed to find anything.

Without the full detail, these are chips I'd avoid.

 57 
 on: May 10, 2025, 07:08:37 07:08 
Started by max - Last post by max
looking for following uC

SC8F072AD614SP
SC8P062AD614SP
SC8P1711E      
SC8P1762E      

CMS80F2313
CMS80F2316
CMS80F2317         
CMS80F7316
CMS80F7318
CMS80F7616
CMS80F7618

PMS134
PFS122B
PGS134
PFS154


 58 
 on: May 07, 2025, 05:05:45 17:05 
Started by metal - Last post by eleks
This will be right:
Code:
.text
...
.section coeff,psv
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end

 59 
 on: May 07, 2025, 10:28:14 10:28 
Started by metal - Last post by eleks
I apologize in advance if my question is inappropriate here.
I'm trying to write code in xc16 assembler. I don't understand how to place constants in program memory. In theory, you just need to place data in the program area (after the .text directive). But if I do this:
Code:
.text
...
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
Then the compiler perceives the labels COEFF_A and COEFF_B as invalid assembler instructions.
If I do this:
Code:
.text
...
.data
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
The compiler places constants in the data area.  Huh
Tell me what I'm doing wrong?

Posted on: May 07, 2025, 09:59:15 09:59 - Automerged

If I do this:
Code:
.text
...
.section .const
COEFF_A: .hword  0x4000,0x8F5B,0x4BB5,0xEE34
COEFF_B: .hword  0x2511,0x6F33,0x6F33,0x2511
.end
The data seems to appear in the program memory area. But in my opinion, this is not quite the correct syntax.

 60 
 on: May 07, 2025, 07:44:19 07:44 
Started by max - Last post by aplank
Unlikely you'll find a single repository for all Chinese uC programming protocols  Shocked

When I've looked at using one of the Chinese devices, I've always first tried to collect all relevant programming information. If I can't find it, I don't use the part.

But, after some deep searching, and often a lot of frustration with my inability to speak the language and manufacturers poor translations, I normally find something.

Are you after details of any specific part?

Pages: 1 2 3 4 5 [6] 7 8 9 10

DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC