-
I'd love to have one of these on my desk at work, but I can't seem to find the device on any site, and even looking for the Bluetooth Service UUID doesn't turn up much in Google.
Did you build this…
-
I just tried save() on an esp8266 with a large amount of stuff and it resulted in errors. Yesterday I saw something similar with a small program and I had to save() a second time to make it work. Some…
-
After the second time trying to update the display, the program gets stuck in `wait_for_not_busy ()`.
See lines 141 and 665 in `nrf5x-base/apps/eink-advanced/main.c`
-
```
$sri/mobile-examples$ react-native android
events.js:141
throw er; // Unhandled 'error' event
^
Error: Package name com.sri-mobile is invalid
at [object Object].module.exports.yeo…
-
Trying to reconfigure the serial port in use by the Nordic nRF51-DK seems to be inconsistent:
If I use the [Blinky example](https://github.com/ARMmbed/mbed-os-example-blinky) as follows, it will not …
nuket updated
8 years ago
-
@nealjack you should make a release and push it to NPM. NPM account info is on the wiki.
-
Which license is the nrf5x-base project under?
I would like to use in commercial hardware and contribute some small features back but cannot use beyond prototyping until a license is known.
-
I'm either missing something or `app_trace` on which `simple_ble` depends has apparently been removed from SDK 12.
```
CC ../../make/../lib/simple_ble.c
../../make/../lib/simple_ble.c:19:2…
wldhx updated
7 years ago
-
I'm having trouble getting serial output to work using `yotta` and mBed OS. Previously it worked. I'm using the nRF51-DK. Here are the steps I'm taking:
1. Install Yotta
2. `mkdir Deleteme`
3. `cd Del…
-
It's a little annoying to scroll through all the lines of output when we include so many folders in compilation. Also need to add a way to get the full output back.