Coder Social home page Coder Social logo

dingble's Introduction

dingBle

修改esp32的蓝牙mac地址,模拟各种蓝牙设备
并且还可以按照指定的raw内容来返回扫描结果
比如模拟某钉的打卡机,实现蓝牙打卡

如何使用

首先,装一个叫 nRF Connect 的app,走到打卡机旁边,找到信号最强那个,记下他的mac地址,复制raw
然后修改 dingBle.ino 中的 bleMac 和 bleRaw ,去掉最前面的0x,两个一组,前面加上0x,是不是很直观?
还是不能理解?那就举个🌰:
0x112233445566778899
就会变成:
{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99}

然后用arduino开发环境编译上传到esp32就可以用了
App需要新一点的版本,例如Android下需要4.7.5以上的,不然不会蓝牙打卡

dingble's People

Contributors

zanjie1999 avatar

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.