All Projects → Neutrino-1 → Wireless_SD

Neutrino-1 / Wireless_SD

Licence: AGPL-3.0 License
A SD card reader which let's wireless data transfer for any device which supports FTP

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Wireless SD

low-power-wifi
Experiments in low-power-wifi on esp8266, esp32, and ...
Stars: ✭ 35 (-25.53%)
Mutual labels:  esp8266-arduino
esp8266-sensor-mpu6050
A set of arduino sketches that use the esp8266 and the MPU-6050
Stars: ✭ 17 (-63.83%)
Mutual labels:  esp8266-arduino
firetrap
This project is no longer maintained. Check out the fork (lib)unFTP instead.
Stars: ✭ 15 (-68.09%)
Mutual labels:  ftp-server
esp8266-1-channel-relay-board-with-mqtt
Sketch to control an esp8266-01 stc 15f104W powered 1-channel relay board
Stars: ✭ 26 (-44.68%)
Mutual labels:  esp8266-arduino
CloudMyIp
Know your router public IP address, from anywhere. Great for cheap routers or IP cameras.
Stars: ✭ 38 (-19.15%)
Mutual labels:  esp8266-arduino
smart-pod
An ESP8266 and VS1053 driven WebRadio and Internet music player.
Stars: ✭ 17 (-63.83%)
Mutual labels:  esp8266-arduino
ParadoxRs232toMqtt
esp8266, serial bus to mqtt for Paradox alarm systems
Stars: ✭ 66 (+40.43%)
Mutual labels:  esp8266-arduino
Farm-Data-Relay-System
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
Stars: ✭ 97 (+106.38%)
Mutual labels:  esp8266-arduino
EnviroMonitorStation
Arduino compatible software for ESP8266 based environmental monitoring station. Includes temperature, humidity, barometric pressure and PM2.5, PM10 dust monitoring
Stars: ✭ 71 (+51.06%)
Mutual labels:  esp8266-arduino
WiFiConnect
WiFi connection manager for ESP32 and ESP8266 with OLED support
Stars: ✭ 28 (-40.43%)
Mutual labels:  esp8266-arduino
NevolutionX
Original Xbox dashboard created with nxdk
Stars: ✭ 76 (+61.7%)
Mutual labels:  ftp-server
LetsHack
Notes & HowTo's covering the Raspberry Pi, Arduino, ESP8266, ESP32, etc.
Stars: ✭ 37 (-21.28%)
Mutual labels:  esp8266-arduino
TinyPixelMapper
a Pixelmapping software for the ESP32 and ESP8266 for addressible LED Strips, with a OSC controll interface and FFT
Stars: ✭ 22 (-53.19%)
Mutual labels:  esp8266-arduino
simple http server
simple http server for upload and download
Stars: ✭ 101 (+114.89%)
Mutual labels:  ftp-server
esp32 snow
esp32 evk
Stars: ✭ 74 (+57.45%)
Mutual labels:  ftp-server
cos-ftp-server-V5
腾讯云对象存储(COS-V5)的FTP Server
Stars: ✭ 35 (-25.53%)
Mutual labels:  ftp-server
MTJailed-Native
A terminal emulator with remote shell for non-jailbroken iOS devices
Stars: ✭ 24 (-48.94%)
Mutual labels:  ftp-server
meshquitto
A simple Arduino project, which aims to provide a gateway between a mesh network of ESP8266's and a remote MQTT broker.
Stars: ✭ 37 (-21.28%)
Mutual labels:  esp8266-arduino
homeweather esp8266
weather station, arduino esp8266, st7920, mh-z19, BME-280
Stars: ✭ 29 (-38.3%)
Mutual labels:  esp8266-arduino
ResQ
Open Source Search and Rescue Tool for ground tracking and air usage based on ESP8266 hardware.
Stars: ✭ 20 (-57.45%)
Mutual labels:  esp8266-arduino

Wireless_SD

A normal micro SD to SD adapter is converted into a wireless Card reader using esp12E with FTP support. Files can be transferred to SD and also files can be copied from SD to any device where you can run an FTP client. For this particular project I used the AndFTP client for Android and the same process can be followed in PC by using WinSCP.

Wireless SD final build

Getting Started

Open Wireless_SD.ino with arduino IDE [Tested on Arudino IDE 1.8.12 above] all the other files will open along with it.

Prerequisites

Usage

Once the device is powered up follow the below steps to transfer data from SD card:

-> Connect to the acess point named "SD Reader" with the password "ASDF@123".

-> download any FTP client application (Android - AndFTP, Windows - WinScp).

-> Host name "192.168.12.7" Port "21".

-> Enter the user name and password as "esp8266".

-> Connect to the server

License

This project is licensed under the GNU License - see the LICENSE.md file for details

Acknowledgments

  • David Paiva Ported Arduino FTP server to esp8266/esp32.

Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].