Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

enhancement #69

Open
AbbosMG opened this issue Dec 25, 2021 · 1 comment
Open

enhancement #69

AbbosMG opened this issue Dec 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@AbbosMG
Copy link

AbbosMG commented Dec 25, 2021

Hello! This is the request to add an RPI Pico board compatibility,

I have been trying to use the RPI Pico board as an i2C slave instead of Arduino boards. RPi Pico seems to be a reasonable alternative for mining slaves that can be added to your Github project.

Being an inexperienced user, I am not able to resolve the issue by myself. When I try to use the sketch (without any editing), it fails to compile with an error that describes the compatibility issue of the ArduinoUniqueID library with Raspberry Pi Pico board.

WARNING: library ArduinoUniqueID-master claims to run on avr, esp8266, esp32, sam, samd, stm32 architecture(s) and may be incompatible with your current board which runs on mbed architecture(s).
.....
exit status 1
Error compiling for board Raspberry Pi Pico.

I'm completely unable to fix the issue: I have tried using different RPI Pico Board supports in the boards' manager.

Since the RPI Pico seems to be a different architecture, would you help me get it working?

Thank you in advance!!!!!!!

@AbbosMG AbbosMG added the enhancement New feature or request label Dec 25, 2021
@ricaun
Copy link
Owner

ricaun commented Jan 7, 2022

Hello,

I supposed the RPI Pico is the RP2040, on the https://github.com/revoxhere/duino-coin/blob/master/Arduino_Code/uniqueID.cpp has this feature.

Gonna update the ArduinoUniqueID library to support RP2040 based on the duino-coin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants