Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Need Bluetooth enabled processor.

Pommie

Well-Known Member
Most Helpful Member
What processors are available with Bluetooth that are cheap and have a readily available development environment, approx 1000 required.

Thanks,

Mike.
 
Low end



Higher end :




Software (compiler and IDE free)





Projects (outside of tool, inside tools many more) to draw from :

https://community.element14.com/pro...0-projects-in-100-days?displayFullThread=true non ble

https://github.com/Infineon/PSoC-4-BLE/tree/master/100_Projects_in_100_Days ble

https://www.infineon.com/dgdl/Infin...ampaign=202110_globe_en_all_integration-files ble


PSOC 4, 5LP, 6, onboard resources (many parts multiple of below) :

1683800062966.png



In addition community making onchip components, like DDS, 74HC equivalents, CORDIC, .......In PSOC
language a component is an onchip resource. User can create their own components thru
schematic capture and/or Verilog. Each drag and drop component comes with a rich lib of f() calls
to manipulate the component, config and real time. Rare you write a driver, you just cut and paste
f() calls into your code.

A couple of make your own component examples :




A simple example of PSOC as SOC :





Regards, Dana.
 
Last edited:

Latest threads

Back
Top