I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hello,
My current setup is:
Nrf 52832 custom board (pca10040) SDK 15.3.0 SES 4.52 Soft Device s132 Using a j-link mini EDU debugger
I've tested out the secure bootloader...
Is it possible to change the radio frequency while the radio is running? Our group wants to transmit packets at various frequencies as quickly as possible.
Hi,
I want to send keyboard keys to change tab i.e CTRL+ALT+TAB, how can I send these keys from the Bluetooth HID keyboard to change tabs on my PC?
Thanks
Hello everyone,
I work with the Light_switch mesh example and I would like to send a byte from the client to the server. How can I do this? In the client board, which function...
when I build a demo project, got those errors, how to fix them?
.\Objects\ble_app_templete_s132.axf: Error: L6218E: Undefined symbol __start_log_const_data (referred from...
Hi, After upgrading from SDK 16 to SDK 17 my device started to assert on app_timer2.c line 298:
This happens way more often when running without debugger/RTT.
I checked...
Background:
First, let me state that this is a huge amount of contradictory information on this forum due to the UICR registers behaving differently for each generation...
Hello,
I am designing a test jig with embedded gang programmer (10 targets) for our NRF52840 module and i have issue with reliable target acquisition, i would like to know...
I’m very familiar with the HID keyboard and mouse profile and have built products using it but need direction on how to replicate the functionality of a up/down/left/right...
Hello
I've seen that this topic already has been discussed several times but i couldn't find an answer.
Am I right when I say, there is no PC application for logging received...
Hello,
I'm trying on the ESB examples in nRF Connect SDK v1.3.1, but it seems the Zephyr is crashing during the call k_sleep (l. 54). The following code I isolate the "k_sleep...
Hi All.
I am writing an application that has several notifiable characteristics, and up until now they have been sending data just fine, however the other day I was cleaning...
Dear all,
I'm currently implementing the 802.15.4 stack using the precompiled library inside SDK 17.00. I'm trying to send data every tot (10/20/30) ms. What I currently...
Hi,
On our custom nRF52840 board, we have an external LTE-M modem.
We would like to eventually use this modem to send data over the network, including LwM2M. What is the...
Hi i am debugging my code and i don't understand why i end up in a "fatal error" even if my function is returning NRF_SUCCESS.
My errors are so defined:
and in my...