freudenthal / ADS1263

Arduino driver for ADS1263
7 stars 3 forks source link

I am very interested in this library, please have example code #1

Open he77PC011 opened 1 year ago

he77PC011 commented 1 year ago

I am very interested in this library, please have example code

freudenthal commented 1 year ago

Legitimate point. I'll work on it this week, and put the repo in proper Arduino library format. Thanks for motivating me.

he77PC011 commented 1 year ago

I have made PCB, Chip 1262 has arrived, using ESP32 because of its better performance. Looking forward to this library

he77PC011 commented 1 year ago

IMG_20230220_183443

Looking forward to testing for you

freudenthal commented 1 year ago

I added an example of the intended use. I am not able to test this as I no longer have the hardware available. I can only compile. Verbose can be enbled with SetVerbose(true) before Begin() if that helps.

he77PC011 commented 1 year ago

Arduino:1.8.18 (Windows 10), 开发板:"ESP32 Dev Module, FTDI Adapter, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled"

In file included from C:\Users\*****\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/esp32-hal.h:79,

             from C:\Users\\****\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:36,

             from sketch\ADS1263Basic.ino.cpp:1:

C:\Users\*****\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/esp32-hal-gpio.h:55:27: error: expected identifier before numeric constant

为开发板 ESP32 Dev Module 编译时出错。

下载 https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json 时出错

在文件 -> 首选项开启 “编译过程中显示详细输出”选项 这份报告会包含更多信息。

freudenthal commented 1 year ago

I changed the name of REFMUXValue ANALOG to ANALOGSUPPLY. I was able to compile for a Teensy and an ESP32 . No promises about functionality.