JP Meijers
JP Meijers
Currently every generated file has comments at the top, which includes a description of the database table and fields, followed by a json sample of the data. This json sample...
When running `kitchen.sh -file=incremental.kjb` I get an error on one of my tables. Running kettle with `migration.kjb` works without an error. Full error output: ``` 2022/11/15 09:55:48 - Migration -...
Some of my constraints ended up in tables-unsure.sql. I manually fixed all the issues and the sql script ran without a problem. I however did not check that all the...
* **SOC**: Rockchip RK3188 http://rockchip.wikidot.com/rk3188 * **CPU**: `ARMv7 Processor rev 0 (v7l)` * **GPU**: `---` * **Memory**: `1023680 kB` * **Storage**: ``` Filesystem 1K-blocks Used Available Use% Mounted on /dev/mtdblock1...
* **CPU**: ``` root@mtcdt:~# cat /proc/cpuinfo processor : 0 model name : ARM926EJ-S rev 5 (v5l) Features : swp half thumb fastmult edsp java CPU implementer : 0x41 CPU architecture:...
The documention at https://pubsubclient.knolleary.net/api#setBufferSize refers to `MQTT_MAX_MESSAGE_SIZE` and that the default size is 256 bytes. Later on the same page https://pubsubclient.knolleary.net/api#setBufferSize it refers to `MQTT_MAX_PACKET_SIZE` with default size 128 bytes....
The original link points to the basic station source code. This should rather point to the Docker setup to run in Balena.
I see the following in the TTN console, using the OTAA example. This tells me that the OTAA join only succeeds at the 3rd try.  The debug log looks...
### Behaviour I observe Looking at the frame counter of my device over a couple of days I see the following:  The device transmits an uplink every 10 minutes....
Using the Arduino basicmac-otaa example, if I enable line 225, which reads as follows: `LMIC_setClockError(MAX_CLOCK_ERROR * 10 / 100);` I get the following error: ``` /tmp/arduino_modified_sketch_358454/basicmac-otaa.ino: In function 'void setup()':...