Author Topic: Suggestions for microprocessor module  (Read 2427 times)

0 Members and 1 Guest are viewing this topic.

Offline mariush

  • Super Contributor
  • ***
  • Posts: 5338
  • Country: ro
  • .
Re: Suggestions for microprocessor module
« Reply #50 on: August 29, 2026, 06:26:19 am »
Jesus christ ... get a breadboard and a 4-5 pin header or replace breadboard with a stripboard if you have soldering iron - example https://www.ebay.com/itm/376176460955  or https://www.ebay.com/itm/398087349511

You have that Microchip SNAP for 10-12$ that can program PICs, Atmel parts, and some other ICs, you need 4-5 wires to the board to program the micro.

You have 800+ DIP packages , PICs and Atmel , you can program all in assembler :  https://www.digikey.com/short/j2qthwmp

Some of the more old PICs and low pin count (ex maybe pic10f) may not be supported by the SNAP but older programmers will work (basically SNAP only works with chips that can be programmed using low voltage, all the more modern ones support low voltage programming)
 

Online Analog KidTopic starter

  • Super Contributor
  • ***
  • Posts: 4832
  • Country: us
  • DANDY fan (Discretes Are Not Dead Yet)
Re: Suggestions for microprocessor module
« Reply #51 on: August 29, 2026, 07:08:35 am »
Jesus christ ... get a breadboard and a 4-5 pin header or replace breadboard with a stripboard if you have soldering iron - example https://www.ebay.com/itm/376176460955  or https://www.ebay.com/itm/398087349511

OK. So if I want to go this route, could you maybe supply specifics?
Like specific chips, programmers, software? So I don't have to hunt them down?

I still have some SX-28 chips, no programmer, but they don't have enough I/O pins, so time to move on to something else.

I do have breadboards, soldering iron, all that: however, I like the idea of a dev board w/chip to simplify things. (Previously I assembled my SX-28 projects on perfboard, soldered.)
 

Online IanB

  • Super Contributor
  • ***
  • Posts: 13031
  • Country: us
Re: Suggestions for microprocessor module
« Reply #52 on: August 29, 2026, 07:22:54 am »
So I have not done anything like this, but if I were to do so, I think I would look at an Arduino. A nice convenient dev board with peripheral interfaces on it, a competent microprocessor, and plenty of ways to program it.
 

Offline Andy Chee

  • Super Contributor
  • ***
  • Posts: 2074
  • Country: au
Re: Suggestions for microprocessor module
« Reply #53 on: August 29, 2026, 07:39:34 am »
So I have not done anything like this, but if I were to do so, I think I would look at an Arduino. A nice convenient dev board with peripheral interfaces on it, a competent microprocessor, and plenty of ways to program it.
Specifically, whilst the majority of the Arduino programming ecosystem is based around C language, for the OP's requirements, the Arduino can definitely be programmed in assembly, which raises another important question.

Will the OP be relying on assembly language modules and libraries developed by the community?  Or will the OP be coding assembly from scratch?

If the OP is looking for community assembly code examples and snippets, they may struggle to find a large codebase beyond PIC.  Pretty much everyone has moved on to C.

The lack of a large assembly codebase also means less training material for AI tools, which may be more error prone with generating assembly language, compared to AI generated C code.  This may be a moot point if the OP won't be using AI.
« Last Edit: August 29, 2026, 07:42:05 am by Andy Chee »
 

Online Analog KidTopic starter

  • Super Contributor
  • ***
  • Posts: 4832
  • Country: us
  • DANDY fan (Discretes Are Not Dead Yet)
Re: Suggestions for microprocessor module
« Reply #54 on: August 29, 2026, 07:55:02 am »
Specifically, whilst the majority of the Arduino programming ecosystem is based around C language, for the OP's requirements, the Arduino can definitely be programmed in assembly, which raises another important question.

Will the OP be relying on assembly language modules and libraries developed by the community?  Or will the OP be coding assembly from scratch?

From scratch.

"Libraries? Libraries? We don't need no steenkin' libraries!"
I know how to roll my own stuff. Not doing anything spectacular on a dinky micro, leave that stuff for my PC.

And no goddamned "AI" either.
« Last Edit: August 29, 2026, 08:46:11 am by Analog Kid »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf