Hello,
I am working on a temperature monitoring system. The sensor node streams data to the server node every minute and records it in the memory card as well. The components are of sensor node :
Arduino pro mini 3.3v
RFM69HCW RADIO MODULE
DS3231 Timeclock
Memory Card Module.
The memory card is initializing but not opening the file. Attached is my code.
Any suggestions
More members will see your code if posted properly. Read the how get the most out of this forum sticky to see how to properly post code. Remove useless white space and format the code with the IDE autoformat tool (crtl-t or Tools, Auto Format) before posting code in code tags. If the code is too large to post it can be attached.