Navigation

  • Categories
  • Recent
  • Tags
  • Popular
  • Search
  • Register
  • Login
  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  1. Home
  2. mazcoder
mazcoder

mazcoder

@mazcoder

6
Reputation
2
Posts
1.4k
Profile views
1
Followers
0
Following
Joined 6 Apr 2021, 17:36 Last Online 7 Mar 2024, 21:59

  • Profile
  • More
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
mazcoder Follow

Posts made by mazcoder

PlatformIO Aceinna Code Error

I ma y have found a typo that stop the ability of newly downloaded Aceinna extensions from building code.
I have some old code that worked on a previous computer that has been built hundreds of times without a problem. Now with new computer and fresh VS code, fresh platform IO, Aceinna extensions. Trying to build the same code yielded the below error

Processing OpenIMU300RI (platform: aceinna_imu; board: OpenIMU300)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Tool Manager: Installing platformio/toolchain-gccarmnoneeab @ >=1.60301.0,<1.80000.0
UnknownPackageError: Could not find the package with 'platformio/toolchain-gccarmnoneeab @ >=1.60301.0,<1.80000.0' requirements for your system 'windows_amd64'

after hours of digging I was able to find the location where this tool chain was called within

C:\Users*myusername*.platformio\platforms\aceinna_imu\platform.json

Within platform.json file find on line 25

"toolchain-gccarmnoneeab": {

and replace with

"toolchain-gccarmnoneeabi": {

Note the "i" at the end.

I checked the platform.json file with github
link text
and it appears correct so somehow downloading, I got a bad file

Hope this help someone

posted in Product • 6 Mar 2024, 18:00
New OpenIMU300RI default IMU version

Hello,
I noticed the new purchased RI unit came installed with IMU_J1939 v3.0.0, however the only versions in PlatformIO or on the Developer console were 1.0.3 and 1.0.2, respectively. Do you have source for the 3.0 version?

posted in The OpenIMU Family • 8 Apr 2021, 19:12