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.
...
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 working on developing a device using the nrf52832. Currently using the nrf52 PCA10040 dev kit. I'm extending the zephyr/samples/basic/peripheral_dis sample in order to...
When compiling the net CPU with debugging configs such as CONFIG_DEBUG or CONFIG_DEBUG_OPTIMIZATIONS enabled and the resulting hex is flashed to the nRF5340; If then an Ozone...
Hi I am wanting to use the ARDUINO 4 RELAYS SHIELD with the nrf52480 or at least see if its possible.
https://store.arduino.cc/arduino-4-relays-shield
relay data sheet...
I wanna use nRF52820 to make some application development.I wanna a sing-board development kit for nRF52820 ,and nRF52833DK supports development on the nRF52820 SoC and nRF52833...
Hi Everyone This is my first time designing a PCB with the NRF51822. I have designed it using an 2450AT18B100E Antenna and a BAL-NRF02D3 balun. Below is my schematic:
...
There are discussions on WLCSP light sensitivity for nRF5 product, which affects RF, clock accuracy, and low power current draw etc. what about the nPM1100 which clock accuracy...
Is my understanding correct that with VDD supplied and ENABLE = high, having VDD_GPIO floating (i.e. disconnected from a regulated 3.3 V supply) is a valid state? We intend...
hello Nordic
i am working with nrf52840 sdk16.0 s140
i wish to read the UICR register value like this :
but i get this compilation error
since it is a define...
Hello, I'm working the nrfx saadc legacy driver, and despite changing whether I measure Vdd(on the dk) or GND, the saadc output(p_event->data.done.p_buffer[0]) oscillates...
SDK14.0+NRF52832(PCA10040 demo board):
I want to add static passkey to avoid MITM attack, I write code as following, but when I use the mobile app ‘nRF Connect’ to connect...
Dear community,
I need to operate a BM833A as I2C slave and to do so, I performed the following steps:
I modfied my sdk_config.h and set TWIS_ENABLED and NRFX_TWIS_ENABLED...
Hi,
I used nRF Connect for power profiler and programmer for hundreds of times.
But since today, it just keeps on showing white screen.
I tried "Ctrl + R" as well as...
Hi Team,
We are using the NRF52840 SOC for our development purpose and in our application we are planning to port the RTOS.
Could you please suggest us which RTOS is...
HI,
I am using the central_hids project in NCS V1.5.1 on NRF52840 , and now i want to add USB hid into the project, how can i do it?
I have try to do it in nrf_desktop...
Hello,
I've been trying to learn to develop an app based on ZigBee, it's the first time i'm working with nRF hardware and the only things i've done so far was to run some...