Posted on December 20, 2011 at 20:27I am facing timing issue with lis3dh accelerometer in FIFO mode.Currently my ODR=25 Hz and I am reading FIFO on watermark threshold=30.As soon as I get watermark interrupt I read 196 (32*3*2)samples at 5 Mhz.Hence...
Posted on September 08, 2011 at 16:49Hi, I am trying to do double tap detection at 10hz and 25hz .Is this possible at low frequency. Viewing the acceleration graphs in Inemo PC suite I could see that the response is poor at low frequency and good...
Posted on August 16, 2011 at 14:32Hello, Im facing a problem with the Inemo SDcard api. Iam able to read and write multiple blocks and single blocks but Im not able to erase the card. When I issue a command for erase and then read the block ...
Posted on August 12, 2011 at 10:23Hi, I am currently developing a PC application for STM32 using Inemo board.The PC application will be able to upgrade the firmware of the STM32 using Dfu mode. Iam using Visual studio Vb.net for the PC side appli...
Posted on August 12, 2011 at 10:20Hi, I am currently developing a PC application for STM32 using Inemo board.The PC application will be able to upgrade the firmware of the STM32 using Dfu mode. Iam using Visual studio Vb.net for the PC side appli...
Posted on September 08, 2011 at 16:52Hi, You have to use the INT1 interrupt.You will have to set the threshold duration of activity detection in the accelerometer before you sleep.When you get an interrupt you have to wake up and see if activity ...
Posted on August 12, 2011 at 12:08Here are the ways I have tried to do this but wont work Structure PMAPPING Dim nAlternate As Byte Dim name As IntPtr Dim nbsector As Int32 Dim psector As IntPtr End Structure dim m_pMapping as PMAPPING m_pMapp...
Posted on August 12, 2011 at 11:49 Does anyone know how I can create this structure in vb.net typedef struct { DWORD dwStartAddress; DWORD dwAliasedAddress; DWORD dwSectorIndex; DWORD dwSectorSize; BYTE bSectorType; BOOL UseForOperation; } MAPPINGSE...