#pic16

2025-06-04

Электронная нагрузка для разряда аккумуляторов на микроконтроллере PIC16F628A

Привет, Хабр! У данного микроконтроллера отсутствует встроенный аналогово-цифровой преобразователь (АЦП), зато есть цифро-аналоговый (ЦАП) и компараторы. Это позволяет использовать PIC16F628A для управления разрядным устройством с довольно продвинутым функционалом.

habr.com/ru/companies/ruvds/ar

#ruvds_статьи #аккумуляторные_батареи #автомобильный_аккумулятор #свинцовокислотные_аккумуляторы #самоделки #jal #микроконтроллеры #pic16 #счетчик #цифровая_схемотехника #цифровая_электроника #индикаторы

2025-06-04

Электронная нагрузка для разряда аккумуляторов на микроконтроллере PIC16F628A

Привет, Хабр! У данного микроконтроллера отсутствует встроенный аналогово-цифровой преобразователь (АЦП), зато есть цифро-аналоговый (ЦАП) и компараторы. Это позволяет использовать PIC16F628A для управления разрядным устройством с довольно продвинутым функционалом.

habr.com/ru/companies/ruvds/ar

#ruvds_статьи #аккумуляторные_батареи #автомобильный_аккумулятор #свинцовокислотные_аккумуляторы #самоделки #jal #микроконтроллеры #pic16 #счетчик #цифровая_схемотехника #цифровая_электроника #индикаторы

2025-05-10

Спидометр для электромопеда на микроконтроллере PIC16F628A

Привет, Хабр! Несколько лет назад у меня был самодельный 48-вольтовый электромопед на свинцово-кислотных аккумуляторах, переделанный из Риги-12. Для него был разработан специальный спидометр, смонтированный вместо крышки бензобака, переделанного в отсек для электроники. Во время движения прибор показывал скорость, а на остановке — пройденный путь. На примере этой несложной поделки я расскажу и покажу вам последовательность разработки и воплощения любительского микроконтроллерного устройства.

habr.com/ru/companies/ruvds/ar

#ruvds_статьи #самоделки #jal #микроконтроллеры #pic16 #спидометр #электромопед #электромотоцикл #электровелосипед #счетчик #uln2003 #цифровая_схемотехника #цифровая_электроника #индикаторы

2025-05-10

Спидометр для электромопеда на микроконтроллере PIC16F628A

Привет, Хабр! Несколько лет назад у меня был самодельный 48-вольтовый электромопед на свинцово-кислотных аккумуляторах, переделанный из Риги-12. Для него был разработан специальный спидометр, смонтированный вместо крышки бензобака, переделанного в отсек для электроники. Во время движения прибор показывал скорость, а на остановке — пройденный путь. На примере этой несложной поделки я расскажу и покажу вам последовательность разработки и воплощения любительского микроконтроллерного устройства.

habr.com/ru/companies/ruvds/ar

#ruvds_статьи #самоделки #jal #микроконтроллеры #pic16 #спидометр #электромопед #электромотоцикл #электровелосипед #счетчик #uln2003 #цифровая_схемотехника #цифровая_электроника #индикаторы

i4cy 📌i4cy
2024-04-24

Comparing the computing performance of the PIC microntroller series.

i4cy.com/pic_benchmark/

[13/03/2023]

i4cy 📌i4cy
2024-04-24

I’ve quickly knocked up a Microchip Curiosity board C program for testing these retro looking LED alphanumeric legacy displays made by Hewlett Packard.


[24/05/2021]

Gary GoughGaryGough
2023-01-03

Any hardware people interested in Modbus code for the PIC16 series of micro controllers? I wrote it in assembler about 20 years ago. ( also read a couple of years later that it can't be done. Glad I was ignorant of that fact when I did it ) like to install it first so I can watch other code failing and troubleshoot it. Only implemented the read and r/w 16 bit instructions and added an extension for setting the Modbus address over Modbus. Saves a dip switch.

2021-05-05

Modified Microwave Cures Resin Parts With Style

Once you make the leap to resin-based 3D printing, you'll quickly find that putting parts out in the sun to cure isn't always a viable solution. The best way to get consistent results is with a dedicated curing chamber that not only rotates the parts so they're evenly exposed to the light, but allows you to dial in a specific curing time. A beeper that goes off when the part is done would be handy as well. Wait, this is starting to sound kind of familiar…

As you might expect, [Stynus] isn't the first person to notice the similarities between an ideal UV curing machine and the lowly microwave oven. But his conversion is certainly one of the slickest we've ever seen. The final product doesn't look like a hacked microwave so much as a purpose-built curing machine, thanks in large part to the fact that all of the original controls are still functional.

The big break there came when [Stynus] noticed that the control panel was powered by a one-time programmable PIC16C65B microcontroller. Swapping that out for the pin-compatible PIC16F877A opened up the possibility of writing custom firmware to interface with all the microwave's original hardware, he just needed to reverse engineer how it was all wired up. It took some time to figure out how the limited pins on the microcontroller ran the LED display and read the buttons and switches at the same time, but we'd say the final result is more than worth the work.

With full control over the microwave's hardware, all [Stynus] had to do was strip out all the scary high voltage bits (which were no longer functional to begin with) and install an array of UV LEDs. Now he can just toss a part on the plate, spin the dial to the desired curing time, and press a button. In the video below, you can see he's even repurposed some of the buttons on the control panel to let him do things like set a new default "cook" time to EEPROM.

Compared to the more traditional fused deposition modeling (FDM) 3D printers, resin printing requires a lot of additional post-processing and equipment. You don't necessarily have to gut your microwave just to cure your prints, but you'd be wise to fully consider your workflow will look like before pulling the trigger on that shiny new printer.

#microcontrollers #toolhacks #curing #microwave #microwaveoven #pic16 #uvled #uvresin

image

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst