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 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...
My requirement is simple: Want to increase the iBeacon transmit power to (i.e. -4, 0 or 4dbm). In the beacon example, I tried adding in the main loop after calling advertising_init...
Hey Devs,
Would I be able to get a CAD file for the Nordic Thingy's main board. I just found a snapshot of it on the last page of the document labeled PCA20020_Schematic_And_PCB...
Hi,
I just create simple example based on nRF51 ADC examples, using SDK12.3.0 with softdevice S130 v2.
I used PPI + Timer to get sample from ADC. I used TIMER2 to trigger...
Hi everyone and thanks in advance.
I'm new to the NRF52 SDK enviroment and I've been having some trouble with the I2C/TWI configuration. The SDK we are using in the v12...
Hi,
Is it possible to send notification periodically even if there is no change in the value? I create sample code that send constant value periodically over BLE, but in...
I'd like to use new nrfx drivers included in SDK 15. The problem is that I want to use C++ but nrfx header files are for C. The struct initializers can't be compiled as C...
I have a lot of pin_read function. How can i set all port one line? for example P1OUT = (P1.01 | P1.02 | P1.03) or P1IN = ( P1.01 | P1.02 | P1.03 ) I dont know how to use...
I created a simple message mode based on the simple_on_off modle,when I debuged the codes in simple message client,I got an error(app_error),I never changed the codes for...
hello,
I used NRF52832 as a ble gatway.Now i have a trouble that the received signal strength is jumping about 2dBm when the chip loaded program.I test it with Spectrum Analyzer...
Hello! I am trying to prototype a DFU solution that works well for our application. We want to build a network with both normal Mesh devices and with friend nodes (once that...
Hi,
for my PCB, i'm using an NRF52832 as SPI slave, i send an array of 4 bytes {0xA5,0x00,0x01,ff}, but my SPI master receives always a byte (0xff) before 0xA5.
this...
Hello everyone
I have kind of a basic question.
I'm not sure how to manually disconnect from a ble connection. I'm using the ble_app_uart and ble_app_uart_c examples from...
Hey all,
We’re trying to figure out the best way of keeping our nRF52 (or 51) based design in the lowest power mode possible while sitting in inventory.
Currently, our...
Greetings,
I have 12 sensors each of which is located on an nRF52832 board. I need to collect the sensor data at 50Hz (10 bytes for each sensor).
For some reason I can...