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...
Hello,
Is there someone who has worked recently with nRF52840 and SHT21 (Humidity / Temperature) sensor ? I have to do some basic test for HW and validate that sensor...
Hi, i would like to work with nrf52832 for my IoT idea. So my question is where do i start from to work with this particular SOC nrf52832 chip? My End product would have integrated...
Dear Madam/Sir,
I'm trying to compile the ble_proximity example on SEGGER Embedded Studio with SDK 12.3.0 and SoftDevice 2.0.1 to run on nRF51822 with PCA10001.
After...
Hey,
I have implemented the ble_hid_mouse example in the nRF52832, and implemented both central multilink and USBD in the nRF52840 dongle so that both boards are paired...
Hi,
We are using nRF52840 in our product for both Client and Server communication on BLE5. We are seeing an overall average time of 5+ seconds for the overall connect, data...
Hello everyone!
I have started to work with openthread recently, and now I have to build a mqttsn client into a stm32 uController. I'm doing that by using the spinel protocol...
Does the nrf52832 has some delay when the shortcut of END_START is enabeled in continuous receiving?What is the meaning of rx chain delay?Does RX chain delay in 2Msps mode...
I'm having problems getting the peer manager to work in a project forked from the ble_app_template on my nRF52-DK (using pca10040e, S112), complaining it can't initialize...
Hi, I am using ble_app_uart_saadc_timer_driven example, which work just fine when receiving data on smartphone (using nRF Connect app). Now I would also like to do the same...
Hi,
I'm using the Nrf52810 with softdevice S112 for the moment.
Question 1:
In ble_gap.h i see that there is a define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8). Is this realy...
Hi,
I am reading a voltage value from an analog sensor which changes values with 0.02V step. So, i need the accuracy up to 0.02V from ADC channels . But right now i am...
Hi,
I have project based on nRF52840 (using SDK 15.2) and I have a problem with properly adding ADC measurement using scheduler - description as below.
Problem description...
Hi
I want to create this example:
A major network,it include the subnet A and subnet B.
One node X,it belong to subnet A and subnet B.
If the node X was a function...
Hi
We currently working on nrf52 dk with SDK15.0.0 but we will use nrf52810 rather than nrf52832 due to cost.
As I know, nrf52810 doesn't have FPU compared to nrf52832...