Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

(QUESTION)Raspberry Pi

callepogi

The Devotee
Advanced Member
Messages
353
Reaction score
1
Points
38
Royal Wisdom
Good day po, may project po kase akong ginagawa ngayon inline with raspberry pi with serial communication , yung set up nya is may nirerecieved si Rpi na mga data galing sa serial port tapos nasasave ito.. tanong ko lang if kaya buh ni Rpi maka store ng much more than 4k records per day, tsaka ano pwede gamitin na language preferred for database management .
 
Kaya yan sir ng rpi wag mo lng kalimutan lagyan ng heat sink. Sa database nmn, usually ung ginagamit nmn is MySql.
 
medyo malaki ung program kase may sabay ung I/O programming tsaka database management.. gusto ko lang sana magkaroon ng idea sa database ..kung pwede kaya si php sa gpio ng raspi
 
python ang gawin mong database.... malaking malaki ang kaya nun
 
medyo malaki ung program kase may sabay ung I/O programming tsaka database management.. gusto ko lang sana magkaroon ng idea sa database ..kung pwede kaya si php sa gpio ng raspi

you can use C/C++ Language + SQLite rather than using web server like PHP..
 
ang pinaka madaling gamitin jan is django, based sa case na sinabi mo ah. na test ko na un sa RPi, kaso ung learning curve nya mejo steep kesa sa php. pero once na na gets mo sobrang bilis makagawa ng web app. as in dun na lahat kelangan mo, full stack kasi frontend/backend at built in ung admin page. i dont recommend c/c++ mejo matatagalan ka, and you get the whole python ecosystem which means, maraming library para maka access sa low level part ng RPi (GPIO).
 
I`ve been Developing this type of program now, I found tkinter para sa Interface ni python dun na lahat ginawa ko in terms of serial communication tsaka database management(Mysqlite) ung problema ko nalang ngayun ung procedure kung paano masesend ung whole database sa isang remote sql(MS SQL SERVER)
 
python ang gawin mong database.... malaking malaki ang kaya nun
:slap:

Python is a scripting language not a database, no offence TS. :D
:slap: hindi siya si TS?

I`ve been Developing this type of program now, I found tkinter para sa Interface ni python dun na lahat ginawa ko in terms of serial communication tsaka database management(Mysqlite) ung problema ko nalang ngayun ung procedure kung paano masesend ung whole database sa isang remote sql(MS SQL SERVER)

based sa sinabi mo whole database? same lang ba ung schema nung local mo (Mysqlite) pati ung remote mo (ms sql server)?
why send whole? as in kapag click mo ng isang button mag send siya dun? parang e babackup mo lang ung data?
or every changes mo sa local applied din sa remote? kung ganito just use two database connection, one for local, one for remote, then kung ano ung query mo sa local ganun din sa remote,
 
Back
Top Bottom