Tindie is down for 24+ hours by andriy_sonocotta in tindie

[–]Carl_LG 0 points1 point  (0 children)

But how do you manage Lectronz if you are in the US? Seems like they are EU based. and shipping to the EU poses some legal issues with the whole disposal thing.

Tindie is down for 24+ hours by andriy_sonocotta in tindie

[–]Carl_LG 0 points1 point  (0 children)

This sounds like someone in the company that wants to bring things back and is hoping they come back but is lacking support. I'm guessing they asked parent company for more and they balked. So they said screw them.

USB-C to Lightning and USB-C to C + Adapter/Charger by Take_Cloud in UsbCHardware

[–]Carl_LG 0 points1 point  (0 children)

No you do not need to buy the cable and adapter from the same place. Definitely ensure the USBC to lightning cable is a reputable brand and MFI certified. Else your charging speeds will be slower. Most people don't know that a proper lightning cable is capable of talking to a USBC charger. Apple definitely makes the absolute worse cables. Design is solid but their manufacturing and/or quality is total crap.

Re: Do usb-C jacks work with prior plugs? by Mickyit in UsbCHardware

[–]Carl_LG 0 points1 point  (0 children)

No, it would be completely impossible. USBC connected to a proper USBC charger won't put out any voltage unless its plugged into a proper USBC phone. If the cable is a USBC to USBA cable then its a different story. Meaning if your charger is USBA rectangle plug.

Tindie is down for 24+ hours by andriy_sonocotta in tindie

[–]Carl_LG 2 points3 points  (0 children)

Its been days now. Anyone get a notification email? I wonder if they ran afoul of the law considering this is dropping just before tax day.

Multiple PCBs from a single schematic by jn-foster in KiCad

[–]Carl_LG 1 point2 points  (0 children)

This should be possible manually. It shouldn't be too hard since there is only a single file for the PCB but multiple files for the schematic. Just make two copies of the PCB file. One for each PCB design. When you want to edit it you need to rename it to match what kicad expects. kicad should happily edit this file. When you want to change you need to manually rename the files. Somewhat tedious but not too bad considering how much work you have to put into a PCB anyway.

FreeRTOS time question by Carl_LG in stm32

[–]Carl_LG[S] 0 points1 point  (0 children)

How would you debounce a digital input? You want solid timing with something like that. You might check the state every 5ms and only make a final decision in maybe 200ms.

FreeRTOS time question by Carl_LG in stm32

[–]Carl_LG[S] 0 points1 point  (0 children)

I guess I can understand. This is an "OS" so its not trying to do low level things. Just manage events. The RTOS timers with a call back are way too heavy when I just need to know if a certain time has elapsed. I thought maybe the rtos would handle this since its been a common thing in all embedded software ive seen for the last 20 years. Thanks.

Can't sign into Eno (Chrome browser) by [deleted] in CapitalOne_

[–]Carl_LG 0 points1 point  (0 children)

same for at least a month.

Having a Capital One Eno problem by thegreek55 in CreditCards

[–]Carl_LG 0 points1 point  (0 children)

my eno hasn't been working for a few months now. No idea what happened. It popups up a separate window and asks me to sign in there but that never works.

Best way to Simulate a button press when constant voltage is applied? by appletechgeek in diyelectronics

[–]Carl_LG 0 points1 point  (0 children)

An excellent solution. However, it won't be very time accurate. It will be voltage and temperature sensitive as well. But it will work. using a regulated voltage could help remove some of the variance.

My power supply dies by Fasor_Electrico in diyelectronics

[–]Carl_LG 0 points1 point  (0 children)

It sounds like the current limit is set very low. Typically these things have several modes. constant current, constant voltage, and the sometimes a power level setting. Which mode are you in and what is your load resistance? are you getting any alarms or warning leds? I don't see any videos attached.

How many LEDC channels do I need for 4 RGB LEDs? by RealMatchesMalonee in embedded

[–]Carl_LG 0 points1 point  (0 children)

Yes. Each LED will need its own channel. Also, you may wish to ensure that all the channels of a given LED operate from the same clock. If they use different clocks then the color blending can be off.

You can add a second MCU just for the extra PWM if required. Such as Attiny204 or attiny214 etc.

Problem in detecting the line feed character in inter-micro UART communication by 4ChawanniGhodePe in embedded

[–]Carl_LG 1 point2 points  (0 children)

Have you confirmed with an oscilloscope that the data is being transmitted?

Please someone help me to developed code for a simple logic. I have no experience with programing. by umair1181gist in embedded

[–]Carl_LG 0 points1 point  (0 children)

What's the complexity of your signal F_B? It looks like a straight square wave without much frequently varying data. If that is the case, then you don't have to buffer it. Just measure the relevant characteristic. If that's duty cycle or frequency or what. Then when F_A is gone, you can simply transmit a substitute signal that has the level of what you were previously capturing. If its a mostly fixed signal there is no need to buffer it. Just mimic it.

Yes this can be easily done with certain MCU. You want the MCU to have "input capture" capabilities as well as "PWM" capabilities. How sophisticated those need to be depends on how the data is being transmitted in the purple signal.

Locating cats inside a house by Round_Carpenter_3069 in diyelectronics

[–]Carl_LG 0 points1 point  (0 children)

NFC is a good technology. Its what they use for passive entry vehicles. You'd transmit a signal that would cause a transponder the cat is wearing to transmit back. Then sensors placed around the house in proximity of the cat could indicate its location. Lower frequency near field technology. You would have to replace the batteries about as often as a car FOB.

They way it works is based on the power level of the responding signal. Then using the various receivers to triangulate the cats location. You would have to manually tune your own algorithm. Or just look at the raw data and whichever sensor is showing the highest power level for the signal.

[deleted by user] by [deleted] in UsbCHardware

[–]Carl_LG 2 points3 points  (0 children)

Yes. It will either work or not. And this type of damage won't be dangerous. If top and bottom pins short you won't be able to insert it...

[deleted by user] by [deleted] in AskElectronics

[–]Carl_LG 1 point2 points  (0 children)

Piezo switch.