I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello,
We have a Xamarin Forms application, which we use for connecting to nrf52840 device and read/write characteristics. We managed to do it using Plugin.BLE nuget available...
I have difficulties in decoding the nRF9160 GPS output data. I know that nRF9160 reports its GPS data in NMEA GPGGA format, however, I am wondering why the last number which...
I want a waveform as below for motor control. I am trying to create this using nrf pwm driver.
I set the pwm sequence as below and checked the output. 2nd duty repeat does...
Hi,
I am trying to retrieve data from server using HTTP GET request, using AT command for Serial LTE modem application.
So, I can connect to the server using AT#XHTTPCCON...
I have a hardware like the PINE Watch, with nRF52832 and external memory XT25F32B connected via SPI with the following:
PIN P0.2 SCK
P0.3 MOSI
P0.4 MISO
P0.5 CS
...
I am developing my own low level radio protocol based on BLE advertisement telegrams with the nRF52840. It works good so far and the usage of SHORTS helps a lot.
But there...
Excuse me:
1、 I can't find the USB DFU example of the nrf52820 in the SDK.Does nrf52820 support USB DFU?
2、52820 needs to Implement USB OTA ,enumeration as keyboard...
Hello,
I'm trying to include a byte in the advertised data that indicates on which channel the advertisement is being sent, 0 = channel 37, 1 = channel 38, 2 = channel 39...
Hi,
We have a board with an nRF52840 working as the primary MCU which controls an nRF9160 via AT commands.
P109 from nRF52840 is connected to the nRESET of nRF9160. To...
Using the GPS sample application as a base, I examined the behavior of "concurrent" cellular and GNSS. I enabled cellular with at+cfun=21 after a GPS fix was obtained. I also...
Hello!
I'm currently working with Zephyr on a custom board based on the RAK5010 board. This board (RAK5010) is currently supported by the Zephyr project,uses the NRF52840...
Good day i am new to Nordics platform and SDK also new to segger embedded studio
i am required to develop a solution that receives data on the UART of the NRF52840(client...
Hi,
I have PCA63511 Power Profiling DK and nRF52840 DK ( and nRF9160-DK )
I was using SoftDevice SDK, and no issues with measuring nRF52840 device. But now I switched...