Git Product home page Git Product logo

Comments (3)

mcore1976 avatar mcore1976 commented on May 29, 2024 1

good idea, but you need o connect to TX/RX lines of your Arduino board ( TXO/RXI lines) to your Bluetooth adapter.

Also Arduino Pro Micro you would need to use different Serial Port number in every Serial Port call : Serial1 instead of Serial

https://www.arduino.cc/reference/en/language/functions/communication/serial/

you need to change all the commands in the source code

from Serial.XXXXX

to

Serial1.XXXX

like this

void setup(){
Serial1.begin(9600);
}

void loop(){
Serial1.print("HelloWorld");
}

It can be done with Find&Replace in the Notepad application..

from cc1101-tool.

mcore1976 avatar mcore1976 commented on May 29, 2024 1

Try ESP8266 wifi version, just posted yesterday. It allows wireless remote telnet connection (f.ex. using ConnectBot on Android) and has exactly the same features as wired one.

ESP8266 as a WIFI CLIENT
https://raw.githubusercontent.com/mcore1976/cc1101-tool/main/cc1101-tool-esp8266-wifi.ino

ESP8266 as a WIFI ACCESS POINT with ssid "cc1101" , connect to address 192.168.1.100 over TCP 23
https://raw.githubusercontent.com/mcore1976/cc1101-tool/main/cc1101-tool-esp8266-wifi-ap.ino

from cc1101-tool.

BG7UHS avatar BG7UHS commented on May 29, 2024

Thank you very much. I plan to use rp2040 with better performance.I'll consult you then.

from cc1101-tool.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.