Saved
Choose the name that will be shown in your Saved menu.
Done!
| Developer: | c.s.park (11) | ||
| Price: | Free | ||
| Score: | 5,030 Gold | ||
| Rankings: | 0 | ||
| Comments: | 0 Add a comment | ||
| Lists: | 1 + 0 | ||
| Points: | 0 + 0 ¡ | ||
| +1 Points | |||
Description
- Single button: 10
(Data sent to Arduino when each button is pressed)
Button 1: ‘0’ (hexadecimal 30) Button 2: ‘1’ (hexadecimal 31)
Button 3: ‘2’ (hexadecimal 32) Button 4: ‘3’ (hexadecimal 33)
Button 5: ‘4’ (hexadecimal 34) Button 6: ‘5’ (hexadecimal 35)
Button 7: ‘6’ (hexadecimal 36) Button 8: ‘7’ (hexadecimal 37)
Button 9: ‘8’ (hexadecimal 38) Button 10: ‘9’ (hexadecimal 39)
(Example of program in Arduino)
LED connected to digital port 5 of Arduino turns on when button 1 is pressed once, and turns off when pressed again. (Toggle action)
///// Controlling LEDs via Wi-Fi
Include SoftwareSerial.h in the first part.
SoftwareSerial esp8266(2,3);
void setup()
{
Serial. begin(9600);
esp8266.begin(9600); // baud rate of esp
pinMode(5, OUTPUT);
digitalWrite(, LOW);
sendData("AT+RST\r\n",2000); // module reset
sendData("AT+CWMODE=2\r\n",1000); // set as AP (access point)
sendData("AT+CIFSR\r\n",1000); // get ip address
sendData("AT+CIPMUX=1\r\n",1000); // set to multiple connections
sendData("AT+CIPSERVER=1,80\r\n",1000); // server on port 80
}
void loop()
{
if(esp8266.available()) // if esp is sending a message
{
if(esp8266.find("+IPD,"))
{
delay(200); // read all serial data
int connectionId = esp8266.read();
esp8266.find("?");
int Number = esp8266.read();
if(Number==0x30){
if(digitalRead(5)==HIGH) digitalWrite(5, LOW);
else digitalWrite(5, HIGH);
}
// close command
String closeCommand = "AT+CIPCLOSE=";
closeCommand += connectionId; // attach connection id
closeCommand += "\r\n";
sendData(closeCommand,1000); // close connection
}
}
}
String sendData(String command, const int timeout)
{
String response = "";
esp8266.print(command); // send read character to esp8266
long int time = millis();
while( (time+timeout) > millis())
{
while(esp8266.available())
{
// If there is received data in esp, send it serially
char c = esp8266.read(); // read the next character
response+=c;
}
}
return response;
}
Screenshots










