Hello @cparata,
Ok, I will look into the Wire library implementation for Pico.
Have nice holidays!
Search found 6 matches
- Fri Aug 12, 2022 7:32 am
- Forum: General discussion
- Topic: Pin assignment ST25DV Arduino
- Replies: 9
- Views: 4508
- Thu Aug 11, 2022 2:17 pm
- Forum: General discussion
- Topic: Pin assignment ST25DV Arduino
- Replies: 9
- Views: 4508
Re: Pin assignment ST25DV Arduino
Hello, cparata ,
(I have solved the other unrelated issue)
As you suggested, I tried adding a delay in the function NFCTAG_StatusTypeDef ST25DV_IO_Init(void) as shown here
NFCTAG_StatusTypeDef ST25DV_IO_Init(void)
{
if (st25dv._pwire == NULL) {
return NFCTAG_ERROR;
}
st25dv.ST25DV_GPO_Init ...
(I have solved the other unrelated issue)
As you suggested, I tried adding a delay in the function NFCTAG_StatusTypeDef ST25DV_IO_Init(void) as shown here
NFCTAG_StatusTypeDef ST25DV_IO_Init(void)
{
if (st25dv._pwire == NULL) {
return NFCTAG_ERROR;
}
st25dv.ST25DV_GPO_Init ...
- Thu Aug 11, 2022 8:23 am
- Forum: General discussion
- Topic: Pin assignment ST25DV Arduino
- Replies: 9
- Views: 4508
Re: Pin assignment ST25DV Arduino
Hello,
I am using the WizFi360-EVB-Pico microcontroller (https://docs.wiznet.io/Product/Open-Source-Hardware/wizfi360-evb-pico/) which is based on a RP2040. Yes I connected 10KOhms pull-up resistors externally (from both I2C pins to VCC).
Actually, I have written another simple program to test the ...
I am using the WizFi360-EVB-Pico microcontroller (https://docs.wiznet.io/Product/Open-Source-Hardware/wizfi360-evb-pico/) which is based on a RP2040. Yes I connected 10KOhms pull-up resistors externally (from both I2C pins to VCC).
Actually, I have written another simple program to test the ...
- Tue Aug 09, 2022 2:44 pm
- Forum: General discussion
- Topic: Pin assignment ST25DV Arduino
- Replies: 9
- Views: 4508
Re: Pin assignment ST25DV Arduino
Hello Carlo,
Thank you for your response.
Yes I have assigned arbitrary non connected pins of the microcontroller to variables GPO_PIN and LPD_PIN as shown in the Arduino code below :
#define SerialPort Serial
// Please define the pin and wire instance used for your board
#define GPO_PIN 1 ...
Thank you for your response.
Yes I have assigned arbitrary non connected pins of the microcontroller to variables GPO_PIN and LPD_PIN as shown in the Arduino code below :
#define SerialPort Serial
// Please define the pin and wire instance used for your board
#define GPO_PIN 1 ...
- Fri Aug 05, 2022 11:47 am
- Forum: General discussion
- Topic: Pin assignment ST25DV Arduino
- Replies: 9
- Views: 4508
Pin assignment ST25DV Arduino
I am trying to program a Raspberry Pi Pico with Arduino in order to control the ST25DV NFC chip. I want to use the stm32duino ST25DV library.
I have a question about the pin assignment in the ST25DV_HelloWorld.ino program.
I am using the ST25DV 8-pins package and according to the datasheet there ...
I have a question about the pin assignment in the ST25DV_HelloWorld.ino program.
I am using the ST25DV 8-pins package and according to the datasheet there ...
- Fri Aug 05, 2022 11:39 am
- Forum: Let us know a bit about you and your projects
- Topic: Introduction
- Replies: 0
- Views: 3400
Introduction
Hi,
I'm corvo from France. I am trying to program a Raspberry Pi Pico with Arduino in order to control a ST25DV NFC chip.
I'm corvo from France. I am trying to program a Raspberry Pi Pico with Arduino in order to control a ST25DV NFC chip.