Recent Posts

  • R

    Hi everyone,

    I’m planning a vision-based AI project where the AI model should run directly on the embedded board (not in the cloud). Based on the inference results, I want to trigger actions like controlling a light or playing a pre-recorded audio file through a speaker.

    Could you please suggest which board or boards would be suitable for this kind of edge AI application? Also, does MakerGram stock such boards?

    Thanks in advance for your help!

    read more
  • @salmanfaris Thank you Salman, This solution worked for me.

    read more
  • @Abhay Can you try one more method

    Downloaded both boards, “Seeed nRF52 Boards” and “Seeed nRF52 mbed-enabled Boards.”

    Copy the adafruit-nrfutil from

    /Users/<user>/Library/Arduino15/packages/Seeeduino/hardware/mbed/2.9.2/tools/adafruit-nrfutil/macos/adafruit-nrfutil

    to

    /Users/<user>/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.8/tools/adafruit-nrfutil/macos/adafruit-nrfutil

    Then chmod -x the copied file

    Please check and let me know. Src

    read more
  • @salmanfaris

    I was using "Seeed nRF52 Boards: 1.1.8" and the issue was there. Followed the steps and installed the packages and board you mentioned and the issue is still there. I changed the board from Seeed nRF to Adafruit nRF and issue is also showing for Adafruit nRF

    read more
  • @Abhay said in Compilation Error for Seeed XIAO nRF52840 Sense in Arduino IDE on macOS:

    Seeed nRF52 mbed-enabled Boards: 2.9.2
    Seeed nRF52 Boards: 1.1.8

    @Abhay, are you getting the error while selecting both boards? You can also try using "Seeed nRF52 Boards: 1.1.8".

    Since it's nRF series can you try to install the - adafruit-nrfutil pip package and see!

    also try to install - Adafruit Feather nRF52 using board manager and check again.

    read more