-
Hello esteemed colleagues,
I have a PCB with an Arduino Mega and an RMF95, and I am working with 915MHz (868Mhz also, works perfect). Currently, I am attempting to join a ChirpStack server, which I…
-
Hi There,
I've some problems about configure this library into out customize board.
Serial Monitor always show Joining... but logs in Chirpstack show status JoinAccept already.
and I've debug to…
-
微博内容精选
-
### Is your feature request related to a problem? Please describe.
Currently, keeping a handful of cows in your base gives you infinite milk. Since you don't have to feed them more than once, and t…
-
I can’t seem to get it to extract track 2 data, I always get
Command: 0x80 0xA8 0x00 0x00 0x0C 0x83 0x0A 0xF6 0x20 0xC0 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
18:23:44.839 -> Card answer: 0x69 0x8…
-
```
mpu.dmpGetQuaternion(&q, fifoBuffer);
mpu.dmpGetAccel(&aa, fifoBuffer);
mpu.dmpGetGravity(&gravity, &q);
mpu.dmpGetLinearAccel(&aaReal, &aa, &gravity);
…
-
Code snippet (identical for comparing 6.12 and old version):
xyzInt16_t mpuGyro::getAccelReal()
{
mpu6050.dmpGetQuaternion(&q, fifoBuffer); // A
mpu6050.dmpGetAccel(&aa, fifoBuffer); // …
-
As the satellite needs to be dead-launched, that is it cant be turned on during the launch. It gets turned on only when deployed from the spacecraft when it is already in random motion. Now auto-calib…
-
Hello,
I don't know if this is a mistake or not, but I thought I should bring it up and ask.
In the datasheet for the MPU6050, it specifies the following:
```
ACCELEROMETER SENSITIVITY
Full…
-
void Electroniccats_PN7150::ProcessCardMode(RfIntf_t RfIntf)
{
................
(void)writeData(NCIStartDiscovery, sizeof(NCIStopDiscovery));
..........
}
Maybe you like to call
(void)writeD…