I have a relatively simple question that I cannot seem to get a good answer for from googling. I am brand new to arduino so please bear with me.
My entire goal is to use ADXL345 to get motion data to an Arduino and then transmit that data wirelessly to PC to use with a python script. Is that possible? Google results show me Wifi and Ethernet shields but when I investigate further, there is no talk about using Wifi to transmit serial data.
Is it possible to not use a USB cable when all you need is data from the ADXL345 to serial?