Search found 20 matches

by sstroobants
Wed Apr 03, 2019 8:06 am
Forum: Loco Positioning System
Topic: LOC Node Setup
Replies: 5
Views: 3192

Re: LOC Node Setup

Have you tried to write the locations of the nodes to the anchors? You can do that in the configure positions tab by adding the individual Id's and then write to anchors, if the boxes turn green, it has worked.
by sstroobants
Tue Apr 02, 2019 2:48 pm
Forum: Loco Positioning System
Topic: CF2 crashes when in DEBUG mode with Locodeck
Replies: 4
Views: 2421

CF2 crashes when in DEBUG mode with Locodeck

As title says. With the locodeck attached and the firmware in debug mode (DEBUG=1 in the config.mk file) the CF2 won't start (it crashes with red leds). Most I get out of the console in the cfclient is this: SYS: ---------------------------- SYS: Crazyflie 2.0 is up and running! SYS: Build 40:0583fa...
by sstroobants
Tue Apr 02, 2019 1:27 pm
Forum: Loco Positioning System
Topic: CF2 restarts when both LPS and SD card are mounted
Replies: 1
Views: 1281

Re: CF2 restarts when both LPS and SD card are mounted

Just tested it and the same happens when I try to connect both the SD card reader and the flow deck... So it seems this is not the correct place for this post... Let me know if there is a better place to ask this
by sstroobants
Tue Apr 02, 2019 12:10 pm
Forum: Loco Positioning System
Topic: CF2 restarts when both LPS and SD card are mounted
Replies: 1
Views: 1281

CF2 restarts when both LPS and SD card are mounted

Hi there, As the title says, when I try to mount both the SD deck and the LPS deck, the CF2 restarts and the LPS deck does not work (LEDs not lighting up after second restart). If I remove only the SD card, but not the deck, the LPS deck does work however. I am aware of the issues with using both th...
by sstroobants
Tue Apr 02, 2019 8:10 am
Forum: Loco Positioning System
Topic: Anchor ID's resetting after power-up
Replies: 6
Views: 2574

Re: Anchor ID's resetting after power-up

Hi, I forgot to mention that I am indeed on Linux (Ubuntu 18.04), sorry. I've indeed tried to configure them using minicom (this seemed easier than the lpstools since it gives me instant feedback over the serial port) and after setting an Id manually just disconnecting and powering with a powerbank....
by sstroobants
Mon Apr 01, 2019 2:34 pm
Forum: Loco Positioning System
Topic: Anchor ID's resetting after power-up
Replies: 6
Views: 2574

Re: Anchor ID's resetting after power-up

Hi Arnaud, Thank you for the quick response. - As far as I now the latest one available. Cloned the repo today and built it from there. Any way to see the exact version? - I did, as you can see it is strangely resetting the ID (note that the only thing I did was taking the power of and turning it on...
by sstroobants
Mon Apr 01, 2019 2:11 pm
Forum: Loco Positioning System
Topic: Anchor ID's resetting after power-up
Replies: 6
Views: 2574

Anchor ID's resetting after power-up

Hi there, Every time I start the nodes, their ID has been reset to zero. When I set them to a different value with the lpstools, and then press the reset button, they have the correct ID, but when I then power them on again, they have reset it to zero. They do remember the anchor locations though......
by sstroobants
Fri Feb 01, 2019 9:05 am
Forum: Developer Discussions
Topic: Using UART2
Replies: 2
Views: 1341

Re: Using UART2

Thank you for your quick response! I must admit I already resoldered the connections to UART1, but will test UART2 this afternoon or else this weekend as well.
by sstroobants
Thu Jan 31, 2019 9:38 am
Forum: Support
Topic: CF2 UART2 RX to recieve
Replies: 1
Views: 2531

Re: CF2 UART2 RX to recieve

I just noticed that I asked exactly the same question in another topic (Developer Questions). Did you actually manage to get the UART2 port to receive data?
by sstroobants
Wed Jan 30, 2019 2:15 pm
Forum: Developer Discussions
Topic: Using UART2
Replies: 2
Views: 1341

Using UART2

Hi there, In order to overcome the logging issue where you cannot log to the SD card while using the Loco Positioning Deck, I want to use a DWM1000 module that sends its range estimate using serial to the RX port of UART2. While looking into uart2.h, I found that it does not have the same functions ...