Giter VIP home page Giter VIP logo

met4fof-smartupunit's People

Contributors

anupam-prasad avatar beneseeptb avatar beseetek avatar bjoernludwigptb avatar julianwgs avatar majidam20 avatar michael1309 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

met4fof-smartupunit's Issues

GPS Tyming Glitch

The absolute time stamping jumps from time to time by approx. 60 seconds, is possibly related to timer overflow.

grafik

Fix bug in SPI2 and MPU intialsation witch leeds to failiure in first loop but s...

MPU9250* MPUSSenors[5]={&Sensor0,&Sensor1,&Sensor2,&Sensor3,&Sensor2};//TODO Fix bug in SPI2 and MPU intialsation witch leeds to failiure in first loop but succes if an other sensor gets inited before this makes absolutly no sense at all nasty workaround: init sernsor 2 fail --> init senor 3 -->init sensor 2 again succes
for(int i=0;i<5;i++){
MPU9250* MPUSensor=MPUSSenors[i];
//MPU9250
uint32_t MPUId=configMan.getSensorBaseID(i);


This issue was generated by todo based on a TODO comment in 205d27c. It's been assigned to @BeSeeTek because they committed the code.

Fix bug in SPI2 and MPU intialsation witch leeds to failiure in first loop but s...

{ &Sensor0, &Sensor1, &Sensor2, &Sensor3, &Sensor2 };//TODO Fix bug in SPI2 and MPU intialsation witch leeds to failiure in first loop but succes if an other sensor gets inited before this makes absolutly no sense at all nasty workaround: init sernsor 2 fail --> init senor 3 -->init sensor 2 again succes
for (int i = 0; i < 5; i++) {
MPU9250 *MPUSensor = MPUSSenors[i];
//MPU9250
uint32_t MPUId = configMan.getSensorBaseID(i);
MPUSensor->setBaseID(MPUId);


This issue was generated by todo based on a TODO comment in 50def6f. It's been assigned to @BeSeeTek because they committed the code.

deal with to fast sensor corecctly maybe deactivating STM32 ISR investigate if p...

//TODO deal with to fast sensor corecctly maybe deactivating STM32 ISR investigate if power cycle of MPU is needed
if (freqToHigh or freqToLow) {
if (freqToHigh) {
SEGGER_RTT_printf(0, "Sensor ID %u Freq to HIGH\n", i);
} else {
SEGGER_RTT_printf(0, "Sensor ID %u Freq to LOW\n", i);


This issue was generated by todo based on a TODO comment in 50def6f. It's been assigned to @BeSeeTek because they committed the code.

profile this code

//TODO profile this code
ProtoStreamDescription = pb_ostream_from_buffer(
ProtoBufferDescription, MTU_SIZE);
pb_write(&ProtoStreamDescription,
(const pb_byte_t*) &DescriptionString, 4);


This issue was generated by todo based on a TODO comment in 50def6f. It's been assigned to @BeSeeTek because they committed the code.

Ad sanor manger to avid code doubling

// TODO Ad sanor manger to avid code doubling
// and automatic loop over all aktive sensors
Met4FoFSensor *Sensor = Sensors[sensorcount];
for (int i = 0; i < NUMDESCRIPTIONSTOSEND; i++) {
DescriptionMessage Descriptionmsg;
Sensor->getDescription(&Descriptionmsg,


This issue was generated by todo based on a TODO comment in 50def6f. It's been assigned to @BeSeeTek because they committed the code.

fix nanospecs printf bug to reactivate --specs=nano.specs -u _printf_float -u _s...

//TODO fix nanospecs printf bug to reactivate --specs=nano.specs -u _printf_float -u _scanf_float to save 50 kb Code size
GPSCounterFreq=GPS_ref.xtal_err;
GPSCounterFreqUncer=GPS_ref.xtal_err_deviation;
NTPCounterFreq=NTP_ref.xtal_err;
NTPCounterFreqUncer=NTP_ref.xtal_err_deviation;
sprintf(Temp_Buffer_text, "Counter Freq.: %lf Hz ",GPS_ref.xtal_err);


This issue was generated by todo based on a TODO comment in 50def6f. It's been assigned to @BeSeeTek because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.