Hi Dialog member,
Good day.
I'm newbie. I using ALPS UGMZ2AA with connected with temperature sensor through I2C port. Your side have I2C example code for read the temperature sensor value?
Thank you
Regards,
CF
您好,
我想使用UGMZ2AA作为通信接口(接收器/发射器)。在PCB上,我想使用UART提供数据。另一方面(PC、智能设备等),我想要一个虚拟的组件。
我在SmartSnippets studio中玩过,并尝试使用UART模式访问EEPROM。嗯,在电路板设置下,我将所有的设置都设置为我的定制PCB中指定的。UART使用(P0\ U 0[TX,RX],P0\ U 1),I2C使用P0\ U 6[SCL]和P0\ U 7[SDA]。SPI未使用,设置为P2_3、P2_2、P2_1、P2_0。
我可以使用Segger或UART的JTAG编程器对模块进行编程,然后显示模块。到目前为止,我还没有弄清楚如何访问EEPROM来存储程序。
一些问题:
我注意到,只有当复位低时,模块才可编程,对吗?
程序只能存储这么长时间。一旦重置被释放,程序就消失了。
一旦我切断电源,模块就会失去编程,对吗?我将不得不把固件要么在EEPROM(i2c)或在闪存(spi)保持它永久?
模块是否检查EEPROM的所有可能地址,或者我是否在SmartSnippets中定义一次?
I2C选项,如何解释设备地址?1010 0000->;0xA0或0x50?我都看过了,在您的文档中找不到任何规范。
谨致问候
Hi,
I am using the Alps BLE Module UGMZ2AA.
I need to develop an application in which the device will be in BLE Beacon Scanner Mode always.
It will collect all the BLE Beacon Transmitters it can read and send the Beacon Payload with RSSI value of each of the Beacons.
It will send the above collected data to a Host processor using UART.
I am new to BLE application process.
Can you please guide me on where I can start and how to go about developing the BLE Beacon Scanner application.