-
Hello, Florian,
I was happy to find your work here. I have a few DWM1000 modules and am trying to make them work with Raspberry Pi models 1 and 2, instead of just with Arduino.
I am consistently get…
-
I think it's time to think about designing a FC specifically for INAV.
Features I want to have on this FC:
1. Future-proof design with an F4 (or even F7) CPU
2. 8 outputs supporting 8/0, 6/2, 2/6 mo…
-
Hi, how can I compile the library for the Arduino Due?
The compiler gives me a lot of errors but no problems with Arduino Uno, find below just a part of them.
`/Users/pascal/Documents/Arduino/librari…
-
Add driver for the DWM1000-based LPS deck.
-
Integrated the chips with the new pcb boards and tested with some test code from github.
Connectivity over spi communication bus test worked. But, when configuring one device as a sender and the other…
-
With two uwb dwm1000 modules:
HW:
1. Integrate the purchased modules into the adapter pcb boards fabbed
SW:
- https://github.com/thotro/arduino-dw1000
- make one the tag (receiver) using arduino co…
-
I am testing to see if ENC28J60(Ethernet module) works on SPI2 interface, and I am having some issues. Basically the wire connections will be:
INT - GPIO39
MISO - GPIO40
MOSI - GPIO41
SCLK - GP…
-
In order to communicate with an external "thing" like a robot, I am conceptually finding a need to have a master anchor tag with wifi capabilities.
So, is there any reason why one of the tags can't b…
te316 updated
9 years ago
-
Doxygen docs for the library.
-
Hi,
I have two DWM1000 and I'm trying to make them communicate.
But when I send message to the other (with one of your test, like pin pong one), the receiver receives the sent message with a square le…