Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
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.
...
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...