Giter Site home page Giter Site logo

pan3031_demo's Introduction

pan3031_demo's People

Contributors

ouyangkaikai avatar vacabun avatar

Stargazers

 avatar  avatar

Watchers

 avatar

pan3031_demo's Issues

AVR(Arduino, ESP32) compatible

Hi,
Do you have any PAN3031 library for Arduino family?
I bought a few chip and plan to get it working on Attiny85 and ESp32 but can't find any library

Send success but not received

Hi,
I can successfully send packet out. But the receiving part is not receiving.
Here is the params:

void rf_set_default_para(void)
{
	PAN3031_set_mode(PAN3031_MODE_STB3); //参数配置通常 在 standby3 状态下进行
	rf_set_para(RF_PARA_TYPE_FREQ, DEFAULT_FREQ);//频率设置
	rf_set_para(RF_PARA_TYPE_CR, CODE_RATE_47);  //注:空中速率通过 SF、BW、CR三个参数确定   参考资料包里的 PAN3031计算器
	rf_set_para(RF_PARA_TYPE_BW, DEFAULT_BW);
	rf_set_para(RF_PARA_TYPE_SF, DEFAULT_SF);
	rf_set_para(RF_PARA_TYPE_TXPOWER, 0X7F);//发射功率表 参考:PAN3031_SDK用户指南
	rf_set_para(RF_PARA_TYPE_CRC, CRC_ON);//打开硬件CRC
	rf_set_dcdc_mode(DCDC_OFF);//关闭DCDC
	rf_set_ldr(LDR_OFF);
  //rf_set_preamble(8);
}

Any suggestion?

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.