PIC16F18877 and some Bluetooth

Thread Starter

FroceMaster

Joined Jan 28, 2012
708
Hi
Have a setup with PIC16f18877 , but i would like to collect data from EEPROM now and then
Not every day, but when i feel up to it.

What should i use of hardware ( bluetooth or something else _) ?
Like it's from EEPROM it is not a lot of data. ??
I have these port awailable RA0-RA1-RA5-RA6-RA7 RB1-RB2-RB4 RE1-RE2.
Some can be changed if needed.

And when data is out, i will need some kind of APP, for mobile, to deal with data.
Dont know how to make an APP for mobile.
 

joeyd999

Joined Jun 6, 2011
6,279
For the app, install Android Studio, learn Java, and follow the Android app-writing tutorials littered all over the internets.
 

shteii01

Joined Feb 19, 2010
4,644
Lots of words. Not enough numbers.

Data
Bytes? Kilobytes? Megabytes? Gigabytes?

Distance for wireless connection? Millimeters? Centimeters? Meters? Kilometers? LEO?

Deal with data.
If u are too scared of app and tutorials. You can display it on internetz using esp8266/esp32 or raspberry pi to run web server.
 

Thread Starter

FroceMaster

Joined Jan 28, 2012
708
256 bytes of data.
Distance is not critical 2 meters is fine
Have not Access to wire to internet but Wi-Fi is in range.

Best soloution is that a file is sent to a place on the internet from the project.
 

shteii01

Joined Feb 19, 2010
4,644
256 bytes of data.
Distance is not critical 2 meters is fine
Have not Access to wire to internet but Wi-Fi is in range.

Best soloution is that a file is sent to a place on the internet from the project.
esp8266 is a microcontroller with builtin wifi. You could hook up sensors directly to esp, or you can hook up sensors to pic then connect pic using serial to esp.
 
Top