Ad
Price History
- Current price: Free
- Minimum: Free
- Maximum: Free
Track prices
AppAgg Score
5,030
Estimated AppAgg Score for
arduino_wifi_pcs
5,030 Gold
Higher scores usually mean stronger signals on AppAgg.
Based on: popularity · ratings · freshness · deals · store data · community signals
Recalculated daily using fresh AppAgg data.
Short URL: Copied!
Additional Information
- Release Date:
- Category:
Android Apps›Education - OS:
Android 10 - Size:
29 Mb - Content Rating:
Everyone - Google Play Rating:
0 - Website:
https://usefulpen.com
Developer
- c.s.park
- Platforms: Android Apps (11)
- Lists: 1 + 0
- Points: 0 + 0 ¡
- Rankings: 0
- Comments: 0
- Deals: 0
- Videos: 0
- RSS: Subscribe
Lists (1)
- arduino_wifi_pcs
Points (0)
0
Rankings (0)
0
Comments (0)
Be the first to comment
Summary
- Share
- Google Play
«arduino_wifi_pcs» is a Education app for Android, developed by «c.s.park». It was first released on and last updated on . This app is currently free. This app has not yet received any ratings on AppAgg. It has been added to 1 public lists and 0 private lists created by users. AppAgg continuously tracks the price history, ratings, and user feedback for «arduino_wifi_pcs». AppAgg does not host applications or distribute software. All trademarks, logos and screenshots belong to their respective owners. Subscribe to this app or follow its RSS feed to get notified about future deals or updates.
Similar
-
- arduino_bt_pcs
- Android Apps: Education By: c.s.park
- Free
- Lists: 0 0 0
- Points: 0 + 0 1K Version: 2.2.0 Mount the Bluetooth module on the Arduino board, connect the Bluetooth communication between the mobile phone and the Arduino by operating this app on the mobile phone, and then press ... ⥯
-
- Arduino Science Journal
- Android Apps: Education By: Arduino
- Free
- Lists: 0 0 0
- Points: 0 + 606 20K Version: 6.7.0 The Arduino Science Journal (formerly Science Journal, an initiative by Google) is free, and allows you to gather data about the world around you by harnessing the sensors in your ... ⥯
-
- Arduino Toolbox
- Android Apps: Education By: Arduino Factory
- * Free
- Lists: 0 0 0
- Points: 1 + 0 1K Version: 10.0 Are you looking for an app to help you build your own electronic circuits using Arduino? Our app offers a range of courses designed to teach you how to use various electronic ... ⥯
-
- PCS Mantra
- Android Apps: Education By: PCS Mantra Classes
- Free
- Lists: 0 0 0
- Points: 0 + 0 910 Version: 3.2.7 online exam and video app ⥯
-
- Wifi Club Affiliates
- Android Apps: Education By: wifi club app
- Free
- Lists: 0 0 0
- Points: 0 + 0 560 Version: 2.63.2 Community dedicated to training PPR Affiliates > Paid Per Register lives Courses funnels ⥯
-
- PCS Lent Days
- Android Apps: Education By: John Phelyno
- Free
- Lists: 0 0 0
- Points: 0 + 0 600 Version: 1.7 "PCS Lent Days 2025: A Spiritual Journey Through Lent" PCS Lent Days 2025 is a thoughtfully crafted devotional application designed to guide you through the sacred 40-day period of ... ⥯
-
- wifi-Learning SSC ,Railway
- Android Apps: Education By: easy study
- * Free
- Lists: 0 0 0
- Points: 0 + 0 580 Version: 1.1.51 wifi-Learning App for All competitive exam preparation. Include Subjects :- Math Reasoning Hindi English Indian GK ⥯
-
- Arduino Pro
- Android Apps: Education By: Prince Corp
- Free
- Lists: 1 0 0
- Points: 1 + 0 2K Version: 4.0 Absolutely, here's the extended version of the description that you can use for the Google Play Store: Are you ready to unlock the incredible world of Arduino? Look no further than ... ⥯
-
- Arduino Basics
- Android Apps: Education By: Abdelaziz Sebrou
- * Free
- Lists: 0 0 0
- Points: 0 + 356 16K Version: 1.0 Learn Arduino Basics with source code in a simple way and without internet Offline app (Without internet) The app covers the following topics: 1 What is Arduino 2 Installation 3 ... ⥯
-
- Arduino Tutorial
- Android Apps: Education By: GK Twin
- * Free
- Lists: 0 0 0
- Points: 0 + 0 600 Version: 1.1.9 Learn to make arduino projects using the Arduino Uno, Mega and other development boards. 1 What is Arduino 2 Installation 3 Program Structure 4 Functions 5 25+ Projects ⥯
-
- Arduino_tutorial_GE
- Android Apps: Education By: Tamara Gogoladze
- * Free
- Lists: 0 0 0
- Points: 0 + 0 600 Version: 1.26 We are uploading information about Arduino projects. We will upload detailed information, with commented codes and video instructions. We want to upload useful information in Georgian ... ⥯
-
- Arduino Spider Robot Control
- Android Apps: Education By: Aladdn07
- $1.99
- Lists: 0 0 0
- Points: 0 + 0 570 Version: 2.1 You can make spider robot with arduino and control it with this application ⥯
-
- PCS App
- Android Apps: Education By: 1Edge Innovations
- Free
- Lists: 0 0 0
- Points: 0 + 0 1K Version: 6.0 The PCS app is a user-friendly platform designed to keep parents informed and engaged with their child's educational journey. By logging in, parents can access a range of valuable ... ⥯
-
- Wifi Smart Camera Guide
- Android Apps: Education By: AppTechDev
- * Free
- Lists: 0 0 0
- Points: 0 + 281 16K Version: 13 Welcome to smart wifi camera Guide app The smart home monitoring wifi network camera guide that is simple to setup on your smartphone is the smart and simple to use smart wifi camera ... ⥯
