Was thinking of having more than one service set with NRF.setService.
NRF.setService
NRF.setServices({ 0x1809 : { // Health Thermometer 0x2A6E: { // Temperature readable: true, value : [E.getTemperature().toFixed(2)] }}, 0x180F : { // Battery Service 0x2A19: { // Battery Level readable: true, value : [Puck.getBatteryPercentage()] }}});
eBeacon or Bluefruit only display the service 0x1809
Any hints ?
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Was thinking of having more than one service set with
NRF.setService
.eBeacon or Bluefruit only display the service 0x1809
Any hints ?