I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
Hi all,
I have just some issues with sd_flash_write and sd_flash_page_erase functions. I have created some code to read the temperature value and save this value in memory...
Hi,
I am considering nRF52 (most likely nRF52833 or 811 ) for a new design - curious how mature is the concurrent multiprotocol support in nRF52 - in particular for nRF52833...
Hi All,
We are using nRF52840 MCU and SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. We are designing a device that uses switches connected to the below pins,
Pin...
Hi,
I use a custom board, softdevice and boot loader.
I use DFU to update a slave chip firmware. Everything goes right until we invalidate and write flash :
// Invalidate...
Hi
i use sdk 17.02
custom board
soft device
when i program input digital pin I have an extra consumption of arounf 9µA versus not using it.
Could you tell me if...
Hello,
I am using FDS successfully with SDK 17.0.2, secure bootloader and softdevice. Bluetooth (BLE) environment, if it does matter.
I can read and write data. But following...
hi guys
i develop mobile app for iOS and use nrfMesh lib v3.0-beta1. i have few nodes subscribed to a group. I send GenericLevelSet message to a group and receive successful...
if a response to the http request is chunked ( https://en.wikipedia.org/wiki/Chunked_transfer_encoding ), it is not handled correctly by the serial_lte_modem.
Sometimes...
This should not be so hard - have to go here and wait until this gets answered.
1. I can't find an SDK consistent with SoftDevice s110.
2. I have an nRF51822 production...
I want to find out BLE throughput.
Throughput_bps = num_packets * (ATT_MTU - 3) * 8 / seconds.
In this equation, how can I find out num_packets?
Also, ATT_MTU =...
Hello,
I was just wondering that if somehow we can send the AGPS code data of thingy 91 to adafruit server through the MQTT just for testing purposes.
Let me know...
Hi everybody,
I have some trouble fixing the ERROR 19 [NRF_ERROR_RESOURCES]. I think it's something about the buffer queue size that is too busy. But I don't know how to...
Hi ,
can we use the Twi scanner for the nrf52832 customized board does it will work or not ? Because i complied the twi scanner program in the customized board even i changed...
Hi,
I am trying to learn free rtos on nrf 52dk. My doubt is how do we debug, watch tasks. I am using segger embedded studio IDE. for sdk, sequential execution of code the...