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...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi
After successfully testing nRF9160 SLM app. we plan to use nRF9160 with UDP and LwM2M protocol in our smart devices. We also have our private cloud server where all the...
Im new using Nordic devices , I am trying to using nrf52840DK to locate nrf52840 dongles using the direction finding method , how can I connect the dongles to the DK and build...
HI,
Is it possible to update modem firmware from 1.2.0 straight to 1.2.2? Or is it the only way to first update from 1.2.0 to 1.2.1 and then to 1.2.2?
Regards, Tero
Hello
I'm testing the firmware using the BLE. When I upload, I can see that the board is working. Also, I don't think there's a problem with running each line of debugger...
I'm trying to build the blinky zephyr sample for nRF Connect SDK and get the following failure:
Creating solution blinky.emProject
/usr/local/bin/cmake -GNinja -DBOARD...
How can I, from the pc-ble-driver API, send an insufficient authentication request without configuring a characteristic to be secured?
I am testing out new standards. One...
Hello, Nordic community,
I want to implement OTA using Thread with nRF Connect SDK.
Is there any sample code or reference this can be done with Thread?
Thanks,
...
Is there a limit to the number of handlers that can be registered using NRF_PWR_MGMT_HANDLER_REGISTER? I can't seem to get any more than 3 to be called, changing NRF_PWR_MGMT_CONFIG_HANDLER_PRIORITY_COUNT...
Hi--I'm part of a research group that will be using the Thingy 52 to record environmental variables, and we will need to transfer information to a cloud server using a satellite...
HI,ALL:
How to setup TX mode in example PRX,and so,how to setup Rx mode in PTX example. I use esb_init() of example PTX in example PRX, But when I fill data in fifo, it...
HI,ALL:
when using ESB example ,the transsmit waveform is below(in channel 3):
how to make it more simple,like that as below(other example in channel 3):
I'm looking for a microcontroller or standalone chip that can receive I2S-TDM data (multi-channel audio), buffer it and allow a separate processor to retrieve the audio data...
hello right now i can able to send 133 packets per second i want to get date and time(milisecond to) with each packet .how can i get this epoch or some other method??
Hi!
Background:
I'm developing an application on a Raspberry Pi which will connect as a central to an nRF device
Currently, I'm developing only the Pi side of things...