Skip to content

air001 arduino 0.6.2 测试EEPROM失败? #95

@profacetom

Description

@profacetom

描述一下这个bug / Describe the bug

我使用的是Air001 ,使用ARDUINO,发现用示例中EEPROM中的clear 或者put,write三个案例,进行操作,但使用eeprom__read读取的状态都是255?
我不清楚为什么?air001 的EEPROM示例是要外接2401的eeprom才能用起来还是模拟内部FLASH的?
我要怎么才能使用Aaruino中的EEprom.

复现步骤 / To Reproduce

使用示例中EEPROM中的clear 或者put,write三个案例任何一个,下载到air001中,执行几秒后,下载eeprom__read示例。然后打开串口监视器,查看读取的EEPROM.值,能发现一共128个字节,但值都是255?

如果正常,应该是什么样 / Expected behavior

期望是能打印我写入EEPROM的值。

截图 / Screenshots

Uploading c1.jpg…
c2

日志 / Logs

11:21:48.165 -> 52 255
11:21:48.662 -> 53 255
11:21:49.175 -> 54 255
11:21:49.658 -> 55 255
11:21:50.169 -> 56 255
11:21:50.679 -> 57 255
c2

系统 / System

win10

PACK包版本 / Version

0.6.2

验证

  • 检查过该问题,之前没有人提过 / Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • 提供了最小可复现工程或详细的复现步骤,确保开发者可以复现 / The provided reproduction is a minimal reproducible example of the bug.
  • 已经提供了完整的报错信息、日志、截图,没有经过删减。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions