I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi
I have this code that works like a charm when the device is connected and I want it to leave the network.
But if the device is dead or disconnected and I want to remove...
Hi,
I know this is a license question and the default answer is "contact a lawyer if you don't understand the license". But this can hardly be the first time someone...
Hi,
I'm trying to connect nrf52840 to IOS 12.1.4 as a Braille display. Standard BLE HID is working well, but when I try to connect as a Braille Display ( Settings/General...
I am trying to connect and according to the spec sheet, there might be multiple pipestatusevents.
When I try to connect using different phones (with different Bluetooth...
Hi,
I'm using the light switch client example to test the Mesh App on iOS.
The PCA10040 board can be identified through Mesh App, but not be identified on our test board...
I am using nrf52810 chip without softdevice or bluetooth stack. I started to develop at November 2017 with Datasheet version v1.2. On 31. Januar 2019 Nordic released a newer...
Hello,
I have project for collecting temperature information from 15 pcs temperature sensor.
It is possible to create system with 16 pcs nRF52840.
one of them will be...
Hello,
I’m using two nrf52832 as servers sending 20 Byte data with 18 ms notification interval.
Notification Data:
[incremented uint8_t ] [19 byte data]
Client:...
Hi,
I'm working with the nrf/samples/nrf9160/at_client (@ tag v0.3.0) with a PCA10090 board.
I had a question about the response to the AT+CESQ command.
Specifically...
hi,
i am quite new with programming tools like the nordic thingy and i am currently trying to get some initial program running, i.e. the blinky example. i have a few questions...
I am converting the simple_on_off vendor model to send a message on mesh 3.1.
the server implemented the simple_on_off model successfully. But but my client runs into 0...
Hi currently I am using the nrf_mesh_sdk_3.1 latest release light_switch Example both client and server one after successful compilation and load examples in DK boards when...
Hello,
I have updated secure_boot to allow UART3 to be used in the non_secure area. However, as soon as I try to initialize it in the non_secure area a hard failure occurs...