Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - errolt

1
Project development, ideas, and suggestions / Re: Need help in checking box presence
Just remember that some RFID technologies supports collision detection. Those readers/tags can read multiple tags at once.

The more basic/cheaper readers/tags can only tolerate one tag in the reader's magnetic field at any one time, else nothing is read.

I might be wrong but I think the basic 125KHz EM4100 type readers/tags are not capable of reading multiple tags at once.
2
Breakout boards / Re: MMA7455L C Library and Arduino Example
The calibration routine is incomplete.

The XYZ values should not just be written to those addresses.

This is what should happen, if I remember correctly...

    Read XYZ values from sensor.
    Multiply those values by 2 as the offset register has twice the resolution of the G readings.
    Read the current XYZ offset values out of the chip.
    Add the current offset values to the newly calculated values.
    Write the combined values to the offset register.
    Repeat.

Also note:
The value for Z should be offset to 64, not 0, so use (Z-64) as the value for Z.
I can't remember if the XYZ reading should be negated before being added to the old offset value.
3
Open Bench Logic Sniffer / Re: Noise on disconnected probe pins
@xopek,

I know that this feels counter intuitive, but select 16 channels, with RLP. This gives you half the samples, but 255 times more compression...

I'm currently doing I2C debugging. Granted, I only do 20 bytes per second, but I can log 60 seconds while set to 1MHz sample rate, 16 bit, with RLE...

I can't be happier with my OLS. Thanks Ian! :)
4
Open Bench Logic Sniffer / Re: Noise on disconnected probe pins
I also had problems updating the pic code. Maybe because I didn't read the PIC update procedure docs... :)

I found a GUI on the forum somewhere which made the FPGA and PIC updates painless...

Can't remember where I found it though...

@Ian,
It wasn't really a problem... An update or two loaded and the board is purring like a kitten... :)
5
Open Bench Logic Sniffer / Re: Trigger Trouble
I think that isn't a glitch. It might be the 1wire presence notification of the 1wire device?

After a reset(power on too?) the device is supposed to pull the line low to indicate to the master that there is at least one device on the bus...
6
Open Bench Logic Sniffer / Re: Noise on disconnected probe pins
Hi,

You really should upgrade to the latest code.

I received my board one or two weeks ago, from SeeedStudio. It still had an old firmware that had RLE bugs.

If you disable RLE then your signal might look better.

Also make sure that you are using a new client. I suspect that the client I started with also had RLE bugs...

Between the firmware and client bugs I got the same results as you: Grounded pins still had noise on them. No understandable signal was visible... I also thought my board was broken...

Thanks,
Errol

( ! ) Fatal error: Uncaught exception 'Elk_Exception' with message 'Please try again. If you come back to this error screen, report the error to an administrator.' in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
( ! ) Elk_Exception: Please try again. If you come back to this error screen, report the error to an administrator. in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
Call Stack
#TimeMemoryFunctionLocation
10.01222322368session_write_close ( )...(null):0
20.01262453968ElkArte\sources\subs\SessionHandler\DatabaseHandler->write( )...(null):0
30.01262454744Database_MySQL->query( ).../DatabaseHandler.php:119
40.05372593488Database_MySQL->error( ).../Db-mysql.class.php:273