November 20, 2025, 10:53:27 AM

Recent posts

#91
ESP32 / Nominal/max forward current of...
Last post by 981380 - October 03, 2025, 11:32:15 AM
Is there a datasheet for the SSR-DIN-10A-480VAC or at least what is the nominal and max forward current for the trigger?

Sorry, couldn't find a more suitable forum topic area.
#92
ESP32 / ESPHome issue with UART
Last post by ju - October 03, 2025, 11:26:32 AM
Hi folks!

So I've been scratching my head a lot the past day or so, maybe someone here can help me out!

I have a working ESPHome project running on an Olimex ESP32-POE-16MB Rev. L1, I don't need POE for this, nor do I need the Ext connector, so I decided to try to move the project to an Olimex ESP32-Gateway-EA Rev. I
I don't use Ethernet on either board.

Since I changed boards, I cannot get UART to work at all.

I used GPIO13 for TX and GPIO5 for RX on the ESP32-POE without issues.
On the ESP32-Gateway, I've so far tried GPIO16&17, GPIO12&13, GPIO4&13: I don't get any response from UART anywhere.
I've used the same cable for both boards, and now switched back to the ESP32-POE, still the same cable, and everything still works on that board.

Is there something I need to do to make UART work on the ESP32-Gateway?

Thanks a lot!
#93
New Products release / Join our Special Creative Even...
Last post by olimex - October 02, 2025, 11:36:40 AM
Join our Special Creative Event This Saturday from 14.00-16.00! We will have Soldering party and make art with scrapped electronic components.  https://olimex.wordpress.com/2025/10/02/join-our-special-creative-event-this-saturday-we-will-have-soldering-party-and-make-art-with-scrapped-electronic-components/ #soldering #art #plovdiv #olimex
#94
ESP32 / Re: ESP32-PoE-ISO how to set m...
Last post by chrismacp - September 28, 2025, 09:49:24 PM
I'd really like to change the mac address on the ethernet interface as well. Looks like it's not possible unless you follow your burn in instructions above. I was hoping it didn't come to that.

Looks like support for changing the mac through software is only supported for the WIFI interfaces now :(
#95
New Products release / Re: RP2350-PICO2-BB48
Last post by olimex - September 26, 2025, 01:55:54 PM
The distributors decide to stock on their own, the more request they get from potential customers the faster they decide to stock ;)
#96
NXP / Re: How to setup LPC2378-STK a...
Last post by LubOlimex - September 24, 2025, 08:25:58 AM
ARM-USB-TINY-H works with IAR EW via OpenOCD GDBserver. This product:

https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY-H/

First start the GDB server via OpenOCD and then in IAR under Project→Settings→Debugger select GDB Server for the Driver. Then go to Project→Settings→Debugger→GDB Server and set the TCP/IP address field to the IP address of your GDB server. This is typically something like "localhost:3333". It is also explained here:

https://www.olimex.com/Products/ARM/JTAG/_resources/Manual_IAR.pdf
#97
NXP / Re: How to setup LPC2378-STK a...
Last post by bradleyr436 - September 23, 2025, 05:38:53 PM
Id think the FTDI will do the full rs232; its in a box in storage unassembled so far.

  Do you sell a JTAG solution that works with IAR?  or if i search on ebay perhaps, what is the needed JTAG?  dozens of jtag this and jtag that,
#98
New Products release / Re: RP2350-PICO2-BB48
Last post by raybellis - September 23, 2025, 04:02:51 PM
Great to see a breadboard friendly RP2350B board at last!  ;D

Any word on when it'll be available from other distributors?   The €80 minimum order charge to the UK is somewhat prohibitive.
#99
New Products release / MPLAB PICKIT3 debugger program...
Last post by olimex - September 23, 2025, 03:40:28 PM
MPLAB PICKIT3 programmers in stock https://olimex.wordpress.com/2025/09/23/microchip-pic-programmers-in-stock/ #microchip #picmicro #mplab #pickit3
#100
NXP / Re: How to setup LPC2378-STK a...
Last post by LubOlimex - September 23, 2025, 10:27:05 AM
This won't work as USB-JTAG interface. You can't use it with IAR EW.

The board uses RS232_0 port for ISP programming. Some jumpers have to be configured to program it via ISP, this is explained in the datasheet of the board. In this case you you will probably need USB-RS232 adapter, it should be real RS232 not just data (voltage levels are different). Maybe ask if the FT4232HL adapter works at 5.5V RS232 (I think it only works with 3.3V RS232, but worth asking).