@Bat21
This is the proyect.
https://uiflow2.m5stack.com/?pkey=a4a84f44144c4c8dbe372b983a04ada4
@Bat21
This is de proyect.
Este es el proyecto
https://uiflow2.m5stack.com/?pkey=b0d334240ade47ed9da0f31549677850
@Bat21
Hello everyone,
How can I share the project so I can see if you can help me with the error I mentioned?
Thanks.
Hola a tod@s,
Como puedo compartir el proyecto para ver si me echáis un mano con el error expuesto.
gracias.
@Bat21hello to tod@s
There are no answers to this incident?
Am I doing something wrong?
Good afternoon,
I use UIFOLW 2 version 2.3.4 and Core basic.
I have purchased several Unit Hbridge modules with version 1.1.
When I run the "Set" commands, they work correctly, or so it seems.
When I add a "Get" command, the error shown on the screen appears.
If I use UIFOLW 2 version 2.3.5, the battery data is incorrect.
I have purchased many M5stack products, and none of them work correctly; they all have errors.
I would like to know what is happening with this device because it loses I2C communication.
And it stops working.
If I run this code, which is the one I'm interested in, I get the error shown on the screen.
Error in the image
Has this happened to anyone else?
What am I doing wrong?
Or is it an I2C port error?
How can I see the I2C address of the Unit H Bridge device?
Thanks.
@Bat21
Tested in UIFlow 1 with the sample program, it doesn't work either.
Here's the error:
I can't work with these new modules.
It's very important to me that they work.
Good afternoon,
I use UIFOLW 2 version 2.3.4 and Core basic.
I have purchased several Unit Hbridge modules with version 1.1.
When I run the "Set" commands, they work correctly, or so it seems.
When I add a "Get" command, the error shown on the screen appears.
If I use UIFOLW 2 version 2.3.5, the battery data is incorrect.
I have purchased many M5stack products, and none of them work correctly; they all have errors.
I would like to know what is happening with this device because it loses I2C communication.
And it stops working.
If I run this code, which is the one I'm interested in, I get the error shown on the screen.
Error in the image
Has this happened to anyone else?
What am I doing wrong?
Or is it an I2C port error?
How can I see the I2C address of the Unit H Bridge device?
Thanks.
@Bat21 said in Module GPS:
Any thoughts on this issue?
I'm at the end of the project, and the readings are displayed in the same format.
@Bat21 said in Module GPS:
Any thoughts on this issue?
I'm at the end of the project, and the readings are displayed in the same format.
@kuriko Hello, Longitude decimal "dd.dddd" and longitude "ddmm.mmmmmE/W give the same result.
Good morning,
I'm working with the GPS module and I find that the Get longitude command isn't working correctly.
The same data is output in both display formats.
The Get latitude command does work correctly.
The firmware version is V2.3.3.
It works correctly in UIFlow 1 FW V1.14.8.
Thanks
@Bat21
I can't detect any with Atom Lite.
@Liquidbeam
I'm interested in the project, I'm trying to make it so that when it detects a BLE MAC it turns on a light
Hello everyone
Nobody with M5Core 2 and UHF RFID UNIT (JRD4035) running properly?
Cheers.
@kylebuttress
Hello again,
This is the information that I visualize from the EPC.
[From M5Burner] Com22 Opened.
On the Core 2 screen, it is 30395d.
When the complete EPC of the label is 30395DFA835F7E4000466D16
I don't understand anything, both in the Core2 and at the Atom.
Cheers
@kylebuttress Hello,
Thanks for your example, installed vScode IDE with python and program your example.
It works the same as in Fixow and Arduino. It only shows 6 EPC characters and only reads some EPCs.
It is very strange that with all the examples on different platforms the same thing happens.
Thanks for your help,
@tobias-h said in UHF RFID Unit (JRD4035) on M5Core2:
I was wondering if the examples from the M5Stack Repository will be re-released on the M5Core2 repository. Unfortunately I am not able to get my JRD4035 running on a M5Core2. Anybody maybe has experience in this or info when examples will be released?
Best wishes
Tobias H.
Hello,
What examples is using, I can't make any.
Thank you.
Hello everyone,
I have the same problem, I have Core2 and Aton Lite and it doesn't work on any.
The labels are not, since I have the SDK for JRD 4035 and I see them all. The EPC comes out complete with all its characters.
With IIFLOW I have only managed to read from the EPC 6 characters.
In Arduino I have not been able to make the EPC read.
I have worn € 300 and it is very disappointing.
Sorry for my bad English
Cheers
@gleon said in UHF RFID on a M5Core2:
Hi!
I’ve been trying to compile the demo sketch for multiple reads.With some tweaking I was able to compile the demo single read sketch... But i have not been able to compile the multiple read.
I've switched the library: #include <M5Core2.h> and also the ports for the serial comm:
Serial2.begin(115200, SERIAL_8N1, 33, 32);But i could not make the multiple read sketch to compile.
Actually, not sure if I'm having problems with this part of the code:
RFID.Set_transmission_Power(2600);
RFID.Set_the_Select_mode();
RFID.Delay(100);
RFID.Readcallback();
RFID.clean_data();or this one:
cards = RFID.Multiple_polling_instructions(6);
for (size_t i = 0; i < cards.len; i++)
{
if(cards.card[i]._EPC.length() == 24)
{
Serial.println("RSSI :" + cards.card[i]._RSSI);
Serial.println("PC :" + cards.card[i]._PC);
Serial.println("EPC :" + cards.card[i]._EPC);
Serial.println("CRC :" + cards.card[i]._CRC);
}
}
Serial.println(" ");
RFID.clean_data();Does anyone have aby thoughts on where to problem could be?
Gleon,
What Sketch do you use?
You can't see EPC or Aton Lite or Core2
Thank s