Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ void loop() {
unsigned long currentTime = millis();
if (currentTime - lastRecordTime >= RECORD_INTERVAL) {
// Open the file for writing
dataFile = SD.open(fileName, FILE_APPEND);
dataFile = SD.open(fileName, FILE_WRITE);

if (dataFile) {
// Write timestamp and movement data to CSV file
Expand Down Expand Up @@ -649,4 +649,4 @@ For additional project inspiration, check out the Arduino Project Hub or join th

## Conclusion

The Nano Connector Carrier transforms your Nano family board into a versatile platform capable of interfacing with different sensors, displays and storage options. By eliminating complex wiring and providing standardized pinouts, the Nano Connector Carrier allows you to focus on developing your application rather than dealing with connection issues.
The Nano Connector Carrier transforms your Nano family board into a versatile platform capable of interfacing with different sensors, displays and storage options. By eliminating complex wiring and providing standardized pinouts, the Nano Connector Carrier allows you to focus on developing your application rather than dealing with connection issues.