We have a custom PCB board, and we’re making use of the CP2105 IC. But we’re getting junk data on the Serial output. Any idea on how to debug the issue? The device is getting recognized and the baud rate is ...
Embed Threads Latest Questions
I am learning PCB Design in Kicad and facing issue in saving footprint and not able to generate footprint. Please help me out in solving this issue
Am working as network engineer and I want to become a network protocol developer can any one tell me the road map to achieve my dreams
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { if (htim->Instance == TIM6) { data =1; } } int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration——————————————————–*/ /* Reset of all peripherals, Initializes the Flash interface and the ...
As question suggest does anyone has used any sort of sensors with good accuracy for such use case? I am more interested in optical sensors.
Hello, I have 1 year of experience in Embedded Firmware Development. Now I’m willing to learn PCB Designing. I would appreciate it if someone gives me the roadmap to learn PCB Designing efficiently. Thanks!
Lets say I have choosen STM32f4xx microcontroller there are discovery board of it but, i want to design custom pcb of the microcontroller for making custom projects. I need help in design guidelinesand the resources for it.
Hello everyone, I am using stm32 for RTC where I have encountered with a problem i.e whenever I do the reset or power off the board the clock is working fine which means it is showing the exact time even ...