Paweł Jałocha

Results 10 comments of Paweł Jałocha

1.7 supplied with Arduino 1.8.9 works just fine, but when I compile and run this version here it fails as below. The command given is like this: bossac --port=ttyACM0 -i...

I could imagine it this way: 1. There is a sample counter which just keeps counting the RF samples at the current sampling rate. 2. When the front edge of...

Yes, you could signal the PPS in the higher bits, but the specific counter is better, I think, as it requires less processing. Otherwise you need to pass each sample...

Any dea how to use the library for Arduino/PlatformIO projects ? I need it for HELTEC CubeCell under PlatformIO and Arduio - it starts compiling, but then arm-eabi-none-as is called...

Thank you, I suspect PlanformIO would not understand any of it because it take the library from the github as it is thus I have no chance to do any...

It is the ESP-IDF version, at some point they expanded the call, thus either update ESP-IDF or put the old call, the two calls are: esp_bt_gap_set_scan_mode(ESP_BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); // for older ESP-IDF...

Possibly BT options in the sdkconfig thus via make menuconfig Component config -> Bluetooth (enable) Bluetooth Host (Bluedroid - Dual mode) Bluedroid options -> Classic Bluetooth -> SPP

Please use the v4.1 of ESP-IDF I tried to make the code compile for both but somehow it does not work for 4.0 thus please reinstall the ESP-IDF starting with:...

Typo corrected. What do you mean: how FANET works ? It sends FANET position message at some interval, fairly low, as those messages are relatively long, and we need to...

The reason to sync to GPS was that the transmitted pressure altitude corresponds in time to the GPS position. The baro code started from STM32 and BMP180 which is less...