cjm3115
@cjm3115
Member
Joined: 2021-04-19 11:21 am
Last seen: 2023-10-23 10:56 am
Topics: 4 / Replies: 9
Reply
RE: Booting WiFi Access Point then starting Standard WiFi semi-automatically

@daveeI have added [ WiFi.end(); ] before disconnecting and setting up standard WiFi.I also automated everything, so that the WiFi automatically recon...

6 months ago
Reply
RE: Booting WiFi Access Point then starting Standard WiFi semi-automatically

@zander I have added [ WiFi.end(); ] before disconnecting and setting up standard WiFi. I also automated everything, so that the WiFi automatically ...

6 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

I looked inside the SD library and related code, but I couldn't find any obvious code which could apply only to certain Arduinos pertaining to the SPI...

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

I succeeded in formatting the SD card to FAT16, but this did not resolve the issue, this remains with 'SD.begin(10)', please remember that I am using ...

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

The process actually fails here, and I am now using const int= 10; ### Fails here :- Serial.print("Initializing SD card..."); if(!SD.begin(1...

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

I guess that 'const int' is preferred, because that is the type being passed to the function SD.start();. I will try this tomorrow and thank you for y...

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

@will No, I haven't tried FAT16 yet. I don't have the possibility of doing that anyway. Unless you can suggest how I can format the SD cards FAT16.

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

@will Yes, my SD cards were formatted FAT32

9 months ago
Reply
RE: SD card readers and Arduino Nano RP2040 Connect

*** Updated :- From [] A ) From Arduino Nano RP2040 Connect Schematic ( WAS SUBJECT TO ALTERATIONS ) [] B ) From Arduino Nano RP2040 Co...

9 months ago
Topic
Replies: 0
Views: 654