Page 1 of 1

Seeed E5 in Boards..?

Posted: Fri Jun 23, 2023 2:37 pm
by ruddy_canuck
Hi,

I'm playing around with a few different LoRa systems and I'm struggling with the Seeed E5 Mini - I hope someone can help.
I started here: https://github.com/bertrik/Arduino_Core ... ra_e5_mini

This repository lists the E5 Mini in the Board:Lora Boards -> Board Part Number section, but I don't have the E5 mini option, I only have AcSIP S76S, RAK811 (16kb and 32kb versions), RHF76, and a couple of Elektor boards (64k and 128k)

I think Arduino must be looking at the wrong folder or I somehow am using the wrong repo or cloned it into the wrong folder.

EDIT: I just noticed that git checkout seeed_lora_e5_mini fails. fatal: not a git repository (or any of the parent directories): .git
hmm... maybe I've answered my own question.

Does anyone have any advice?

Re: Seeed E5 in Boards..?

Posted: Fri Jun 23, 2023 2:51 pm
by fpiSTM
E5 mini will be available within the next core release 2.6.0. If you use arduino IDE 2. There is an issue with the cache. Probably why you can't see it. You have to clean IDE cache to force update.

Re: Seeed E5 in Boards..?

Posted: Fri Jun 23, 2023 7:55 pm
by ruddy_canuck
Thank you -this did the job!